tbrehm
2009-10-28 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb
interface/web/client/form/client_template.tform.php
@@ -143,6 +143,20 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_mailaliasdomain' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_mailaliasdomain_error_notint'),
                           ),
         'default'   => '-1',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_mailforward' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -283,6 +297,20 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_web_quota' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_web_quota_error_notint'),
                           ),
         'default'   => '-1',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_web_aliasdomain' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -367,6 +395,7 @@
         'rows'      => '',
         'cols'      => ''
      ),
      /*
      'limit_client' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -381,6 +410,7 @@
         'rows'      => '',
         'cols'      => ''
      ),
      */
      'limit_database' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -395,6 +425,40 @@
         'rows'      => '',
         'cols'      => ''
      ),
        'limit_cron' => array (
            'datatype'  => 'INTEGER',
            'formtype'  => 'TEXT',
            'validators'    => array (  0 => array (    'type'  => 'ISINT',
                                                        'errmsg'=> 'limit_cron_error_notint'),
                                    ),
            'default'   => '0',
            'value'     => '',
            'separator' => '',
            'width'     => '10',
            'maxlength' => '10',
            'rows'      => '',
            'cols'      => ''
        ),
        'limit_cron_type' => array (
            'datatype'  => 'VARCHAR',
            'formtype'  => 'SELECT',
            'default'   => '',
            'value'     => array('full' => 'Full Cron','chrooted' => 'Chrooted Cron','url' => 'URL Cron')
        ),
        'limit_cron_frequency' => array (
            'datatype'  => 'INTEGER',
            'formtype'  => 'TEXT',
            'validators'    => array (  0 => array (    'type'  => 'ISINT',
                                                        'errmsg'=> 'limit_cron_error_frequency'),
                                    ),
            'default'   => '-1',
            'value'     => '',
            'separator' => '',
            'width'     => '10',
            'maxlength' => '10',
            'rows'      => '',
            'cols'      => ''
        ),
   ##################################
   # END Datatable fields
   ##################################