1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 16:31:29 +00:00

Select unread should clear previous selection (closes #19)

This commit is contained in:
Andrew Dolgov
2005-12-29 15:31:20 +01:00
parent dc0c8985bd
commit 649e0af9fe
2 changed files with 13 additions and 9 deletions

View File

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