summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 15:31:20 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 15:31:20 +0100
commit649e0af9feecfb58c064addd8ee2fb7568ac45c8 (patch)
tree6346676a89d689322027984b19122aeed2bff323 /backend.php
parentdc0c8985bd301912022e1f1e4171cb975b993e3d (diff)
Select unread should clear previous selection (closes #19)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 0efb48273..e53b657b3 100644
--- a/backend.php
+++ b/backend.php
@@ -1273,9 +1273,9 @@
print "<td class=\"headlineActions\">
Select:
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
- 'RROW-', 'RCHK-', true)\">All</a>,
+ 'RROW-', 'RCHK-', true, '', true)\">All</a>,
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
- 'RROW-', 'RCHK-', true, 'Unread')\">Unread</a>,
+ 'RROW-', 'RCHK-', true, 'Unread', true)\">Unread</a>,
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
'RROW-', 'RCHK-', false)\">None</a>
&nbsp;&nbsp;