Changeset 2710 for trunk/template/yoga
- Timestamp:
- Oct 11, 2008, 12:17:25 PM (16 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/menubar.tpl
r2702 r2710 3 3 {foreach from=$blocks key=id item=block} 4 4 {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}13 5 <dl id="{$id}"> 14 6 {if not empty($block->template)} -
trunk/template/yoga/menubar_categories.tpl
r2702 r2710 1 1 <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} 2 8 <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a> 3 9 </dt> … … 13 19 <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p> 14 20 </dd> 15
Note: See TracChangeset
for help on using the changeset viewer.