summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-19 06:13:45 +0100
committerAndrew Dolgov <[email protected]>2007-08-19 06:13:45 +0100
commita5ae125a8d55f1d387b7f75014d3351581edce85 (patch)
tree1c5d7410dfb3675b716c0c7e7f24f43130c27f86 /functions.php
parent97bcea181a7aa7a0d42c481112b8852f1af337b2 (diff)
allow to mark selected articles as read, L10N bumps
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 31fcd6f46..cefd4917f 100644
--- a/functions.php
+++ b/functions.php
@@ -3142,6 +3142,7 @@
$catchup_page_link = "javascript:catchupPage()";
$catchup_feed_link = "javascript:catchupCurrentFeed()";
+ $catchup_sel_link = "javascript:catchupSelection()";
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
@@ -3182,6 +3183,7 @@
</ul></li>
<li class=\"vsep\">&nbsp;</li>
<li class=\"top\"><a href=\"$catchup_page_link\">".__('Mark as read')."</a><ul>
+ <li onclick=\"$catchup_sel_link\">".__('Selection')."</li>
<li onclick=\"$catchup_page_link\">".__('This page')."</li>
<li onclick=\"$catchup_feed_link\">".__('Entire feed')."</li></ul></li>
";