From 88d47d2ce65e549ffccda213f4e53609cc75d882 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 23 Jan 2014 05:31:58 -0500 Subject: [PATCH] Resolved differences in sql incremental files between master and stable --- interface/web/admin/list/groups.list.php | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/interface/web/admin/list/groups.list.php b/interface/web/admin/list/groups.list.php index 9b8537e..9d8d4c9 100644 --- a/interface/web/admin/list/groups.list.php +++ b/interface/web/admin/list/groups.list.php @@ -10,52 +10,52 @@ */ //* Name of list -$liste['name'] = 'groups'; +$liste['name'] = 'groups'; //* Database table -$liste['table'] = 'sys_group'; +$liste['table'] = 'sys_group'; -//* Primarty index column -$liste['table_idx'] = 'groupid'; +//* Primary index column +$liste['table_idx'] = 'groupid'; //* Search Field Prefix -$liste['search_prefix'] = 'search_'; +$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'; +$liste['file'] = 'groups_list.php'; //* Script file to edit -$liste['edit_file'] = 'groups_edit.php'; +$liste['edit_file'] = 'groups_edit.php'; //* Script file for deleting -$liste['delete_file'] = 'groups_del.php'; +$liste['delete_file'] = 'groups_del.php'; //* Paging Template -$liste['paging_tpl'] = 'templates/paging.tpl.htm'; +$liste['paging_tpl'] = 'templates/paging.tpl.htm'; -// Script File der Liste ? -$liste['auth'] = 'no'; +//* Enable auth +$liste['auth'] = 'no'; /***************************************************** * Suchfelder *****************************************************/ -$liste['item'][] = array( 'field' => 'name', - 'datatype' => 'VARCHAR', - 'op' => 'like', - 'prefix' => '%', - 'suffix' => '%', - 'width' => ''); +$liste['item'][] = array( 'field' => 'name', + 'datatype' => 'VARCHAR', + 'op' => 'like', + 'prefix' => '%', + 'suffix' => '%', + 'width' => ''); -$liste['item'][] = array( 'field' => 'description', - 'datatype' => 'VARCHAR', - 'op' => 'like', - 'prefix' => '%', - 'suffix' => '%', - 'width' => ''); +$liste['item'][] = array( 'field' => 'description', + 'datatype' => 'VARCHAR', + 'op' => 'like', + 'prefix' => '%', + 'suffix' => '%', + 'width' => ''); -?> \ No newline at end of file +?> -- Gitblit v1.9.1