From 34326f9102ec5cba58e517ba8f6d1c8b4f0e7ac7 Mon Sep 17 00:00:00 2001 From: IJ Date: Sun, 2 Dec 2018 10:22:47 +0000 Subject: [PATCH] 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 --- htdocs/main.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 99b82156e42..06f67a9b79f 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -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.='

'; - $title.=''.$langs->trans("KeyboardShortcutsNavigation").'
'; - $title.='Firefox (Windows/Linux): ALT + SHIFT + Access Key
'; - $title.='Chrome (Windows/Linux): ALT + Access Key
'; - $title.='MAC (all browsers): CTRL + Access Key
'; //$text.=img_picto('', 'helpdoc_top').' '; $text.=''; //$toprightmenu.=$langs->trans($mode == 'wiki' ? 'OnlineHelp': 'Help');