summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-11 23:25:01 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-11 23:25:01 +0545
commitf78bbe1679140cf6a42fa9b55624b1f54466dd1e (patch)
treecf099abfbd1aae914281b6a0904f1cd51af96b99 /src/usr/local/www/services_dhcpv6.php
parentd7ac2a6d933bfb2cd2ff949a1619d04080423ac5 (diff)
downloadpfsense-f78bbe1679140cf6a42fa9b55624b1f54466dd1e.zip
pfsense-f78bbe1679140cf6a42fa9b55624b1f54466dd1e.tar.gz
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 7f7a6b3..84c299d 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -887,14 +887,17 @@ $section->addInput(new Form_Input(
));
print($form);
-
+?>
+<div class="infoblock_open">
+<?php
print_info_box(gettext('The DNS servers entered in ') . '<a href="system.php">' . gettext(' System: General setup') . '</a>' .
gettext(' (or the ') . '<a href="services_dnsmasq.php"/>' . gettext('DNS forwarder') . '</a>, ' . gettext('if enabled) ') .
gettext('will be assigned to clients by the DHCP server.') . '<br />' .
gettext('The DHCP lease table can be viewed on the ') . '<a href="status_dhcpv6_leases.php">' .
- gettext('Status: DHCPv6 leases') . '</a>' . gettext(' page.'));
+ gettext('Status: DHCPv6 leases') . '</a>' . gettext(' page.'),
+ 'info');
?>
-
+</div>
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">DHCPv6 Static Mappings for this interface.</h2></div>
<div class="panel-body table-responsive">
OpenPOWER on IntegriCloud