Fonction pour afficher un tooltip plus gnrique.

This commit is contained in:
Laurent Destailleur 2007-05-21 18:24:44 +00:00
parent 96b7c31b11
commit 76749acd1a

View File

@ -104,7 +104,7 @@ class Form
if ($text)
{
$s.='<td'.$paramfortooltiptext.'>'.$text;
$s.='&nbsp;';
if ($direction) $s.='&nbsp;';
$s.='</td>';
}
if ($direction) $s.='<td'.$paramfortooltippicto.' valign="top" width="14">'.$img.'</td>';
@ -115,7 +115,7 @@ class Form
if ($text)
{
$s.='<td'.$paramfortooltiptext.'>';
$s.='&nbsp;';
if ($direction) $s.='&nbsp;';
$s.=$text.'</td>';
}
}