summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorCraig Meyer <[email protected]>2011-08-11 18:51:00 -0400
committerAndrew Dolgov <[email protected]>2011-08-23 12:49:18 +0400
commit147f5632281b0da6f4232b5d8f4e6998ebf1e40b (patch)
tree27abbbe036c7ad5e324482f615fcf0b6f472c1c3 /tt-rss.php
parent8efb5f62e86fd0c11147aec979733a33ade53756 (diff)
Extended Actions to include Select by tag (add local modifications, fix
display for tags starting with a number)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 16b15e84a..65dcdde83 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -171,6 +171,7 @@
<div dojoType="dijit.MenuItem" disabled="1"><?php echo __('Other actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcDigest')"><?php echo __('Switch to digest...') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcTagCloud')"><?php echo __('Show tag cloud...') ?></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>