tbrehm
2008-12-16 aa150015a52cfdf30949b6b19fdd43b6550ce067
interface/web/client/form/client.tform.php
@@ -301,12 +301,11 @@
         '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'
         'datasource'   => array (    'type'   => 'CUSTOM',
                              'class'=> 'custom_datasource',
                              'function'=> 'master_templates'
                            ),
         'value'      => array('0' => 'custom')
         'value'      => ''
      ),
      'template_additional' => array (
         'datatype'   => 'VARCHAR',