summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 12:51:30 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 12:51:30 +0300
commit6e88da8223c70e4ec3af27f6385a8a89006709fe (patch)
treed90e1033076d052383752642a094994d54aa377f /tt-rss.php
parent8624dec2dbd50440fbcee76546a17837b55c772e (diff)
js: misc code cleanup, handle ctrl-clicking on postContent
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5dc2a7244..5791bd76c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -179,18 +179,12 @@
<option value="qmcCatchupAll"><?php echo __('Mark as read') ?></option>
<option value="qmcShowOnlyUnread"><?php echo __('(Un)hide read feeds') ?></option>
</optgroup>
- <optgroup label="<?php echo __('Categories:') ?>">
-
- <!-- <option value="qmcToggleReorder"><?php echo __('Toggle reordering mode') ?></option> -->
- <option value="qmcResetCats"><?php echo __('Reset order') ?></option>
- </optgroup>
<optgroup label="<?php echo __('Other actions:') ?>">
<option value="qmcTagCloud"><?php echo __('Show tag cloud...') ?></option>
<option value="qmcAddLabel"><?php echo __('Create label...') ?></option>
<option value="qmcAddFilter"><?php echo __('Create filter...') ?></option>
- <option value="qmcResetUI"><?php echo __('Reset UI layout') ?></option>
<option value="qmcHKhelp"><?php echo __('Keyboard shortcuts help') ?></option>
</optgroup>