From 201bb1ca54c6227b7d6e7414303e357461892c2a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 12:36:57 +0400 Subject: move batchSubscribe to pref-feeds --- classes/dlg.php | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 32a3b230a..e56560a47 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -268,53 +268,5 @@ class Dlg extends Handler_Protected { } - 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