summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-19 05:41:50 +0100
committerAndrew Dolgov <[email protected]>2007-05-19 05:41:50 +0100
commitc4b0f96c817a5177a0cd467a0576d428ec20ed12 (patch)
tree05bd1c8eb0ffcacc0c444f1dd6bc86fe2a8d5a0a /modules/popup-dialog.php
parent0af053028ba4cc3582d3268bf838c19d224cc158 (diff)
layout fixes when categories are disabled
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index dbc85831f..ef9f13629 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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>";