Fonction pour afficher un tooltip plus gnrique.
This commit is contained in:
parent
96b7c31b11
commit
76749acd1a
@ -104,7 +104,7 @@ class Form
|
||||
if ($text)
|
||||
{
|
||||
$s.='<td'.$paramfortooltiptext.'>'.$text;
|
||||
$s.=' ';
|
||||
if ($direction) $s.=' ';
|
||||
$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.=' ';
|
||||
if ($direction) $s.=' ';
|
||||
$s.=$text.'</td>';
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user