Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/sites/form/web_domain.tform.php
@@ -81,9 +81,9 @@
   'template'    => "templates/web_domain_edit.htm",
   'readonly'   => $web_domain_edit_readonly,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'server_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -278,9 +278,9 @@
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -291,9 +291,9 @@
   'template'    => "templates/web_domain_redirect.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'redirect_type' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -326,9 +326,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -339,9 +339,9 @@
   'template'    => "templates/web_domain_ssl.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'ssl_state' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -461,9 +461,9 @@
         'default'   => '',
         'value'      => array('' => 'none_txt', 'save' => 'save_certificate_txt', 'create' => 'create_certificate_txt','del' => 'delete_certificate_txt')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);
}
@@ -475,9 +475,9 @@
   'template'    => "templates/web_domain_stats.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'stats_password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
@@ -493,9 +493,9 @@
         'default'   => 'webalizer',
         'value'      => array('webalizer' => 'Webalizer', 'awstats' => 'AWStats')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -508,9 +508,9 @@
   'template'    => "templates/web_domain_backup.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'backup_interval' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -523,9 +523,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 (
@@ -547,9 +547,9 @@
   'template'    => "templates/web_domain_advanced.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'document_root' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -721,9 +721,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);