]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
actions dropbox: add action to show hotkey help
[tt-rss.git] / tt-rss.php
index b5fac9f5464d2b08f57c178f9c5fa925fa42cddd..1f0e6d4abc016e10548daaa4206dc6c82844c52b 100644 (file)
@@ -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>