Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/sites/form/web_vhost_subdomain.tform.php
@@ -70,9 +70,9 @@
   'template'    => "templates/web_vhost_subdomain_edit.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'server_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -265,9 +265,9 @@
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -278,9 +278,9 @@
   'template'    => "templates/web_vhost_subdomain_redirect.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'redirect_type' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -313,9 +313,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -326,9 +326,9 @@
   'template'    => "templates/web_vhost_subdomain_ssl.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'ssl_state' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -448,9 +448,9 @@
         'default'   => '',
         'value'      => array('' => 'none_txt', 'save' => 'save_certificate_txt', 'create' => 'create_certificate_txt','del' => 'delete_certificate_txt')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);
}
@@ -462,9 +462,9 @@
   'template'    => "templates/web_vhost_subdomain_stats.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'stats_password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
@@ -480,9 +480,9 @@
         'default'   => 'webalizer',
         'value'      => array('webalizer' => 'Webalizer', 'awstats' => 'AWStats')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -495,9 +495,9 @@
   'template'    => "templates/web_vhost_subdomain_backup.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'backup_interval' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -510,9 +510,9 @@
         'default'   => '',
         'value'      => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', '7' => '7', '8' => '8', '9' => '9', '10' => '10')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   ),
   'plugins' => array (
        'backup_records' => array (
@@ -533,9 +533,9 @@
   'template'    => "templates/web_vhost_subdomain_advanced.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'document_root' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -707,9 +707,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);