1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 12:47:38 +00:00

fix broken toolbar in combined view mode

This commit is contained in:
Andrew Dolgov
2006-11-01 05:49:48 +01:00
parent aa2122d46f
commit b2128f017e
2 changed files with 7 additions and 3 deletions

View File

@@ -2672,7 +2672,11 @@
<a href=\"javascript:cdmSelectArticles('none')\">None</a>
&nbsp;&nbsp;
Toggle: <a href=\"javascript:selectionToggleUnread(true)\">Unread</a>,
<a href=\"javascript:selectionToggleMarked(true)\">Starred</a>";
<a href=\"javascript:selectionToggleMarked(true)\">Starred</a>
&nbsp;&nbsp;
Mark as read:
<a href=\"#\" onclick=\"catchupPage()\">Page</a>,
<a href=\"#\" onclick=\"catchupCurrentFeed()\">Feed</a>";
print "</td>";