summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-12 08:56:58 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-12 08:58:03 -0500
commitc95dabdd19faa6c1221638861306cd387fb1958f (patch)
treeaf491d6ea1dec03ee4bec548ac925b525e33a8d3 /src/usr/local/www/services_dnsmasq.php
parenta0b96d300eb29e50e5a92666650b21fd150c0d1e (diff)
downloadpfsense-c95dabdd19faa6c1221638861306cd387fb1958f.zip
pfsense-c95dabdd19faa6c1221638861306cd387fb1958f.tar.gz
Improved infoblock system no longer needs sufficies if more than one per page
Removed long commented out script
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index c46ffa7..72fbc50 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_01">
+<div class="infoblock blockopen">
<?php
print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
" service (if enabled) will automatically serve the LAN IP".
@@ -433,7 +433,7 @@ endforeach;
</a>
</nav>
-<div class="infoblock_open_02">
+<div class="infoblock blockopen">
<?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', false);
@@ -487,19 +487,7 @@ endforeach;
</a>
</nav>
-<script type="text/javascript">
-//<![CDATA[
-events.push(function() {
- // On clicking the "Apply" button, submit the main form, not the little form the button lives in
-// $('[name=apply]').prop('type', 'button');
-
-// $('[name=apply]').click(function() {
-// $('form:last').submit();
-// });
-// });
-//]]>
-</script>
-<div class="infoblock_open_03">
+<div class="infoblock blockopen">
<?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', false);
OpenPOWER on IntegriCloud