Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
interface/web/sites/form/database.tform.php
@@ -89,7 +89,10 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'SELECT',
         'default' => 'mysql',
         'value'  => array('mysql' => 'MySQL')
         'value'  => array(
            /*'mongo' => 'MongoDB',*/
            'mysql' => 'MySQL'
         )
      ),
      'database_name' => array (
         'datatype' => 'VARCHAR',
@@ -114,6 +117,20 @@
         'width'  => '30',
         'maxlength' => '25'
      ),
      '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'  => ''
      ),
      'database_user_id' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'SELECT',