some methods missing hoverHelp
This commit is contained in:
parent
3fc303c9e0
commit
812986a559
1 changed files with 3 additions and 3 deletions
|
|
@ -957,7 +957,7 @@ sub date {
|
|||
defaultValue=>$defaultValue
|
||||
});
|
||||
$output .= _subtext($subtext);
|
||||
$output = $self->_tableFormRow($label,$output);
|
||||
$output = $self->_tableFormRow($label,$output,$hoverHelp);
|
||||
} else {
|
||||
$output = WebGUI::Form::hidden({
|
||||
"name"=>$name,
|
||||
|
|
@ -1140,7 +1140,7 @@ sub email {
|
|||
"defaultValue" => $defaultValue
|
||||
});
|
||||
$output .= _subtext($subtext);
|
||||
$output = $self->_tableFormRow($label,$output);
|
||||
$output = $self->_tableFormRow($label,$output,$hoverHelp);
|
||||
} else {
|
||||
$output = WebGUI::Form::hidden({
|
||||
"name"=>$name,
|
||||
|
|
@ -1279,7 +1279,7 @@ sub file {
|
|||
"extras"=>$extras
|
||||
});
|
||||
$output .= _subtext($subtext);
|
||||
$output = $self->_tableFormRow($label,$output);
|
||||
$output = $self->_tableFormRow($label,$output,$hoverHelp);
|
||||
}
|
||||
$self->{_data} .= $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue