summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-11 16:42:11 +0300
committerAndrew Dolgov <[email protected]>2010-01-11 16:42:11 +0300
commit698776460d3cd7075024b8795dbbaf7132415890 (patch)
tree7f45449dbef8f393b36b7f0b829acad65ac0608f /modules/popup-dialog.php
parent84d7198a103a86b9133b12305e5f83b7ade004a5 (diff)
move feed browser to subscribe to feed dialog
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index bfc1f2483..00efdcb74 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -128,6 +128,9 @@
<input class=\"button\"
id=\"fadd_submit_btn\" disabled=\"true\"
type=\"submit\" onclick=\"return subscribeToFeed()\" value=\"".__('Subscribe')."\">
+ <input class=\"button\"
+ type=\"submit\" onclick=\"return browseFeeds()\" value=\"".__('More feeds')."\">
+
<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"".__('Cancel')."\"></div>";