fixed a label bug
This commit is contained in:
parent
dc9c05129b
commit
b9f3d8becb
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ sub www_edit {
|
||||||
$f->yesNo(
|
$f->yesNo(
|
||||||
-name=>"proceed",
|
-name=>"proceed",
|
||||||
-label=>WebGUI::International::get(15,$_[0]->get("namespace")),
|
-label=>WebGUI::International::get(15,$_[0]->get("namespace")),
|
||||||
-label=>$proceed
|
-value=>$proceed
|
||||||
);
|
);
|
||||||
return $_[0]->SUPER::www_edit(
|
return $_[0]->SUPER::www_edit(
|
||||||
-properties=>$f->printRowsOnly,
|
-properties=>$f->printRowsOnly,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue