Changeset 2656 for trunk/template


Ignore:
Timestamp:
Oct 4, 2008, 5:36:45 PM (16 years ago)
Author:
patdenice
Message:
  • don't display empty <ul> if no plugins to display in specials admin menu.
  • correction in plugins_list.tpl if plugins missing.
  • filter icon is displayed inside <dt> tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar_categories.tpl

    r2488 r2656  
    1 {if isset($U_START_FILTER)}
    2 <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    3 {/if}
    4 {if isset($U_STOP_FILTER)}
    5 <a href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    6 {/if}
    7 
    81<dt>
     2  {if isset($U_START_FILTER)}
     3  <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@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="{'stop_filter_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
     7  {/if}
    98        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
    109</dt>
Note: See TracChangeset for help on using the changeset viewer.