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)")." - | "; - if (get_pref('ENABLE_FEED_CATS')) { - print __('Place in category:') . " "; - print_feed_cat_select("cat", false, 'dojoType="dijit.form.Select"'); - } - print " |
";
+ print " ".__("One valid feed per line (no detection is done)")." ";
+
+ print "";
+
print "";
+ dojoType='dijit.form.SimpleTextarea' name='feeds'>";
- print " | |
";
+ if (get_pref('ENABLE_FEED_CATS')) {
+ print "";
+ }
- print "
- " .
- " ".
- " ".
- " ";
+ print "";
- print " | |
";
+ print " " . __("Authentication") . " ";
+ print "";
- print " ";
- print "";
+ print "";
+ print "";
- print "
-
- ";
+ print "
+ |