summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-16 07:41:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 07:41:52 -0500
commitb6b7ab7d0067c2ec5e1c1ebdfb958617ab1d492d (patch)
tree9e184c32b916cafc24c9ace849e485cf31bdfa8c /src/usr/local/www/services_dnsmasq.php
parent60bcf1db25bc985b94b94fd59aa7ed86df6aac31 (diff)
downloadpfsense-b6b7ab7d0067c2ec5e1c1ebdfb958617ab1d492d.zip
pfsense-b6b7ab7d0067c2ec5e1c1ebdfb958617ab1d492d.tar.gz
Restore infoblock div
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 4d1920e..5c6bca3 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -337,11 +337,14 @@ $section->addInput(new Form_Textarea(
'Custom options',
$pconfig['custom_options']
))->setHelp('Enter any additional options you would like to add to the dnsmasq configuration here, separated by a space or newline')
- ->addClass('advanced');
+ ->addClass('advanced');
$form->add($section);
print($form);
+?>
+<div class="infoblock">
+<?php
print_callout('<p>' .
gettext('If the DNS forwarder is enabled, the DHCP service (if enabled) will automatically' .
' serve the LAN IP address as a DNS server to DHCP clients so they will use the forwarder.') . '</p><p>' .
@@ -354,6 +357,9 @@ print_callout('<p>' .
'</p>'
);
+?>
+</div>
+<?php
print_callout(gettext("Entries in this section override individual results from the forwarders.") . " " .
gettext("Use these for changing DNS results or for adding custom DNS records.")
);
OpenPOWER on IntegriCloud