noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 19/27: #0001735: icone warning


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/27: #0001735: icone warning
Date: Wed, 4 Sep 2019 15:24:57 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7156fcb1cd8d7f0f6320fcec1beb76a24c213200
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 29 19:26:04 2019 +0200

    #0001735: icone warning
---
 include/lib/icon_action.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/icon_action.class.php 
b/include/lib/icon_action.class.php
index cc24a32..90cca74 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -195,7 +195,7 @@ class Icon_Action
      */
     static function warnbulle($p_comment)
     {
-        $r=sprintf('<span tabindex="-1" onmouseover="showBulle(\'%s\')"  
onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" 
class="icon">&#xe818;</span>',
+        $r=sprintf('<span tabindex="-1" onmouseover="showBulle(\'%s\')"  
onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" 
class="icon">&#xe80e;</span>',
                 $p_comment, $p_comment);
 
         return $r;



reply via email to

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