do not include keyboard help files into index and prefs.php
This commit is contained in:
@@ -72,14 +72,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
|
||||
<?php include "help/4.php" ?>
|
||||
</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="Effect.Appear('hotkey_help_overlay', {duration: 0.3})"><?php echo __("Keyboard shortcuts") ?></a> |
|
||||
<a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> |
|
||||
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user