summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_firewall.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/system_advanced_firewall.php
parent3d312f569d6e1261bdc5bf8a982644cecf11499e (diff)
downloadpfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.zip
pfsense-9c9617a54939fe73049b0388824d0d14e0539e2e.tar.gz
remove inline styles
Diffstat (limited to 'src/usr/local/www/system_advanced_firewall.php')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index e6abbdc..3b252e9 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -753,7 +753,7 @@ events.push(function(){
}
function setOptText(val) {
- var htext = '<font color="green">';
+ var htext = '<span class="text-success">';
if(val == 'normal')
htext += 'The default optimization algorithm';
@@ -764,7 +764,7 @@ events.push(function(){
else if (val == 'conservative')
htext += 'Tries to avoid dropping any legitimate idle connections at the expense of increased memory usage and CPU utilization';
- htext += '</font>';
+ htext += '</span>';
setHelpText('optimization', htext);
}
OpenPOWER on IntegriCloud