Ignore:
Timestamp:
09/23/07 23:34:47 (5 years ago)
Author:
hverton
Message:

Replaced all button images by new {buttonlink} Smarty function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/templates/source/admin.modules.tpl

    r814 r835  
    7575        </td> 
    7676        <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
    77             <a href='mailto:{$modules[id].email}'><img src='{$smarty.const.THEME}forum/email.gif' alt='{$locale.409}' title='{$locale.409}' /></a> 
     77            {buttonlink name=$locale.409 link="mailto:"|cat:$modules[id].email} 
    7878            &nbsp; 
    79             <a href='mailto:{$modules[id].url}'><img src='{$smarty.const.THEME}forum/website.gif' alt='{$locale.410}' title='{$locale.410}' /></a> 
     79            {buttonlink name=$locale.410 link=$modules[id].url} 
    8080        </td> 
    8181        <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
Note: See TracChangeset for help on using the changeset viewer.