summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-13 09:26:32 -0300
committerRenato Botelho <renato@netgate.com>2016-09-13 09:26:32 -0300
commit9a20fb44b8d4d9792412cfa250ffa2f22245d7cb (patch)
tree3dfbe54746f497908e6c2b6b9e813bf94602d2c3
parentd2013d12579b151307c8f41c1e29a13c56522198 (diff)
parenta25c797a44e5cd2480947eb5ae427dcb8e0c031c (diff)
downloadpfsense-9a20fb44b8d4d9792412cfa250ffa2f22245d7cb.zip
pfsense-9a20fb44b8d4d9792412cfa250ffa2f22245d7cb.tar.gz
Merge pull request #3133 from NOYB/Check_IP_Services_-_Info_Box
-rw-r--r--src/usr/local/www/services_checkip.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/usr/local/www/services_checkip.php b/src/usr/local/www/services_checkip.php
index 46dcfb2..b59d3d1 100644
--- a/src/usr/local/www/services_checkip.php
+++ b/src/usr/local/www/services_checkip.php
@@ -156,9 +156,12 @@ 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