--- a/src/usr/local/www/vpn_openvpn_csc.php +++ b/src/usr/local/www/vpn_openvpn_csc.php @@ -499,7 +499,7 @@ 'DNS Default Domain', 'Provide a default domain name to clients', $pconfig['dns_domain_enable'] - ))->toggles('.dnsdomain'); + )); $group = new Form_Group('DNS Domain'); $group->addClass('dnsdomain'); @@ -519,7 +519,7 @@ 'DNS Servers', 'Provide a DNS server list to clients', $pconfig['dns_server_enable'] - ))->toggles('.dnsservers'); + )); $group = new Form_Group(null); $group->addClass('dnsservers'); @@ -560,7 +560,7 @@ 'NTP Servers', 'Provide an NTP server list to clients', $pconfig['ntp_server_enable'] - ))->toggles('.ntpservers'); + )); $group = new Form_Group(null); $group->addClass('ntpservers'); @@ -581,7 +581,7 @@ $section->add($group); - // NTP servers - For this section we need to use Javascript hiding since there + // Netbios - For this section we need to use Javascript hiding since there // are nested toggles $section->addInput(new Form_Checkbox( 'netbios_enable', @@ -670,8 +670,31 @@