Ignore:
Timestamp:
Nov 29, 2011, 8:27:25 PM (12 years ago)
Author:
rvelices
Message:

bug 2515: a few icons are not in CSS sprite (start/stop filter are now)
also removed many icons that are not used anymore since 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/menubar_categories.tpl

    r8727 r12671  
    11<dt>
    2   {if isset($U_START_FILTER)}
    3   <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    4   {/if}
    5   {if isset($U_STOP_FILTER)}
    6   <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    7   {/if}
     2        {if isset($U_START_FILTER)}
     3        <a href="{$U_START_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'display only recently posted photos'|@translate}" rel="nofollow"><span class="pwg-icon pwg-icon-filter"> </span></a>
     4        {/if}
     5        {if isset($U_STOP_FILTER)}
     6        <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a>
     7        {/if}
    88        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    99</dt>
Note: See TracChangeset for help on using the changeset viewer.