Skip to content
Snippets Groups Projects
Commit 01d2d115 authored by pedro_morgan's avatar pedro_morgan
Browse files

Minor edits and spelling

parent 7e5f927b
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'dbsync_del.php'; ...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'dbsync_del.php';
//* Paging Template //* Paging Template
$liste['paging_tpl'] = 'templates/paging.tpl.htm'; $liste['paging_tpl'] = 'templates/paging.tpl.htm';
//* Script File der Liste ? //* Enable auth
$liste['auth'] = 'no'; $liste['auth'] = 'no';
......
...@@ -15,7 +15,7 @@ $liste['name'] = 'filesync'; ...@@ -15,7 +15,7 @@ $liste['name'] = 'filesync';
//* Database table //* Database table
$liste['table'] = 'sys_filesync'; $liste['table'] = 'sys_filesync';
//* Primary index column //* Primary index column
$liste['table_idx'] = 'id'; $liste['table_idx'] = 'id';
//* Search Field Prefix //* Search Field Prefix
...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'filesync_del.php'; ...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'filesync_del.php';
//* Paging Template //* Paging Template
$liste['paging_tpl'] = 'templates/paging.tpl.htm'; $liste['paging_tpl'] = 'templates/paging.tpl.htm';
//* Script File der Liste?s //* Enable auth
$liste['auth'] = 'no'; $liste['auth'] = 'no';
...@@ -64,4 +64,5 @@ $liste['item'][] = array( 'field' => 'local_path', ...@@ -64,4 +64,5 @@ $liste['item'][] = array( 'field' => 'local_path',
'prefix' => '%', 'prefix' => '%',
'suffix' => '%', 'suffix' => '%',
'width' => ''); 'width' => '');
?> ?>
\ No newline at end of file
...@@ -15,7 +15,7 @@ $liste['name'] = 'groups'; ...@@ -15,7 +15,7 @@ $liste['name'] = 'groups';
//* Database table //* Database table
$liste['table'] = 'sys_group'; $liste['table'] = 'sys_group';
//* Primarty index column //* Primary index column
$liste['table_idx'] = 'groupid'; $liste['table_idx'] = 'groupid';
//* Search Field Prefix //* Search Field Prefix
...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'groups_del.php'; ...@@ -36,7 +36,7 @@ $liste['delete_file'] = 'groups_del.php';
//* Paging Template //* Paging Template
$liste['paging_tpl'] = 'templates/paging.tpl.htm'; $liste['paging_tpl'] = 'templates/paging.tpl.htm';
// Script File der Liste ? //* Enable auth
$liste['auth'] = 'no'; $liste['auth'] = 'no';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment