Till Brehm
2016-07-23 4562888bf0a77e265882fb804bb6f0ae5c48714e
Fixed Issue #4016 cannot set DNS servers in Client Template.
1 files modified
17 ■■■■■ changed files
interface/web/client/form/client_template.tform.php 17 ●●●●● patch | view | raw | blame | history
interface/web/client/form/client_template.tform.php
@@ -635,6 +635,23 @@
            'value'  => array(''),
            'name'  => 'default_dnsserver'
        ),*/
        'dns_servers' => array (
            'datatype' => 'VARCHAR',
            'formtype' => 'MULTIPLE',
            'separator' => ',',
            'default' => '1',
            'datasource' => array (  'type' => 'CUSTOM',
                'class'=> 'custom_datasource',
                'function'=> 'client_servers'
            ),
            'validators'    => array (  0 => array ( 'type' => 'CUSTOM',
                    'class' => 'validate_client',
                    'function' => 'check_used_servers',
                    'errmsg'=> 'dns_servers_used'),
            ),
            'value'  => '',
            'name'  => 'dns_servers'
        ),
        'limit_dns_zone' => array (
            'datatype' => 'INTEGER',
            'formtype' => 'TEXT',