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',