interface/web/admin/list/groups.list.php
@@ -15,14 +15,14 @@ //* Database table $liste['table'] = 'sys_group'; //* Primarty index column //* Primary index column $liste['table_idx'] = 'groupid'; //* Search Field Prefix $liste['search_prefix'] = 'search_'; //* Records per page $liste['records_per_page'] = 15; $liste['records_per_page'] = "15"; //* Script file for listing $liste['file'] = 'groups_list.php'; @@ -36,7 +36,7 @@ //* Paging Template $liste['paging_tpl'] = 'templates/paging.tpl.htm'; // Script File der Liste ? //* Enable auth $liste['auth'] = 'no';