summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-05 10:47:44 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-05 10:47:44 -0500
commitfac720f85e1cf977b3274b73e802b3be51974442 (patch)
treec00f1eed13061c2bb044d08db55c43ba5fe95577 /src/usr/local/www/services_dhcp.php
parent33f0b0d57160b6335d586f78229730464c6583ce (diff)
parentbf27317d17713bdcb1e78aa4dbc3a5d4e036ed37 (diff)
downloadpfsense-fac720f85e1cf977b3274b73e802b3be51974442.zip
pfsense-fac720f85e1cf977b3274b73e802b3be51974442.tar.gz
Merge pull request #2029 from phil-davis/patch-3
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 646f835..3fcd509 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -692,7 +692,7 @@ function build_pooltable() {
}
$closehead = false;
-$pgtitle = array(gettext("Services"), gettext("DHCP server"));
+$pgtitle = array(gettext("Services"), gettext("DHCP Server"));
$shortcut_section = "dhcp";
include("head.inc");
@@ -1047,15 +1047,15 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_IpAddress(
'ntp1',
- 'Allow',
+ null,
$pconfig['ntp1']
-));
+))->setAttribute('placeholder', 'NTP Server 1');
$section->addInput(new Form_IpAddress(
'ntp2',
- 'Deny',
+ null,
$pconfig['ntp2']
-));
+))->setAttribute('placeholder', 'NTP Server 2');
// Advanced TFTP
$btnadv = new Form_Button(
@@ -1072,7 +1072,7 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_IpAddress(
'tftp',
- 'Allow',
+ null,
$pconfig['tftp']
))->setHelp('Leave blank to disable. Enter a full hostname or IP for the TFTP server')->setPattern('[.a-zA-Z0-9_]+');
OpenPOWER on IntegriCloud