Project

General

Profile

« Previous | Next » 

Revision c95dabdd

Added by Stephen Beaver over 9 years ago

Improved infoblock system no longer needs sufficies if more than one per page
Removed long commented out script

View differences:

src/usr/local/www/services_dnsmasq.php
342 342
$form->add($section);
343 343
print($form);
344 344
?>
345
<div class="infoblock_open_01">
345
<div class="infoblock blockopen">
346 346
<?php
347 347
print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
348 348
	" service (if enabled) will automatically serve the LAN IP".
......
433 433
	</a>
434 434
</nav>
435 435

  
436
<div class="infoblock_open_02">
436
<div class="infoblock blockopen">
437 437
<?php
438 438
print_info_box(gettext("Entries in this section override individual results from the forwarders.") .
439 439
				gettext("Use these for changing DNS results or for adding custom DNS records."), 'info', false);
......
487 487
	</a>
488 488
</nav>
489 489

  
490
<script type="text/javascript">
491
//<![CDATA[
492
events.push(function() {
493
	// On clicking the "Apply" button, submit the main form, not the little form the button lives in
494
//	$('[name=apply]').prop('type', 'button');
495

  
496
//    $('[name=apply]').click(function() {
497
//        $('form:last').submit();
498
//    });
499
// });
500
//]]>
501
</script>
502
<div class="infoblock_open_03">
490
<div class="infoblock blockopen">
503 491
<?php
504 492
print_info_box(gettext("Entries in this area override an entire domain, and subdomains, by specifying an".
505 493
						" authoritative DNS server to be queried for that domain."), 'info', false);

Also available in: Unified diff