1
0
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:
Andrew Dolgov
2007-05-19 05:41:50 +01:00
parent 0af053028b
commit c4b0f96c81
2 changed files with 8 additions and 5 deletions

View File

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