summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-20 10:13:25 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-20 10:13:32 -0600
commit9c9617a54939fe73049b0388824d0d14e0539e2e (patch)
treeae69aaa54bbed8576af6c7a41fe1fa68dd42ac25 /src/usr/local/www/services_unbound_acls.php
parent3d312f569d6e1261bdc5bf8a982644cecf11499e (diff)
downloadpfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.zip
pfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.tar.gz
remove inline styles
Diffstat (limited to 'src/usr/local/www/services_unbound_acls.php')
-rw-r--r--src/usr/local/www/services_unbound_acls.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index 92fd87d..895af29 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -190,10 +190,10 @@ if ($_POST) {
}
$actionHelp =
- '<strong><font color="green">Deny:</font></strong> Stops queries from hosts within the netblock defined below.' . '<br />' .
- '<strong><font color="green">Refuse:</font></strong> Stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.' . '<br />' .
- '<strong><font color="green">Allow:</font></strong> Allow queries from hosts within the netblock defined below.' . '<br />' .
- '<strong><font color="green">Allow Snoop:</font></strong> Allow recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.';
+ '<span class="text-success"><strong>Deny:</strong></span> Stops queries from hosts within the netblock defined below.' . '<br />' .
+ '<span class="text-success"><strong>Refuse:</strong></span> Stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.' . '<br />' .
+ '<span class="text-success"><strong>Allow:</strong></span> Allow queries from hosts within the netblock defined below.' . '<br />' .
+ '<span class="text-success"><strong>Allow Snoop:</strong></span> Allow recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.';
$closehead = false;
OpenPOWER on IntegriCloud