dateTime was not displaying hover help
This commit is contained in:
parent
24f258eea8
commit
2b153b8ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ sub dateTime {
|
||||||
defaultValue=>$defaultValue
|
defaultValue=>$defaultValue
|
||||||
});
|
});
|
||||||
$output .= _subtext($subtext);
|
$output .= _subtext($subtext);
|
||||||
$output = $self->_tableFormRow($label,$output);
|
$output = $self->_tableFormRow($label,$output,$hoverHelp);
|
||||||
} else {
|
} else {
|
||||||
$output = WebGUI::Form::hidden({
|
$output = WebGUI::Form::hidden({
|
||||||
"name"=>$name,
|
"name"=>$name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue