vogelor
2010-06-08 a892b8c8007f87c39497dd98aa268d35428416a8
interface/web/client/form/client.tform.php
@@ -626,6 +626,20 @@
         'valuelimit' => 'client:ssh_chroot',
         'value'      => array('no' => 'None', 'jailkit' => 'Jailkit')
      ),
      'limit_webdav_user' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_webdav_user_error_notint'),
                           ),
         'default'   => '-1',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
      'default_dnsserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',