1
0
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:
Andrew Dolgov
2006-08-16 08:37:30 +01:00
parent f531499b25
commit 9e7bb2041f
2 changed files with 3 additions and 1 deletions

View File

@@ -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')">
<? } ?>