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:
@ -1 +1 @@
|
||||
@define('SERENDIPITY_PHPVERSION_FAIL', 'Serendipity requires a PHP version >= %2$s - you are running a lower version (%1$s) and need to upgrade your PHP version. Most providers offer you to switch to newer PHP versions through their admin panels or .htaccess directives.');
|
||||
@define('TOGGLE_VIEW', 'Switch category view mode');
|
@ -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