remove show as feed from Select dropdown in main toolbar

This commit is contained in:
Andrew Dolgov 2021-01-17 10:43:29 +03:00
parent b2993bcd30
commit bc0d50e892
1 changed files with 3 additions and 3 deletions

View File

@ -96,12 +96,12 @@ class Feeds extends Handler_Protected {
"</option>";
}
$reply .= "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
//$reply .= "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
//$reply .= "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
$reply .= "<option value=\"App.displayDlg('".__("Show as feed")."','generatedFeed', '$feed_id:$is_cat:$rss_link')\">".
__('Show as feed')."</option>";
/*$reply .= "<option value=\"App.displayDlg('".__("Show as feed")."','generatedFeed', '$feed_id:$is_cat:$rss_link')\">".
__('Show as feed')."</option>";*/
$reply .= "</select>";