From: Andrew Dolgov Date: Wed, 2 Oct 2013 11:24:08 +0000 (+0400) Subject: add notification to subscribe dialog when multiple feeds are detected X-Git-Tag: 1.11~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8f7a020e1b90445b049280f47a16b2868b209b14;p=tt-rss.git add notification to subscribe dialog when multiple feeds are detected --- 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)