Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/admin/form/system_config.tform.php
@@ -55,9 +55,9 @@
   'width'    => 70,
   'template'    => "templates/system_config_sites_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'dbname_prefix' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -166,9 +166,9 @@
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -177,9 +177,9 @@
   'width'    => 70,
   'template'    => "templates/system_config_mail_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'enable_custom_login' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'CHECKBOX',
@@ -315,9 +315,9 @@
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -326,9 +326,9 @@
   'width'    => 70,
   'template'    => "templates/system_config_domains_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'use_domain_module' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
@@ -341,9 +341,9 @@
         'default'   => '',
         'value'      => ''
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -376,9 +376,9 @@
   'width'    => 70,
   'template'    => "templates/system_config_misc_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'dashboard_atom_url_admin' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -469,9 +469,9 @@
         'default'   => '',
         'value'      => ''
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);