Fixed bug #562465.
This commit is contained in:
parent
55dcd632f1
commit
9988d5f818
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ sub www_edit {
|
|||
$f->hidden("title",$namespace);
|
||||
$f->hidden("displayTitle",0);
|
||||
$f->hidden("processMacros",0);
|
||||
$f->hidden("templatePosition",'A');
|
||||
$f->hidden("templatePosition",0);
|
||||
$f->date("startDate",WebGUI::International::get(497),$_[0]->get("startDate"));
|
||||
$f->date("endDate",WebGUI::International::get(498),$endDate);
|
||||
$f->integer("spacer",WebGUI::International::get(3,$namespace),$spacer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue