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
|
|
@ -117,9 +117,9 @@ sub getGroupSearchForm {
|
|||
-name=>"doit",
|
||||
-value=>1
|
||||
);
|
||||
$f->selectList(
|
||||
$f->selectBox(
|
||||
-name=>"modifier",
|
||||
-value=>([$session{scratch}{groupSearchModifier} || WebGUI::International::get("contains") ]),
|
||||
-value=>($session{scratch}{groupSearchModifier} || WebGUI::International::get("contains") ),
|
||||
-options=>{
|
||||
startsWith=>WebGUI::International::get("starts with"),
|
||||
contains=>WebGUI::International::get("contains"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue