1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 06:11:29 +00:00

move feed browser to subscribe to feed dialog

This commit is contained in:
Andrew Dolgov
2010-01-11 16:42:11 +03:00
parent 84d7198a10
commit 698776460d
4 changed files with 17 additions and 10 deletions

View File

@@ -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>";