mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:35:56 +00:00
layout fixes when categories are disabled
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS') && ($active_feed_id > 0 || $is_cat)) {
|
||||
print "<option $cat_preselected value=\"this_cat\">$feed_cat_title</option>";
|
||||
} else {
|
||||
print "<option disabled>".__('This category')."</option>";
|
||||
//print "<option disabled>".__('This category')."</option>";
|
||||
}
|
||||
|
||||
print "</select></td></tr>";
|
||||
|
||||
Reference in New Issue
Block a user