1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

subtoolbar: remove catchupPage, label confusing with upper toolbar catchup function

This commit is contained in:
Andrew Dolgov
2013-03-31 15:39:10 +04:00
parent a57c814990
commit 3dd0306f3e
2 changed files with 1 additions and 18 deletions

View File

@@ -133,7 +133,7 @@ class Feeds extends Handler_Protected {
$reply .= "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
$reply .= "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
//$reply .= "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
$reply .= "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";