tbrehm
2011-08-29 e615265d3b51e27f0f664cea193b6353975d6f7d
interface/web/sites/list/shell_user.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"]            = "shell_user_list.php";
@@ -75,9 +75,9 @@
$liste["item"][] = array(   'field'      => "parent_domain_id",
                     'datatype'   => "VARCHAR",
                     'formtype'   => "SELECT",
                     'op'      => "like",
                     'prefix'   => "%",
                     'suffix'   => "%",
                     'op'      => "=",
                     'prefix'   => "",
                     'suffix'   => "",
                     'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
                              'keyfield'=> 'domain_id',