tbrehm
2011-09-07 c719dc0b1dd696e0cd6b51f09ee13c8263375f7c
interface/web/client/list/client.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]    = "search_";
// Records per page
$liste["records_per_page"]    = 15;
$liste["records_per_page"]    = "15";
// Script File of the list
$liste["file"]            = "client_list.php";
@@ -47,6 +47,15 @@
* Suchfelder
*****************************************************/
$liste["item"][] = array(   'field'      => "client_id",
                     'datatype'   => "INTEGER",
                     'formtype'   => "TEXT",
                     'op'      => "=",
                     'prefix'   => "",
                     'suffix'   => "",
                     'width'      => "",
                     'value'      => "");
$liste["item"][] = array(   'field'      => "company_name",
                     'datatype'   => "VARCHAR",
                     'formtype'   => "TEXT",
@@ -65,6 +74,15 @@
                     'width'      => "",
                     'value'      => "");  
$liste["item"][] = array(   'field'      => "username",
                     'datatype'   => "VARCHAR",
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "%",
                     'suffix'   => "%",
                     'width'      => "",
                     'value'      => "");
$liste["item"][] = array(   'field'      => "city",
                     'datatype'   => "VARCHAR",
                     'formtype'   => "TEXT",