mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 14:01:33 +00:00
change handling of GLOBAL_ENABLE_LABELS when disabled
This commit is contained in:
@@ -132,7 +132,7 @@ window.onload = init;
|
||||
<? } ?>
|
||||
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
|
||||
onclick="selectTab('filterConfig')">
|
||||
<? if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) { ?>
|
||||
<? if (get_pref($link, 'ENABLE_LABELS')) { ?>
|
||||
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
|
||||
onclick="selectTab('labelConfig')">
|
||||
<? } ?>
|
||||
|
||||
Reference in New Issue
Block a user