summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-01-05 14:29:31 -0600
committerJared Dillard <jdillard@netgate.com>2016-01-05 14:29:31 -0600
commitb54ae90faf3697f49a627c239ba5f9082fdc7009 (patch)
treed3522a6943498f71c4ffc11b683721a04d2249de /src/usr/local/www/firewall_rules.php
parent77e3b275f8d15d71f4c3a7e30fcca8cfb7043b91 (diff)
downloadpfsense-b54ae90faf3697f49a627c239ba5f9082fdc7009.zip
pfsense-b54ae90faf3697f49a627c239ba5f9082fdc7009.tar.gz
back out design changes for now
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 5cc9ea4..c5bd1b9 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -301,7 +301,7 @@ display_top_tabs($tab_array);
((count($config['interfaces']) == 1) && ($if == 'wan')))):
$alports = implode('<br />', filter_get_antilockout_ports(true));
?>
- <tr id="antilockout" class="hover-success">
+ <tr id="antilockout">
<td></td>
<td title="<?=gettext("traffic is passed")?>"><i class="fa fa-check text-success"></i></td>
<td>*</td>
@@ -312,14 +312,14 @@ display_top_tabs($tab_array);
<td>*</td>
<td>*</td>
<td></td>
- <td class="bg-info"><?=gettext("Anti-Lockout Rule");?></td>
+ <td><?=gettext("Anti-Lockout Rule");?></td>
<td>
<a href="system_advanced_admin.php" title="<?=gettext("Settings");?>"><i class="fa fa-cog"></i></a>
</td>
</tr>
<?php endif;?>
<?php if (isset($config['interfaces'][$if]['blockpriv'])): ?>
- <tr id="frrfc1918" class="hover-danger">
+ <tr id="frrfc1918">
<td></td>
<td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td>
<td>*</td>
@@ -330,14 +330,14 @@ display_top_tabs($tab_array);
<td>*</td>
<td>*</td>
<td></td>
- <td class="bg-info"><?=gettext("Block private networks");?></td>
+ <td><?=gettext("Block private networks");?></td>
<td>
<a href="interfaces.php?if=<?=htmlspecialchars($if)?>" title="<?=gettext("Settings");?>"><i class="fa fa-cog"></i></a>
</td>
</tr>
<?php endif;?>
<?php if (isset($config['interfaces'][$if]['blockbogons'])): ?>
- <tr id="frrfc1918" class="hover-danger">
+ <tr id="frrfc1918">
<td></td>
<td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td>
<td>*</td>
@@ -348,7 +348,7 @@ display_top_tabs($tab_array);
<td>*</td>
<td>*</td>
<td></td>
- <td class="bg-info"><?=gettext("Block bogon networks");?></td>
+ <td><?=gettext("Block bogon networks");?></td>
<td>
<a href="interfaces.php?if=<?=htmlspecialchars($if)?>" title="<?=gettext("Settings");?>"><i class="fa fa-cog"></i></a>
</td>
@@ -634,7 +634,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
<?php } ?>
<?=$schedule_span_begin;?><?=htmlspecialchars($filterent['sched']);?>&nbsp;<?=$schedule_span_end;?>
</td>
- <td class="bg-info">
+ <td>
<?=htmlspecialchars($filterent['descr']);?>
</td>
<td class="action-icons">
OpenPOWER on IntegriCloud