fixed a bunch of bugs

This commit is contained in:
JT Smith 2005-03-09 14:46:40 +00:00
parent 914f29b169
commit d894e39e11
7 changed files with 33 additions and 12 deletions

View file

@ -1050,7 +1050,7 @@ sub getEditForm {
-name=>"isPrototype",
-label=>WebGUI::International::get("make prototype","Asset"),
-value=>$self->getValue("isPrototype"),
-uiLevel=>7
-uiLevel=>9
);
return $tabform;
}