diff --git a/webui/config.php b/webui/config.php index 2afe0c0d..114bcdc9 100644 --- a/webui/config.php +++ b/webui/config.php @@ -247,6 +247,14 @@ $themes = array( ); +$paging = array( + 10, + 20, + 30, + 50 + ); + + $letters = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'); diff --git a/webui/index.php b/webui/index.php index 7c16f3b8..5540d7c4 100644 --- a/webui/index.php +++ b/webui/index.php @@ -61,6 +61,7 @@ if(MEMCACHED_ENABLED) { Registry::set('counters', $counters); Registry::set('langs', $langs); +Registry::set('paging', $paging); Registry::set('themes', $themes); Registry::set('letters', $letters); Registry::set('ldap_types', array("AD", "iredmail", "lotus", "zimbra")); diff --git a/webui/view/theme/default/templates/user/settings.tpl b/webui/view/theme/default/templates/user/settings.tpl index 7b160ee1..c7cc48a7 100644 --- a/webui/view/theme/default/templates/user/settings.tpl +++ b/webui/view/theme/default/templates/user/settings.tpl @@ -55,10 +55,9 @@