Introduce new lag constant for category view mode toggle.
(Already removed the old lang constant in addlang.txt which has already been added.) References #254
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
<label for="categoryfilter" class="visuallyhidden">{$CONST.FILTERS}</label>
|
||||
<input id="categoryfilter" type="text" placeholder="{$CONST.FILTERS}: {$CONST.CATEGORIES}">
|
||||
<button class="reset_livefilter icon_link" type="button" data-target="categoryfilter" title="{$CONST.RESET_FILTERS}"><span class="icon-cancel"></span><span class="visuallyhidden">{$CONST.RESET_FILTERS}</span></button>
|
||||
<button id="toggle_cat_view" class="icon_link" type="button" title="Switch category view"><span class="icon-th"></span><span class="visuallyhidden">Switch category view</span></button> {* i18n *}
|
||||
<button id="toggle_cat_view" class="icon_link" type="button" title="{$CONST.TOGGLE_VIEW}"><span class="icon-th"></span><span class="visuallyhidden">{$CONST.TOGGLE_VIEW}</span></button>
|
||||
</div>
|
||||
|
||||
{foreach from=$entry_vars.category_options item="entry_cat"}
|
||||
|
Reference in New Issue
Block a user