Undo Add Access Keys in Help Link ... from previous commit

Not relevant anymore as the new code will detect browser and show the relevant string
This commit is contained in:
IJ 2018-12-02 10:22:47 +00:00 committed by GitHub
parent be523a737e
commit 34326f9102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1576,11 +1576,6 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
if ($mode == 'wiki') $text.=sprintf($helpbaseurl,urlencode(html_entity_decode($helppage)));
else $text.=sprintf($helpbaseurl,$helppage);
$text.='">';
$title.='<br><br>';
$title.='<b>'.$langs->trans("KeyboardShortcutsNavigation").'</b><br>';
$title.='<b>Firefox</b> <i>(Windows/Linux)</i>: <b><kbd>ALT</kbd> + <kbd>SHIFT</kbd> + </b><i>Access Key</i><br>';
$title.='<b>Chrome</b> <i>(Windows/Linux)</i>: <b><kbd>ALT</kbd> + </b><i>Access Key</i><br>';
$title.='<b>MAC</b> <i>(all browsers)</i>: <b><kbd>CTRL</kbd> + </b><i>Access Key</i><br>';
//$text.=img_picto('', 'helpdoc_top').' ';
$text.='<span class="fa fa-question-circle atoplogin"></span>';
//$toprightmenu.=$langs->trans($mode == 'wiki' ? 'OnlineHelp': 'Help');