several bug fixes
This commit is contained in:
parent
830934d46d
commit
5268ffda5c
4 changed files with 12 additions and 12 deletions
|
|
@ -66,13 +66,13 @@ sub www_editCronJob {
|
|||
);
|
||||
$f->hidden(
|
||||
name=>"id",
|
||||
value=>$session->form->get("id"),
|
||||
defaultValue=>"new",
|
||||
value=>$session->form->get("id"),
|
||||
);
|
||||
$f->readOnly(
|
||||
label=>$i18n->get("id"),
|
||||
defaultValue=>"new",
|
||||
value=>$session->form->get("id"),
|
||||
defaultValue=>"new"
|
||||
);
|
||||
my $value = $cron->get("title") if defined $cron;
|
||||
$f->text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue