redray
2009-03-11 122be74d39f3bd64b8f34ea5cc76d1e7e6e39ffa
interface/web/client/form/client.tform.php
@@ -301,12 +301,11 @@
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
         'default'   => '1',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT template_id,template_name FROM client_template WHERE template_type ='m'",
                              'keyfield'=> 'template_id',
                              'valuefield'=> 'template_name'
         'datasource'   => array (    'type'   => 'CUSTOM',
                              'class'=> 'custom_datasource',
                              'function'=> 'master_templates'
                            ),
         'value'      => array('0' => 'custom')
         'value'      => ''
      ),
      'template_additional' => array (
         'datatype'   => 'VARCHAR',
@@ -516,6 +515,13 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'web_php_options' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'default'   => '',
         'separator' => ',',
         'value'      => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP')
      ),
      'limit_web_aliasdomain' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -572,6 +578,13 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'ssh_chroot' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'default'   => '',
         'separator' => ',',
         'value'      => array('no' => 'None', 'jailkit' => 'Jailkit')
      ),
      'default_dnsserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',