mcramer
2012-09-26 8c1761c64a5c6a24575f43e5afe7a1661cb7f34f
interface/web/admin/list/server.list.php
@@ -22,7 +22,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']            = 'server_list.php';
@@ -46,6 +46,9 @@
$liste['item'][] = array(   'field'      => 'server_name',
                     'datatype'   => 'VARCHAR',
                            'filters'   => array( 0 => array( 'event' => 'SHOW',
                                                              'type' => 'IDNTOUTF8')
                                                ),
                     'formtype'   => 'TEXT',
                     'op'      => 'like',
                     'prefix'   => '%',