subtoolbar: add shortcut to catchupPage()

This commit is contained in:
Andrew Dolgov 2011-03-07 15:21:31 +03:00
parent dc891b1201
commit 176b8ba62f
1 changed files with 2 additions and 0 deletions

View File

@ -4118,6 +4118,8 @@
print "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
print "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
print "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";
print "</select>";