summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-07 15:59:32 +0300
committerAndrew Dolgov <[email protected]>2015-07-07 15:59:32 +0300
commit9090b874abd254954a11d393a162bcf4ea7eb160 (patch)
tree5373d614bb8a14f2ea7a630d5e2fae1a530a142c /index.php
parent2374294529305dde857a8f7966217ead9b93dc0e (diff)
simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index f7ff97c68..95fb91d22 100644
--- a/index.php
+++ b/index.php
@@ -235,7 +235,6 @@
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcShowOnlyUnread')"><?php echo __('(Un)hide read feeds') ?></div>
<div dojoType="dijit.MenuItem" disabled="1"><?php echo __('Other actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcToggleWidescreen')"><?php echo __('Toggle widescreen mode') ?></div>
- <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcTagSelect')"><?php echo __('Select by tags...') ?></div>
<!-- <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddLabel')"><?php echo __('Create label...') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddFilter')"><?php echo __('Create filter...') ?></div> -->
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcHKhelp')"><?php echo __('Keyboard shortcuts help') ?></div>