ftimme
2013-03-06 9156cc5152fd3e5aa2aa898bcd8dbe4cd2cec44b
interface/web/sites/list/web_domain.list.php
@@ -29,7 +29,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"]            = "web_domain_list.php";
@@ -102,6 +102,9 @@
$liste["item"][] = array(   'field'      => "domain",
                     'datatype'   => "VARCHAR",
                            'filters'   => array( 0 => array( 'event' => 'SHOW',
                                                              'type' => 'IDNTOUTF8')
                                                ),
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "%",