From 46fb2945d4a1a4ec6bad77631791dccf1e81652b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Mar 2018 22:02:03 +0100 Subject: [PATCH] NEW Show keyboard shortcut of nav arrow into tooltip --- htdocs/core/class/html.form.class.php | 4 ++-- htdocs/langs/en_US/main.lang | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 181b5f7b9b6..7b940e35378 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6290,8 +6290,8 @@ class Form // accesskey is for Windows or Linux: ALT + key for chrome, ALT + SHIFT + KEY for firefox // accesskey is for Mac: CTRL + key for all browsers - $previous_ref = $object->ref_previous?'':''; - $next_ref = $object->ref_next?'':''; + $previous_ref = $object->ref_previous?'':''; + $next_ref = $object->ref_next?'':''; } //print "xx".$previous_ref."x".$next_ref; diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 0c43e74d6da..c1027e20466 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -935,4 +935,5 @@ Quarterly=Quarterly Annual=Annual Local=Local Remote=Remote -LocalAndRemote=Local and Remote \ No newline at end of file +LocalAndRemote=Local and Remote +KeyboardShortcut=Keyboard shortcut \ No newline at end of file