Revision cb6c20a9
Added by NewEraCracker about 9 years ago
src/usr/local/www/services_dhcp.php | ||
---|---|---|
1030 | 1030 |
'ddnsdomainprimary', |
1031 | 1031 |
'Primary DDNS address', |
1032 | 1032 |
$pconfig['ddnsdomainprimary'] |
1033 |
))->setHelp('Primary domain name server IP address for the dynamic domain name'); |
|
1033 |
))->setHelp('Primary domain name server IP address for the dynamic domain name.');
|
|
1034 | 1034 |
|
1035 | 1035 |
$section->addInput(new Form_Input( |
1036 | 1036 |
'ddnsdomainkeyname', |
1037 | 1037 |
'DNS Domain key', |
1038 | 1038 |
'text', |
1039 | 1039 |
$pconfig['ddnsdomainkeyname'] |
1040 |
))->setHelp('Dynamic DNS domain key name which will be used to register client names in the DNS server'); |
|
1040 |
))->setHelp('Dynamic DNS domain key name which will be used to register client names in the DNS server.');
|
|
1041 | 1041 |
|
1042 | 1042 |
$section->addInput(new Form_Input( |
1043 | 1043 |
'ddnsdomainkey', |
1044 | 1044 |
'DNS Domain key secret', |
1045 | 1045 |
'text', |
1046 | 1046 |
$pconfig['ddnsdomainkey'] |
1047 |
))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server'); |
|
1047 |
))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server.');
|
|
1048 | 1048 |
|
1049 | 1049 |
// Advanced MAC |
1050 | 1050 |
$btnadv = new Form_Button( |
src/usr/local/www/services_dhcpv6.php | ||
---|---|---|
718 | 718 |
|
719 | 719 |
$section->addInput(new Form_Input( |
720 | 720 |
'domain', |
721 |
'Domain Name',
|
|
721 |
'Domain name',
|
|
722 | 722 |
'text', |
723 | 723 |
$pconfig['domain'] |
724 | 724 |
))->setHelp('The default is to use the domain name of this system as the default domain name provided by DHCP. An alternate domain name may be specified here. '); |
src/usr/local/www/services_dyndns_edit.php | ||
---|---|---|
132 | 132 |
$reqdfieldsn[] = gettext("Username"); |
133 | 133 |
if ($pconfig['type'] == "namecheap") { |
134 | 134 |
$reqdfields[] = "domainname"; |
135 |
$reqdfieldsn[] = gettext("Domain Name");
|
|
135 |
$reqdfieldsn[] = gettext("Domain name");
|
|
136 | 136 |
} |
137 | 137 |
} else { |
138 | 138 |
$reqdfields[] = "updateurl"; |
... | ... | |
327 | 327 |
)); |
328 | 328 |
$group->add(new Form_Input( |
329 | 329 |
'domainname', |
330 |
'Domain Name',
|
|
330 |
'Domain name',
|
|
331 | 331 |
'text', |
332 | 332 |
$pconfig['domainname'] |
333 | 333 |
)); |
Also available in: Unified diff
Miscellanous Textual Corrections - Add missing dots, normalize case