diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 70272961a..91ce8e2ab 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1713,48 +1713,42 @@ class Pref_Feeds extends Handler_Protected { print_hidden("op", "pref-feeds"); print_hidden("method", "batchaddfeeds"); - print "
- ".__("Add one valid RSS feed per line (no feed detection is done)")." - "; + print "
".__("One valid feed per line (no detection is done)")."
"; + + print "
"; + + print ""; + if (get_pref('ENABLE_FEED_CATS')) { - print __('Place in category:') . " "; + print "
"; + print " "; print_feed_cat_select("cat", false, 'dojoType="dijit.form.Select"'); + print "
"; } - print "
"; - print ""; - - print "
"; - - print ""; - - print "
"; - - print "
- -
"; - print ""; + print "
"; + print " + "; - print "
- - + print "
"; + print ""; + + print "
+ "; + print "
"; + + print "
+ +
"; }