summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-01 05:49:48 +0100
committerAndrew Dolgov <[email protected]>2006-11-01 05:49:48 +0100
commitb2128f017e36b8b04fffd0419eb4a888a4080ad8 (patch)
treee06364f724c263a71999f6398722cbeba7039257 /functions.php
parentaa2122d46f61efcb4c2c5cf6c76928890278cce1 (diff)
fix broken toolbar in combined view mode
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 889274c4e..368171727 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";