forked from extern/egroupware
Not completely working yet, but better
This commit is contained in:
parent
713966188c
commit
13f1ac3bcb
@ -272,11 +272,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$extra_parms = '&s_users='.$s_users.'&s_groups='.$s_groups.'&maxm='.$maxm.'&totalentries='.$totalentries.'&total='.($start + $total).'&owner='.$owner;
|
$extra_parms = '&acl_app=' . $acl_app
|
||||||
|
. '&s_users='.$s_users.'&s_groups='.$s_groups
|
||||||
|
. '&maxm=' . $maxm . '&totalentries=' . $totalentries
|
||||||
|
. '&total=' . ($start + $total) . '&owner='.$owner;
|
||||||
|
|
||||||
$var = Array(
|
$var = Array(
|
||||||
'nml' => $phpgw->nextmatchs->left('',$start,$totalentries,$extra_parms),
|
'nml' => $phpgw->nextmatchs->left('/preferences/acl_preferences.php',$start,$totalentries,$extra_parms),
|
||||||
'nmr' => $phpgw->nextmatchs->right('',$start,$totalentries,$extra_parms),
|
'nmr' => $phpgw->nextmatchs->right('/preferences/acl_preferences.php',$start,$totalentries,$extra_parms),
|
||||||
'search_value' => (isset($query) && $query?$query:''),
|
'search_value' => (isset($query) && $query?$query:''),
|
||||||
'search' => lang('search'),
|
'search' => lang('search'),
|
||||||
'processed' => urlencode(serialize($processed))
|
'processed' => urlencode(serialize($processed))
|
||||||
|
Loading…
Reference in New Issue
Block a user