1
0

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:
Matthias Mees
2015-01-01 15:31:37 +01:00
parent d0af671d2f
commit 0e56ffeba0
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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"}