tbrehm
2012-01-03 c49c4e781a931efc7c1f642cd2433ec86ff2ee6e
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";
@@ -74,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",