noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 72/219: Warning : use new icon


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 72/219: Warning : use new icon
Date: Mon, 18 Dec 2017 13:22:40 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ecef7d065921987e6cd69ea69d66a2de2b85c13f
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 7 16:01:49 2017 +0200

    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 f005b6d..c71c8f3 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='<A tabindex="-1" 
style="font-size:124%;font-weight:bolder;display:inline;color:red;background-color:transparent;border-radius:9px;padding:0px;padding-left:7px;padding-right:7px;text-decoration:none;"
 onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">&#9888;</A>';
+        $r='<A tabindex="-1" onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)"><img 
style="width:19px"  src="image/warning.png"/></A>';
+        
         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("&#10761;","$('$div').hide();$p_js");} else
-               if ($mod=='zoom')       {$r='<span  id="span_'.$div.'" 
style="float:right;margin-right:5px;padding-top:3px">'.HtmlInput::anchor("&#11036;","",$p_js,'
 name="small'.$div.'" id="close_div" class="input_text"  ').'</span>'; } else
+               if ($mod=='zoom')       {$r='<span  id="span_'.$div.'" >'.'<img 
id="close_div"'.$p_js.'  src="image/popout.gif">'.'</span>'; } else
                 if ( $mod == 'custom')  {$r='<span  id="span_'.$div.'" 
style="float:right;margin-right:5px">'.$p_js."</span>";} else
                 if ( $mod == 'none')    {$r="" ; }
                     else 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]