// Add hover to the new button

// Add the avaibility to add alt/title attribute to the icon on helper list
This commit is contained in:
mDeflotte
2012-03-08 14:24:48 +00:00
parent b3e973876c
commit 4ade8f2775
@@ -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)}