jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
interface/web/admin/form/system_config.tform.php
@@ -136,6 +136,18 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'webftp_url' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[0-9a-zA-Z\:\/\-\.]{0,255}$/',
                                          'errmsg'=> 'webftp_url_error_regex'),
                              ),
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
@@ -200,5 +212,25 @@
   )
);
$form["tabs"]['misc'] = array (
   'title'    => "Misc",
   'width'    => 70,
   'template'    => "templates/system_config_misc_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      'dashboard_atom_url' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'http://www.ispconfig.org/atom',
         'value'      => ''
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
   )
);
?>