]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
js: misc fixes, code cleanup
[tt-rss.git] / modules / popup-dialog.php
index cf2d46cea50f0af7059077c12e56e2abb7672266..9ec57537639003e75bdc8d8607251704d086f063 100644 (file)
@@ -80,8 +80,8 @@
                                WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
 
                        print   __('Select:')." 
-                               <a href=\"#\" onclick=\"selectPrefRows('fcat', true)\">".__('All')."</a>,
-                               <a href=\"#\" onclick=\"selectPrefRows('fcat', false)\">".__('None')."</a>";
+                               <a href=\"#\" onclick=\"selectTableRows('prefFeedCatList', 'all')\">".__('All')."</a>,
+                               <a href=\"#\" onclick=\"selectTableRows('prefFeedCatList', 'none')\">".__('None')."</a>";
 
                        print "<div class=\"prefFeedCatHolder\">";
 
 
                        $owner_uid = $_SESSION["uid"];
 
-/*                     print   __('Select:')." 
-                               <a href=\"javascript:selectPrefRows('fbrowse', true)\">".__('All')."</a>,
-                                       <a href=\"javascript:selectPrefRows('fbrowse', false)\">".__('None')."</a>"; */
-
                        print "<ul class='browseFeedList' id='browseFeedList'>";
                        print_feed_browser($link, $search, 25);
                        print "</ul>";