Ignore:
Timestamp:
Mar 17, 2011, 12:35:45 AM (13 years ago)
Author:
patdenice
Message:

Compatible 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/theme/template/stuffs_blocks.tpl

    r5727 r9737  
    99        {if !empty($block.U_EDIT)}
    1010        <ul class="categoryActions">
    11           <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>
     11          <li><a href="{$block.U_EDIT}" title="{'edit'|@translate}" class="pwg-state-default pwg-button">
     12            <span class="pwg-icon pwg-icon-category-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span>
     13                        </a></li>
    1214        </ul>
    1315        {/if}
Note: See TracChangeset for help on using the changeset viewer.