summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-11 13:51:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-11 13:51:03 -0500
commit85d29bf517efab756aec40bee067ced4efa5075d (patch)
tree00da387365eb650ee5490734821b63437c793b62 /src/usr/local/www/services_dnsmasq.php
parent7faea45ee8dd2d8863e3ae678721ecc0e0abf6d2 (diff)
downloadpfsense-85d29bf517efab756aec40bee067ced4efa5075d.zip
pfsense-85d29bf517efab756aec40bee067ced4efa5075d.tar.gz
Allow thee use of multiple infoblock on a page
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index f909808..c46ffa7 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -342,7 +342,7 @@ $section->addInput(new Form_Textarea(
$form->add($section);
print($form);
?>
-<div class="infoblock_open">
+<div class="infoblock_open_01">
<?php
print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
" service (if enabled) will automatically serve the LAN IP".
@@ -354,7 +354,7 @@ print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
" is checked. If you don't use that option (or if you use".
" a static IP address on WAN), you must manually specify at".
" least one DNS server on the %sSystem:".
- "General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), 'info');
+ "General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), 'info', false);
?>
</div>
@@ -433,10 +433,10 @@ endforeach;
</a>
</nav>
-<div class="infoblock_open">
+<div class="infoblock_open_02">
<?php
print_info_box(gettext("Entries in this section override individual results from the forwarders.") .
- gettext("Use these for changing DNS results or for adding custom DNS records."), 'info');
+ gettext("Use these for changing DNS results or for adding custom DNS records."), 'info', false);
?>
</div>
@@ -499,10 +499,10 @@ events.push(function() {
// });
//]]>
</script>
-<div class="infoblock_open">
+<div class="infoblock_open_03">
<?php
print_info_box(gettext("Entries in this area override an entire domain, and subdomains, by specifying an".
- " authoritative DNS server to be queried for that domain."), 'info');
+ " authoritative DNS server to be queried for that domain."), 'info', false);
?>
</div>
<?php
OpenPOWER on IntegriCloud