gunnar: server/kolab-webadmin/admin config.php,1.2,1.3

cvs at kolab.org cvs at kolab.org
Tue Aug 21 19:15:54 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/admin
In directory doto:/tmp/cvs-serv8206

Modified Files:
	config.php 
Log Message:
Intermediate commit while restructuring the kolab-webadmin.

Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/admin/config.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.php	17 Aug 2007 18:25:48 -0000	1.2
+++ config.php	21 Aug 2007 17:15:52 -0000	1.3
@@ -56,6 +56,43 @@
  */
 $params['allow_user_classes'] = array( 'user', 'admin', 'maintainer', 'manager', 'domain-maintainer' );
 
+/*
+ * Should the user lists be filtered on basis of the first letter?
+ *
+ * Possible settings:
+ *
+ * none:   Do not filter
+ * groups: Filter alphabetic groups (A-F, G-L, etc.)
+ * single: Filter based on the first letter
+ */
+$params['alpha_filter_type'] = 'none';
+
+/*
+ * If alphabetic filtering is being used, what should be the default
+ * filter?
+ *
+ * Possible settings:
+ *
+ * none:   Do not show anything at first
+ * all:    Show all entries by default
+ * other:  Show all entries with a special character at the beginning
+ * a:      1) if $params['alpha_filter_type'] == 'groups':
+ *               Show all entries within the group starting with this letter
+ *         2) if $params['alpha_filter_type'] == 'single':
+ *               Show all entries starting with this letter
+ */
+$params['alpha_filter_default'] = 'all';
+
+/*
+ * Should the user be allowed to use arbitrary filters?
+ */
+$params['allow_user_filter'] = false;
+
+/*
+ * Maximal number of entries that should be displayed on a page?
+ */
+$params['entries_per_page'] = 50;
+
 
 //$params['encryption_key'] = "@sysconfdir@/kolab/res_pub.pem";
 $params['encryption_key'] = "/kolab/etc/kolab/res_pub.pem";





More information about the commits mailing list