tbrehm
2009-02-27 f28f40f7a62b9a6fe939c05b10366b0d66c9ec1e
interface/web/client/form/client.tform.php
@@ -297,6 +297,20 @@
   ##################################
   # Begin Datatable fields
   ##################################
      'template_master' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
         'default'   => '1',
         'datasource'   => array (    'type'   => 'CUSTOM',
                              'class'=> 'custom_datasource',
                              'function'=> 'master_templates'
                            ),
         'value'      => ''
      ),
      'template_additional' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
      ),
      'default_mailserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -501,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',
@@ -557,6 +578,13 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'ssh_chroot' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'default'   => '',
         'separator' => ',',
         'value'      => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot')
      ),
      'default_dnsserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',