replaced semicolon with comma; added a closing parenthesis.
This commit is contained in:
parent
778bfe3a6e
commit
1d8973dc8b
1 changed files with 2 additions and 3 deletions
|
|
@ -131,11 +131,10 @@ sub edit {
|
|||
-uiLevel=>6
|
||||
);
|
||||
$tabform->getTab("properties")->readOnly(
|
||||
-label=>WebGUI::International::get("upload files", "Asset");
|
||||
-label=>WebGUI::International::get("upload files", "Asset"),
|
||||
-value=>$self->getUploadControl
|
||||
);
|
||||
return $self->getAdminConsole->render($tabform->print,
|
||||
WebGUI::International::get("add pile", "Asset");
|
||||
return $self->getAdminConsole->render($tabform->print,WebGUI::International::get("add pile", "Asset"));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue