From bcbc5ccc78aa289f9fbf3af4cea8461db3b59989 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 14:03:29 +0300 Subject: [PATCH] batchSubscribe: use validationtextarea --- classes/pref/feeds.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 6d7295beb..8e6651b02 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1637,6 +1637,8 @@ class Pref_Feeds extends Handler_Protected { } function batchSubscribe() { + print "
"; + print_hidden("op", "pref-feeds"); print_hidden("method", "batchaddfeeds"); @@ -1645,7 +1647,7 @@ class Pref_Feeds extends Handler_Protected { print ""; + dojoType='fox.form.ValidationTextArea' required='1' name='feeds'>"; if (get_pref('ENABLE_FEED_CATS')) { print "
"; @@ -1675,9 +1677,12 @@ class Pref_Feeds extends Handler_Protected { print "
"; print ""; + + print "
"; } function batchAddFeeds() {