Changeset 29310


Ignore:
Timestamp:
Aug 28, 2014, 5:24:44 PM (10 years ago)
Author:
mistic100
Message:

fix icon on admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/admin/template/sets.tpl

    r25678 r29310  
    5454    <td style="padding-left:25px;">
    5555      <a href="{$set.U_EDIT}" title="{'Edit this collection'|translate}"><img src="{$themeconf.admin_icon_dir}/edit_s.png"></a>
    56       <a href="{$set.U_EXPORT}" title="{'Export image list'|translate}"><img src="{$themeconf.admin_icon_dir}/plug_install.png"><span class="icon-upload"></span></a> <!-- temp 2.5/2.6 -->
     56      <a href="{$set.U_EXPORT}" title="{'Export image list'|translate}"><span class="icon-upload"></span></a>
    5757      <a href="{$set.U_DELETE}" title="{'Delete this collection'|translate}" onClick="return confirm('{'Are you sure?'|translate}');"><img src="{$themeconf.admin_icon_dir}/delete.png"></a>
    5858    </td>
Note: See TracChangeset for help on using the changeset viewer.