summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-12 13:52:53 +0300
committerAndrew Dolgov <[email protected]>2010-11-12 14:54:06 +0300
commite69fb880a306d65653a2c69e58463cb1c6af868b (patch)
treeff338ff6c12106da5092d5d6ad47fefa1db27461 /modules/popup-dialog.php
parent6bb0ed42f4edd7af0955181995133ce4bd6365e9 (diff)
js: misc fixes, code cleanup
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index cf2d46cea..9ec575376 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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\">";
@@ -343,10 +343,6 @@
$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>";