summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-16 08:47:06 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-16 08:47:06 -0400
commitffecaa665b7cb62e59e813ff6453989576786755 (patch)
treec659f0158731b445cd13fdb353b010d263e9a1ec /src
parentcd52523d0939703112c08ba8417ce29b0c7ad163 (diff)
parentf8088b005e4e045c7a9d7c893f881d6969b42b4c (diff)
downloadpfsense-ffecaa665b7cb62e59e813ff6453989576786755.zip
pfsense-ffecaa665b7cb62e59e813ff6453989576786755.tar.gz
Merge pull request #2749 from phil-davis/patch-5
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcp.php4
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');
OpenPOWER on IntegriCloud