mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
subscribe to feed: use client dialog
This commit is contained in:
@@ -1241,7 +1241,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
<div dojoType="fox.form.DropDownButton">
|
||||
<span><?= __('Feeds') ?></span>
|
||||
<div dojoType="dijit.Menu" style="display: none">
|
||||
<div onclick="CommonDialogs.quickAddFeed()"
|
||||
<div onclick="CommonDialogs.subscribeToFeed()"
|
||||
dojoType="dijit.MenuItem"><?= __('Subscribe to feed') ?></div>
|
||||
<div onclick="dijit.byId('feedTree').editSelectedFeed()"
|
||||
dojoType="dijit.MenuItem"><?= __('Edit selected feeds') ?></div>
|
||||
|
||||
Reference in New Issue
Block a user