summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.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/firewall_rules_edit.php
parent3d312f569d6e1261bdc5bf8a982644cecf11499e (diff)
downloadpfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.zip
pfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.tar.gz
remove inline styles
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index c93b73a..446b380 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1923,10 +1923,10 @@ events.push(function(){
}
function setOptText(target, val) {
- var dispstr = '<font color="green">';
+ var dispstr = '<span class="text-success">';
if (val == 'keep state')
- dispstr += 'Keep: works with all IP protocols</font>';
+ dispstr += 'Keep: works with all IP protocols';
else if (val == 'sloppy state')
dispstr += 'Sloppy: works with all IP protocols';
else if (val == 'synproxy state')
@@ -1934,7 +1934,7 @@ events.push(function(){
else if (val == 'none')
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful if you\'re doing advanced queueing in certain situations';
- dispstr += '</font>';
+ dispstr += '</span>';
setHelpText(target, dispstr);
}
OpenPOWER on IntegriCloud