Tree : Ajout du title

This commit is contained in:
Michael RICOIS 2015-01-21 15:36:20 +00:00
parent cfb7a758a3
commit ead00f25db

View File

@ -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>';