added the coolio label tag

This commit is contained in:
JT Smith 2006-04-06 20:26:48 +00:00
parent 3e179fa4ad
commit 5202f50a4a

View file

@ -598,7 +598,7 @@ sub toHtmlWithWrapper {
if ($self->passUiLevelCheck) {
my ($fieldClass, $rowClass, $labelClass, $hoverHelp, $subtext) = $self->prepareWrapper;
return '<tr'.$rowClass.'>
<td'.$labelClass.$hoverHelp.' valign="top" style="width: 25%;">'.$self->get("label").'</td>
<td'.$labelClass.$hoverHelp.' valign="top" style="width: 25%;"><label for="'.$self->get("id").'">'.$self->get("label").'</label></td>
<td valign="top"'.$fieldClass.' style="width: 75%;">'.$self->toHtml().$subtext."</td>
</tr>\n";
} else {