Last change
on this file since 3016 was
2710,
checked in by patdenice, 16 years ago
|
- Move filter button back to menubar_categories.tpl.
- Add dutch plugins language.
|
-
Property svn:eol-style set to
LF
|
File size:
799 bytes
|
Rev | Line | |
---|
[2488] | 1 | <dt> |
---|
[2710] | 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} |
---|
[2488] | 8 | <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a> |
---|
| 9 | </dt> |
---|
| 10 | <dd> |
---|
| 11 | {$block->data.MENU_CATEGORIES_CONTENT} |
---|
| 12 | {if isset($block->data.U_UPLOAD)} |
---|
| 13 | <ul> |
---|
| 14 | <li> |
---|
| 15 | <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a> |
---|
| 16 | </li> |
---|
| 17 | </ul> |
---|
| 18 | {/if} |
---|
| 19 | <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p> |
---|
| 20 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.