Form inheritance work for lists, removal of $session{os}{slash}
This commit is contained in:
parent
abe85d439e
commit
99df1f414e
90 changed files with 1364 additions and 1168 deletions
|
|
@ -48,7 +48,7 @@ sub definition {
|
|||
defaultValue=>'http://'
|
||||
},
|
||||
timeout=>{
|
||||
fieldType=>"selectList",
|
||||
fieldType=>"selectBox",
|
||||
defaultValue=>30
|
||||
},
|
||||
removeStyle=>{
|
||||
|
|
@ -149,7 +149,7 @@ sub getEditForm {
|
|||
-name=>"filterHtml",
|
||||
-value=>$self->getValue("filterHtml")
|
||||
);
|
||||
$tabform->getTab("properties")->selectList(
|
||||
$tabform->getTab("properties")->selectBox(
|
||||
-name=>"timeout",
|
||||
-options=>\%hash,
|
||||
-label=>WebGUI::International::get(4,"Asset_HttpProxy"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue