ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/admin/form/system_config.tform.php
@@ -260,7 +260,19 @@
   ##################################
   # Begin Datatable fields
   ##################################
      'dashboard_atom_url' => array (
      'dashboard_atom_url_admin' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'http://www.ispconfig.org/atom',
         'value'      => ''
      ),
      'dashboard_atom_url_reseller' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'http://www.ispconfig.org/atom',
         'value'      => ''
      ),
      'dashboard_atom_url_client' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'http://www.ispconfig.org/atom',
@@ -272,6 +284,12 @@
         'default'   => '',
         'value'      => ''
      ),
      'maintenance_mode' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################