tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/web/client/form/client.tform.php
@@ -126,7 +126,11 @@
                                          'class' => 'validate_client',
                                          'function' => 'username_unique',
                                          'errmsg'=> 'username_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                              2 => array (   'type'   => 'CUSTOM',
                                          'class' => 'validate_client',
                                          'function' => 'username_collision',
                                          'errmsg'=> 'username_error_collision'),
                              3 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-\_]{0,64}$/',
                                          'errmsg'=> 'username_error_regex'),
                              ),
@@ -164,7 +168,7 @@
      'usertheme' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => 'default',
         'default'   => $conf["theme"],
         'value'      => $themes_list,
         'separator'   => '',
         'width'      => '30',
@@ -220,7 +224,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => 'DE',
         'default'   => $conf["country"],
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name',
                              'keyfield'=> 'iso',
@@ -604,6 +608,9 @@
      'web_php_options' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'web_php_options_notempty'),
                           ),
         'default'   => '',
         'separator' => ',',
         'valuelimit' => 'client:web_php_options',
@@ -668,6 +675,9 @@
      'ssh_chroot' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'ssh_chroot_notempty'),
                           ),
         'default'   => '',
         'separator' => ',',
         'valuelimit' => 'client:ssh_chroot',
@@ -827,6 +837,31 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_openvz_vm' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_openvz_vm_error_notint'),
                           ),
         'default'   => '0',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_openvz_vm_template_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
         'default'   => '',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => 'SELECT template_id,template_name FROM openvz_template WHERE 1 ORDER BY template_name',
                              'keyfield'=> 'template_id',
                              'valuefield'=> 'template_name'
                            ),
         'value'      => array(0 => ' ')
      ),
   ##################################
   # END Datatable fields
   ##################################