From 8f7a020e1b90445b049280f47a16b2868b209b14 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 2 Oct 2013 15:24:08 +0400 Subject: [PATCH] add notification to subscribe dialog when multiple feeds are detected --- classes/feeds.php | 4 ++++ js/functions.js | 2 ++ 2 files changed, 6 insertions(+) diff --git a/classes/feeds.php b/classes/feeds.php index 5ee125f5..e26318e7 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -978,6 +978,10 @@ class Feeds extends Handler_Protected { print ""; print ""; + print ""; + print "
".__("Feed or site URL")."
"; print "
"; diff --git a/js/functions.js b/js/functions.js index c75fb95c..fdd79159 100644 --- a/js/functions.js +++ b/js/functions.js @@ -854,6 +854,8 @@ function quickAddFeed() { case 4: feeds = rc['feeds']; + Element.show("fadd_multiple_notify"); + var select = dijit.byId("feedDlg_feedContainerSelect"); while (select.getOptions().length > 0) -- 2.39.2