From 1dbfbcfae1723e4d40e4ce784fd621e95568d3df Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 13:57:18 +0300 Subject: batchSubscribe: use common markup --- classes/pref/feeds.php | 66 +++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) (limited to 'classes/pref') 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 "
+ +
"; } -- cgit v1.2.3