replaced semicolon with comma; added a closing parenthesis.

This commit is contained in:
Matthew Wilson 2005-02-04 16:15:04 +00:00
parent 778bfe3a6e
commit 1d8973dc8b

View file

@ -131,11 +131,10 @@ sub edit {
-uiLevel=>6 -uiLevel=>6
); );
$tabform->getTab("properties")->readOnly( $tabform->getTab("properties")->readOnly(
-label=>WebGUI::International::get("upload files", "Asset"); -label=>WebGUI::International::get("upload files", "Asset"),
-value=>$self->getUploadControl -value=>$self->getUploadControl
); );
return $self->getAdminConsole->render($tabform->print, return $self->getAdminConsole->render($tabform->print,WebGUI::International::get("add pile", "Asset"));
WebGUI::International::get("add pile", "Asset");
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------