Changeset 2710 for trunk/template


Ignore:
Timestamp:
Oct 11, 2008, 12:17:25 PM (16 years ago)
Author:
patdenice
Message:
  • Move filter button back to menubar_categories.tpl.
  • Add dutch plugins language.
Location:
trunk/template/yoga
Files:
2 edited

Legend:

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

    r2702 r2710  
    33        {foreach from=$blocks key=id item=block}
    44        {if ( not empty($block->template) or not empty($block->raw_content) )}
    5   {if $id == 'mbCategories'}
    6     {if isset($U_START_FILTER)}
    7     <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>
    8     {/if}
    9     {if isset($U_STOP_FILTER)}
    10     <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>
    11     {/if}
    12   {/if}
    135        <dl id="{$id}">
    146                {if not empty($block->template)}
  • trunk/template/yoga/menubar_categories.tpl

    r2702 r2710  
    11<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}
    28        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
    39</dt>
     
    1319        <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p>
    1420</dd>
    15 
Note: See TracChangeset for help on using the changeset viewer.