prefs: add help link for hotkeys

This commit is contained in:
Andrew Dolgov 2008-05-16 07:53:55 +01:00
parent 07185aeab6
commit d1628a4fad
3 changed files with 14 additions and 0 deletions

BIN
images/small_question.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

View File

@ -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">&nbsp;</div>
<div id="genConfigTab" class="prefsTab"

View File

@ -1879,3 +1879,13 @@ div#hotkey_help_overlay table.hho td.bottom {
font-size : 11pt;
}
div.prefKbdHelp {
float : right;
font-size : 9pt;
margin-right : 15px;
cursor : pointer;
}
div.prefKbdHelp img {
vertical-align : middle;
}