Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/sites/form/web_domain.tform.php
@@ -78,9 +78,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',
@@ -275,9 +275,9 @@
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -288,9 +288,9 @@
   'template'    => "templates/web_domain_redirect.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'redirect_type' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -323,9 +323,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -336,9 +336,9 @@
   'template'    => "templates/web_domain_ssl.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'ssl_state' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -458,9 +458,9 @@
         'default'   => '',
         'value'      => array('' => 'none_txt', 'save' => 'save_certificate_txt', 'create' => 'create_certificate_txt','del' => 'delete_certificate_txt')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);
}
@@ -472,9 +472,9 @@
   'template'    => "templates/web_domain_stats.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'stats_password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
@@ -490,9 +490,9 @@
         'default'   => 'webalizer',
         'value'      => array('webalizer' => 'Webalizer', 'awstats' => 'AWStats')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -505,9 +505,9 @@
   'template'    => "templates/web_domain_backup.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'backup_interval' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -520,9 +520,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 (
@@ -543,9 +543,9 @@
   'template'    => "templates/web_domain_advanced.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'document_root' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -717,9 +717,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);