florian030
2014-02-25 5b3d2c2b17c9191a60017a8d08db06b8a9366b16
interface/web/client/form/client.tform.php
@@ -472,6 +472,28 @@
         'default' => 'n',
         'value'  => array(0 => 'n', 1 => 'y')
      ),
      'added_date' => array (
         'datatype'   => 'DATE',
         'formtype'   => 'TEXT',
         'default'   => date($app->lng('conf_format_dateshort')),
         'value'      => '',
         'separator'   => '',
         'width'      => '15',
         'maxlength'   => '15',
         'rows'      => '',
         'cols'      => ''
      ),
      'added_by' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => $_SESSION['s']['user']['username'],
         'value'  => '',
         'separator' => '',
         'width'  => '30',
         'maxlength' => '255',
         'rows'  => '',
         'cols'  => ''
      ),
      //#################################
      // END Datatable fields
      //#################################
@@ -1071,6 +1093,20 @@
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_database_quota' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISINT',
               'errmsg'=> 'limit_database_quota_error_notint'),
         ),
         'default' => '-1',
         'value'  => '',
         'separator' => '',
         'width'  => '10',
         'maxlength' => '10',
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_cron' => array (
         'datatype'  => 'INTEGER',
         'formtype'  => 'TEXT',