// 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:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user