more form fixes
This commit is contained in:
parent
65823b1f53
commit
5705131fcf
4 changed files with 9 additions and 3 deletions
|
|
@ -130,6 +130,7 @@ Renders the field as a hidden field.
|
|||
sub toHtmlAsHidden {
|
||||
my $self = shift;
|
||||
return WebGUI::Form::Hidden->new(
|
||||
$self->session,
|
||||
name=>$self->get("name"),
|
||||
value=>secondsToTime($self->get("value"))
|
||||
)->toHtmlAsHidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue