Ignore:
Timestamp:
Feb 8, 2011, 5:46:52 PM (13 years ago)
Author:
flop25
Message:

adding tiptip for icons
language code in smarty tag changed -> I hate that change !!
ready to be in PEM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/menubar_categories.tpl

    r9108 r9120  
    11{if isset($U_START_FILTER)}
    2         <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow">
     2        <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow">
    33        <img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    44{/if}
    55{if isset($U_STOP_FILTER)}
    6         <a href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}">     
     6        <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"> 
    77        <img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    88{/if}
    9 <dt class="{$tab_cat}titre_acordeon_0">
     9{if isset($tab_system) && $tab_system && in_array($id, $tab_closed)}
     10<dt class="titre_acordeon">
     11{else}
     12<dt class="titre_acordeon_0">
     13{/if}
    1014        <a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Categories'|@translate}</a>
    1115</dt>
Note: See TracChangeset for help on using the changeset viewer.