Changeset 27593


Ignore:
Timestamp:
Mar 7, 2014, 1:47:55 PM (10 years ago)
Author:
plg
Message:

bug fixed: use the edit icon from CSS sprite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/template/stuffs_blocks.tpl

    r18299 r27593  
    55                        {if !empty($block.U_EDIT)}
    66                        <ul class="categoryActions">
    7                                 <li><a href="{$block.U_EDIT}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/></a></li>
     7                                <li><a href="{$block.U_EDIT}" title="{'edit'|@translate}"><span class="pwg-icon pwg-icon-category-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span></a></li>
    88                        </ul>
    99                        {/if}
Note: See TracChangeset for help on using the changeset viewer.