Marius Cramer
2013-10-14 992797f73c92b413a7fecff02c27c61b7db55b43
interface/web/dns/form/dns_template.tform.php
@@ -71,18 +71,13 @@
      ),
      'fields' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'default'   => '',
         'separator' => ',',
         'value'      => array('DOMAIN' => 'Domain','IP' => 'IP Address','NS1' => 'NS 1','NS2' => 'NS 2','EMAIL' => 'Email', 'DKIM' => 'DKIM (use {DKIM}|0|3600 in your Template)'),
                        'validators'    => array (  0 => array ('type'  => 'CUSTOM',
                                                                'class' => 'validate_dkim',
                                                                'function' => 'check_template',
                                                                'errmsg'=> 'dkim_domain_error'),
                                                 ),
      ),
      'template' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'CHECKBOXARRAY',
         'default'   => '',
         'separator' => ',',
         'value'      => array('DOMAIN' => 'Domain','IP' => 'IP Address','NS1' => 'NS 1','NS2' => 'NS 2','EMAIL' => 'Email')
      ),
      'template' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXTAREA',
         'default'   => '',
         'value'      => '',
@@ -100,7 +95,7 @@
   ##################################
   )
);
?>
?>