1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:45:55 +00:00

allow to mark selected articles as read, L10N bumps

This commit is contained in:
Andrew Dolgov
2007-08-19 06:13:45 +01:00
parent 97bcea181a
commit a5ae125a8d
3 changed files with 63 additions and 7 deletions

View File

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