tbrehm
2009-01-27 cbda30058c0f61ae2afbd9085afcf841f32751a5
interface/web/client/form/client.tform.php
@@ -297,6 +297,20 @@
   ##################################
   # Begin Datatable fields
   ##################################
      'template_master' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
         'default'   => '1',
         'datasource'   => array (    'type'   => 'CUSTOM',
                              'class'=> 'custom_datasource',
                              'function'=> 'master_templates'
                            ),
         'value'      => ''
      ),
      'template_additional' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
      ),
      'default_mailserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',