diff options
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/services_dhcp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php index c65ccd6..eef705d 100644 --- a/src/usr/local/www/services_dhcp.php +++ b/src/usr/local/www/services_dhcp.php @@ -1145,8 +1145,6 @@ $section->addInput(new Form_Input( $pconfig['ldap'] ))->setHelp('Leave blank to disable. Enter a full URI for the LDAP server in the form ldap://ldap.example.com/dc=example,dc=com '); -$form->add($section); - // Advanced Additional options $btnadv = new Form_Button( 'btnadvopts', @@ -1162,6 +1160,8 @@ $section->addInput(new Form_StaticText( $btnadv )); +$form->add($section); + $section = new Form_Section('Additional BOOTP/DHCP Options'); $section->addClass('adnlopts'); |