summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-09-09 18:00:16 -0700
committerRenato Botelho <renato@netgate.com>2016-09-13 09:26:43 -0300
commit998969687efef78ec6a6e1f518701d245b3b6424 (patch)
tree9d9c1b4d50d6dd502ae688dabcbdebf4c0d1db19 /src
parentff1af69dd513b123238f149193d565f5d83658fb (diff)
downloadpfsense-998969687efef78ec6a6e1f518701d245b3b6424.zip
pfsense-998969687efef78ec6a6e1f518701d245b3b6424.tar.gz
Check IP Services - Info Box
Change warning box with dismissal to collapsible info box. (cherry picked from commit 6f3ac947b2a83f18ade12ad9876fb8d75a9ff3a2)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_checkip.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/usr/local/www/services_checkip.php b/src/usr/local/www/services_checkip.php
index 55413e7..5e8ee6f 100644
--- a/src/usr/local/www/services_checkip.php
+++ b/src/usr/local/www/services_checkip.php
@@ -190,9 +190,11 @@ endforeach; ?>
</a>
</nav>
-<?php
-print_info_box(gettext('The first (highest in list) enabled check ip service will be used to ' .
- 'check IP addresses for Dynamic DNS services, and ' .
- 'RFC 2136 entries that have the "Use public IP" option enabled.'));
-
-include("foot.inc");
+<div class="infoblock">
+ <?php print_info_box(gettext('' .
+ 'The first (highest in list) enabled check ip service will be used to ' .
+ 'check IP addresses for Dynamic DNS services, and ' .
+ 'RFC 2136 entries that have the "Use public IP" option enabled.'), 'info', false); ?>
+</div>
+
+<?php include("foot.inc");
OpenPOWER on IntegriCloud