Ignore:
Timestamp:
09/25/07 22:15:58 (5 years ago)
Author:
hverton
Message:

minor bugfixes

File:
1 edited

Legend:

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

    r835 r838  
    6565            </td> 
    6666            <td align='center' width='50' class='{cycle values='tbl1,tbl2'}' style='white-space:nowrap'> 
    67                 {buttonlink name=$locale.461 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;ifolder="|cat:$ifolder|cat:"&amp;view="|cat:$image}&nbsp; 
    68                 {buttonlink name=$locale.462 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;ifolder="|cat:$ifolder|cat:"&amp;del="|cat:$image} 
     67                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;view={$image}'><img src='{$smarty.const.THEME}images/image_view.gif' alt='{$locale.461}' title='{$locale.461}'></a>&nbsp; 
     68                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;del={$image}'><img src='{$smarty.const.THEME}images/image_delete.gif' alt='{$locale.462}' title='{$locale.462}'></a> 
    6969            </td> 
    7070        </tr> 
Note: See TracChangeset for help on using the changeset viewer.