option GLOBAL_ENABLE_LABELS restricts labels globally
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
onclick="selectTab('feedConfig')">
|
||||
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
|
||||
onclick="selectTab('filterConfig')">
|
||||
<? if (get_pref($link, 'ENABLE_LABELS')) { ?>
|
||||
<? if (GLOBAL_ENABLE_LABELS && 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