diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 07:53:55 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 07:53:55 +0100 |
| commit | d1628a4fadec849f83c9c1d6fc6f14a712cc3799 (patch) | |
| tree | b21590c34f1a82ec407f5aa5430a6c926d6df327 /prefs.php | |
| parent | 07185aeab6d62ffc2b885a84fea3fe7f51d1bea1 (diff) | |
prefs: add help link for hotkeys
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ window.onload = init; <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a> </div> --> + <div class='prefKbdHelp'> + <img src="images/small_question.png" alt="?"> <a onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a> + </div> + <div class="firstTab"> </div> <div id="genConfigTab" class="prefsTab" |