summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-03 08:33:35 +0300
committerAndrew Dolgov <[email protected]>2023-11-03 08:33:35 +0300
commitff4248b09e1bcd48bb6346df123d5de68cf20e8d (patch)
tree0040b2296a78fe4b10baa5ef66f91431ee166f25 /index.php
parent0b7d021f8eb5d3d44fcc332c128568b1f2512fc4 (diff)
add wip UI/backend stuff to filter feed tree
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b7c039d7a..e9f85264e 100644
--- a/index.php
+++ b/index.php
@@ -263,6 +263,7 @@
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcPrefs')"><?= __('Preferences...') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcSearch')"><?= __('Search...') ?></div>
+ <div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcFilterFeeds')"><?= __('Search feeds...') ?></div>
<div dojoType="dijit.MenuItem" disabled="1"><?= __('Feed actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcAddFeed')"><?= __('Subscribe to feed...') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcEditFeed')"><?= __('Edit this feed...') ?></div>