From 60022ab80d31c66c825354646da7f7df56afc388 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Thu, 12 Mar 2015 17:25:57 +0100 Subject: [PATCH] NEW : autofocus on product selection dropdown list or search field --- htdocs/core/class/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 31fb095e3c8..d2ad5424d71 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1527,7 +1527,7 @@ class Form print img_picto($langs->trans("Search"), 'search'); } } - print ''; + print ''; if ($hidelabel == 3) { print img_picto($langs->trans("Search"), 'search'); } @@ -1644,7 +1644,7 @@ class Form require_once DOL_DOCUMENT_ROOT.'/product/class/priceparser.class.php'; $num = $this->db->num_rows($result); - $out.=''; $out.=''; $i = 0;