Infobulle : warning : esthetic
This commit is contained in:
parent
8f0f7d6aec
commit
2ac38fc2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class HtmlInput
|
|||
}
|
||||
static function warnbulle($p_comment)
|
||||
{
|
||||
$r='<A HREF="#" tabindex="-1" style="display:inline;color:red;background-color:white;padding-left:4px;padding-right:4px;text-decoration:none;" onmouseover="showBulle(\''.$p_comment.'\')" onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">Δ</A>';
|
||||
$r='<A HREF="#" 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)">⚠</A>';
|
||||
return $r;
|
||||
}
|
||||
static function errorbulle($p_comment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue