ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/admin/form/system_config.tform.php
@@ -162,6 +162,12 @@
   ##################################
   # Begin Datatable fields
   ##################################
    'enable_custom_login' => array(
      'datatype' => 'VARCHAR',
      'formtype' => 'CHECKBOX',
      'default' => 'n',
      'value' => array(0 => 'n', 1 => 'y')
    ),
      'mailboxlist_webmail_link' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
@@ -254,12 +260,36 @@
   ##################################
   # 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',
         'value'      => ''
      ),
      'monitor_key' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => ''
      ),
      'maintenance_mode' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################