Index: trunk/admin/users/group_select.php =================================================================== diff -u -r338 -r346 --- trunk/admin/users/group_select.php (.../group_select.php) (revision 338) +++ trunk/admin/users/group_select.php (.../group_select.php) (revision 346) @@ -138,6 +138,8 @@ if(!$SelectorType) $SelectorType = 'checkbox'; $source = GetVar('source'); +$objGroups->Page = GetVar('lpn'); + if($source) { switch($source) @@ -215,6 +217,7 @@ $objListView->CheckboxName = "itemlist[]"; $objListView->TotalItemCount = $objGroups->QueryItemCount; $objListView->SelectorType = $SelectorType; +$objListView->extra_env = 'destform='.GetVar('destform').'&destfield='.GetVar('destfield').'&Selector='.GetVar('Selector'); $title = 'Select Group'; int_header($objListToolBar,NULL,$title); @@ -232,10 +235,11 @@
" name="viewmenu"> - - - - + + + + +