// Add hover to the new button

// Add the avaibility to add alt/title attribute to the icon on helper list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13974 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-08 14:24:48 +00:00
parent ffdf2c072b
commit ffa64c9046
@@ -84,7 +84,7 @@
{elseif isset($params.image)}
{$tr.$key}
{elseif isset($params.icon)}
<img src="../img/admin/{$tr[$key]}" alt="{$tr[$key]}" title="{$tr[$key]}" />
<img src="../img/admin/{$tr[$key]['src']}" alt="{$tr[$key]['alt']}" title="{$tr[$key]['alt']}" />
{elseif isset($params.price)}
{$tr.$key}
{elseif isset($params.float)}