]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-feeds.php
prefs: recolor category editor, block top25/subscribe buttons when pane has active...
[tt-rss.git] / modules / pref-feeds.php
index 18107f9562d5f9ba39a7673d7c756c6ffea02c7a..ab2ac0849913232dfddb54ffe1b521c5a4b75b58 100644 (file)
                                onclick=\"addFeed()\" value=\"".__('Subscribe')."\">"; */
 
                print "<input onclick=\"javascript:displayDlg('quickAddFeed')\"
-                       type=\"submit\" id=\"fadd_subscribe_btn\" 
+                       type=\"submit\" id=\"subscribe_to_feed_btn\" 
                        class=\"button\" value=\"".__('Subscribe to feed')."\">"; 
 
                if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
                        print " <input type=\"submit\" class=\"button\"
+                               id=\"top25_feeds_btn\"
                                onclick=\"javascript:browseFeeds()\" value=\"".__('Top 25')."\">";
                }