summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 17:27:11 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 17:27:11 +0100
commit238eff0165cd80b3915d6fc53b4ad8bc866e03dc (patch)
tree159a4581a81247f7ef186aaaabf59d566d240a79 /tt-rss.php
parent5ac3b9d607ac518d06e7f8208d45720e3b64cea9 (diff)
actions dropbox: add action to show hotkey help
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b5fac9f54..1f0e6d4ab 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -82,7 +82,7 @@
</div>
</div>
-<div id="hotkey_help_overlay" style="display : none">
+<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php include "help/3.php" ?>
</div>
@@ -158,6 +158,7 @@ window.onload = init;
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('Other actions:') ?></option>
<option value="qmcAddFilter"><?php echo __('&nbsp;&nbsp;Create filter') ?></option>
+ <option value="qmcHKhelp"><?php echo __('&nbsp;&nbsp;Keyboard shortcuts') ?></option>
</select>
</div>