summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-23 16:59:19 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-23 16:59:56 -0400
commitb5f6e690d40d0e0b7e16fd4adddb92d04c402ad6 (patch)
treee8f1a9c5018cc7e81cac5d5150ddcb61233b3546 /src/usr/local/www/services_dhcp_edit.php
parent2edc6c80858f14aa1dbd6721336248d34d00e5ba (diff)
downloadpfsense-b5f6e690d40d0e0b7e16fd4adddb92d04c402ad6.zip
pfsense-b5f6e690d40d0e0b7e16fd4adddb92d04c402ad6.tar.gz
File converted but not yet checked/tested
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index 4564764..fee521f 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -429,7 +429,7 @@ $section->addInput(new Form_IpAddress(
'If no IPv4 address is given, one will be dynamically allocated from the pool.');
$section->addInput(new Form_Input(
- 'hostnme',
+ 'hostname',
'Hostname',
'text',
$pconfig['hostname']
@@ -455,7 +455,7 @@ $section->addInput(new Form_Input(
'descr',
'Description',
'text',
- $pconfig['hostname']
+ $pconfig['descr']
))->setHelp('You may enter a description here for your reference (not parsed).');
$section->addInput(new Form_Checkbox(
@@ -562,7 +562,7 @@ $btndyndns = new Form_Button(
'Advanced'
);
-$btndyndns->removeClass('btn-primary')->addClass('btn-success btn-sm');
+$btndyndns->removeClass('btn-primary')->addClass('btn-default btn-sm');
$section->addInput(new Form_StaticText(
'Dynamic DNS',
@@ -608,7 +608,7 @@ $btnntp = new Form_Button(
'Advanced'
);
-$btnntp->removeClass('btn-primary')->addClass('btn-success btn-sm');
+$btnntp->removeClass('btn-primary')->addClass('btn-default btn-sm');
$section->addInput(new Form_StaticText(
'NTP servers',
@@ -642,7 +642,7 @@ $btntftp = new Form_Button(
'Advanced'
);
-$btntftp->removeClass('btn-primary')->addClass('btn-success btn-sm');
+$btntftp->removeClass('btn-primary')->addClass('btn-default btn-sm');
$section->addInput(new Form_StaticText(
'TFTP servers',
OpenPOWER on IntegriCloud