fichier obsolete, enlève erreur en mode strict, fichiers css

This commit is contained in:
Dany De Bontridder 2011-11-21 20:20:59 +00:00
parent d7f315ef2f
commit 21dd3814b4
10 changed files with 821 additions and 845 deletions

View file

@ -222,7 +222,7 @@ class HtmlInput
}
static function warnbulle($p_comment)
{
$r='<A HREF="#" style="display:inline;color:black;background-color:red;padding-left:4px;padding-right:4px;text-decoration:none;" onmouseover="showBulle(\''.$p_comment.'\')" onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">XX</A>';
$r='<A HREF="#" 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)">&Delta;</A>';
return $r;
}
/**