cfoe
2012-05-24 ec3d9abb92487aab666cab95d6f5b3d4e9d23dbb
interface/web/client/list/reseller.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"]            = "reseller_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",