Tree : Ajout du title
This commit is contained in:
parent
cfb7a758a3
commit
ead00f25db
@ -22,8 +22,8 @@ class Scores_Ciblage_Field_Tree
|
||||
$html = '<div class="row ciblage-tree">' .
|
||||
'<div class="col-md-12">';
|
||||
|
||||
$html.= '<p><a title="" class="btn btn-primary btn-xs" href="/fields/tree" data-treename="'.$this->name.'" data-treekey="'.$this->name.'">' .
|
||||
$this->title . '</a></p>';
|
||||
$html.= '<p><a title="' . $this->title . '" class="btn btn-primary btn-xs" href="/fields/tree" data-treename="' .
|
||||
$this->name . '" data-treekey="' . $this->name . '">' . $this->title . '</a></p>';
|
||||
|
||||
$html.= '</div>'.
|
||||
'</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user