Skip to content

Commit

Permalink
Merge pull request Fabrik#1283 from Sophist-UK/fix_yesno_yes_icon
Browse files Browse the repository at this point in the history
Fix yesno yes icon
  • Loading branch information
pollen8 committed Jul 28, 2014
2 parents 95df8de + 80b81b7 commit d516b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/fabrik_element/yesno/yesno.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function renderListData($data, stdClass &$thisRow)
{
$icon = $j3 ? 'checkmark.png' : '1.png';
$opts = array('alt' => FText::_('JYES'));
$opts['icon-class'] = 'icon-ok-sign';

return FabrikHelperHTML::image($icon, 'list', @$this->tmpl, $opts);
}
Expand Down

0 comments on commit d516b21

Please sign in to comment.