fantu
2008-12-21 cdda6b98d785f103d9be6643a99a882c0d65b64c
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',