Skip to content

Commit

Permalink
changed: list view elelements set to show icons, original text now sh…
Browse files Browse the repository at this point in the history
…own as floating tip
  • Loading branch information
pollen8 committed Apr 3, 2012
1 parent a8a9fe0 commit 1ed1610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/com_fabrik/models/element.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ function _replaceWithIcons($data)
if ($img !== '')
{
$this->iconsSet = true;
$img = '<a class="fabrikTip" href="#" title="' . $data. '">' . $img . '</a>';
return $img;
}
}
Expand Down

0 comments on commit 1ed1610

Please sign in to comment.