#0001735: icone warning
This commit is contained in:
parent
23b0091fe1
commit
7156fcb1cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"></span>',
|
||||
$r=sprintf('<span tabindex="-1" onmouseover="showBulle(\'%s\')" onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" class="icon"></span>',
|
||||
$p_comment, $p_comment);
|
||||
|
||||
return $r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue