Project

General

Profile

« Previous | Next » 

Revision 6a2c8e35

Added by Ross Williams over 8 years ago

Added title to ddnsforcehostname checkbox

(cherry picked from commit cfc10a3364fee9ab220b9ada5584bfbe62ba800c)

View differences:

src/usr/local/www/services_dhcp.php
1045 1045

  
1046 1046
$section->addInput(new Form_Checkbox(
1047 1047
	'ddnsforcehostname',
1048
	null,
1048
	'DDNS Hostnames',
1049 1049
	'Force dynamic DNS hostname to be the same as configured hostname for Static Mappings',
1050 1050
	$pconfig['ddnsforcehostname']
1051 1051
))->setHelp('Default is to allow DHCP client to supply hostname to be registered.');
src/usr/local/www/services_dhcpv6.php
787 787

  
788 788
$section->addInput(new Form_Checkbox(
789 789
	'ddnsforcehostname',
790
	null,
790
	'DDNS Hostnames',
791 791
	'Force dynamic DNS hostname to be the same as configured hostname for Static Mappings',
792 792
	$pconfig['ddnsforcehostname']
793 793
))->setHelp('Default is to allow DHCP client to supply hostname to be registered.');

Also available in: Unified diff