summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
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>";