diff options
-rw-r--r-- | src/usr/local/www/services_checkip.php | 14 |
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"); |