From 33f0fdd0a21ca7999e2d9d1a8db438711e518587 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Jan 2012 17:51:00 +0400 Subject: prefs: implement batch subscribe to feeds --- classes/dlg.php | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index cd098d396..d39f691cb 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -978,5 +978,54 @@ class Dlg extends Protected_Handler { } + function batchSubscribe() { + print ""; + print ""; + + print "
+ ".__("Add one valid RSS feed per line (no feed detection is done)")." + "; + if (get_pref($this->link, 'ENABLE_FEED_CATS')) { + print __('Place in category:') . " "; + print_feed_cat_select($this->link, "cat", false, 'dojoType="dijit.form.Select"'); + } + print "
"; + print ""; + + print "
"; + + print ""; + + print "
"; + + print "
+ +
"; + + print ""; + + print "
"; + + print "
+ + +
"; + } + } ?> -- cgit v1.2.3-54-g00ecf