Project

General

Profile

« Previous | Next » 

Revision 85d29bf5

Added by Stephen Beaver over 9 years ago

Allow thee use of multiple infoblock on a page

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">
345
<div class="infoblock_open_01">
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".
......
354 354
	" is checked. If you don't use that option (or if you use".
355 355
	" a static IP address on WAN), you must manually specify at".
356 356
	" least one DNS server on the %sSystem:".
357
	"General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), 'info');
357
	"General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), 'info', false);
358 358
?>
359 359
</div>
360 360

  
......
433 433
	</a>
434 434
</nav>
435 435

  
436
<div class="infoblock_open">
436
<div class="infoblock_open_02">
437 437
<?php
438 438
print_info_box(gettext("Entries in this section override individual results from the forwarders.") .
439
				gettext("Use these for changing DNS results or for adding custom DNS records."), 'info');
439
				gettext("Use these for changing DNS results or for adding custom DNS records."), 'info', false);
440 440
?>
441 441
</div>
442 442

  
......
499 499
// });
500 500
//]]>
501 501
</script>
502
<div class="infoblock_open">
502
<div class="infoblock_open_03">
503 503
<?php
504 504
print_info_box(gettext("Entries in this area override an entire domain, and subdomains, by specifying an".
505
						" authoritative DNS server to be queried for that domain."), 'info');
505
						" authoritative DNS server to be queried for that domain."), 'info', false);
506 506
?>
507 507
</div>
508 508
<?php

Also available in: Unified diff