summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-28 15:42:02 +0400
committerAndrew Dolgov <[email protected]>2012-12-28 15:42:02 +0400
commitb8cb4d08b3b06bc22541d3366016403207742503 (patch)
tree31f10e7db4ab05fb0bb71bbeeb80a2e203bcd59d /prefs.php
parent744a29309d0aafacd6e2d9332f3d841ecaa24555 (diff)
help cleanup, use dijit dialog
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/prefs.php b/prefs.php
index e20ac9baa..575fbbf0f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -90,12 +90,10 @@
</div>
</div>
-<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)"></div>
-
<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie"/>
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> |
+ <!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
</div>