From ecef7d065921987e6cd69ea69d66a2de2b85c13f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 7 Oct 2017 16:01:49 +0200 Subject: [PATCH] Warning : use new icon --- include/lib/html_input.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index f005b6de6..c71c8f39d 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -273,7 +273,8 @@ class HtmlInput } static function warnbulle($p_comment) { - $r=''; + $r=''; + return $r; } static function errorbulle($p_comment) @@ -830,7 +831,7 @@ class HtmlInput { if ($mod=='close') {$r=HtmlInput::anchor_close($div,$p_js); }else if ($mod=='hide') {$r=HtmlInput::anchor_hide("⨉","$('$div').hide();$p_js");} else - if ($mod=='zoom') {$r=''.HtmlInput::anchor("⬜","",$p_js,' name="small'.$div.'" id="close_div" class="input_text" ').''; } else + if ($mod=='zoom') {$r=''.''.''; } else if ( $mod == 'custom') {$r=''.$p_js."";} else if ( $mod == 'none') {$r="" ; } else