vogelor
2008-12-16 0c702ba44e114965f8afe09dfbac126691420479
interface/web/client/form/client.tform.php
@@ -297,6 +297,17 @@
   ##################################
   # Begin Datatable fields
   ##################################
      'template_master' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
         'default'   => '1',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT template_id,template_name FROM client_template WHERE template_type ='m'",
                              'keyfield'=> 'template_id',
                              'valuefield'=> 'template_name'
                            ),
         'value'      => array('0' => 'custom')
      ),
      'default_mailserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',