From 1ff9d19c1af2ecdad1aeef20a718c42e0b87d62a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 11 Feb 2020 08:20:21 +0100 Subject: [PATCH] search : add placeholder --- include/lib/html_input.class.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index 987a89b11..f79048b58 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -965,7 +965,8 @@ class HtmlInput { $r=" - + + "; @@ -983,7 +984,9 @@ class HtmlInput { $r=" - + + + "; @@ -999,8 +1002,8 @@ class HtmlInput { $r=""; $r.=''; - $r.=sprintf('', - $p_list_id,$p_list_id,$p_list_id); + $r.=sprintf('', + $p_list_id,$p_list_id,_("Recherche"),$p_list_id); $r.=sprintf('',$p_list_id,$p_list_id,$p_list_id); $r.='';