mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
LSexample/LSpeople: improve pagination config
This commit is contained in:
parent
5f4798a5a1
commit
36a1719b26
1 changed files with 2 additions and 2 deletions
|
@ -248,8 +248,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
|||
),
|
||||
'params' => array (
|
||||
'recursive' => true,
|
||||
'nbObjectsByPage' => 5,
|
||||
'nbObjectsByPageChoices' => array(5, 10, 15),
|
||||
'nbObjectsByPage' => 25,
|
||||
'nbObjectsByPageChoices' => array(15, 25, 35),
|
||||
),
|
||||
'predefinedFilters' => array (
|
||||
'(jpegPhoto=*)' => 'With photo',
|
||||
|
|
Loading…
Reference in a new issue