summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-21 16:29:21 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-21 16:29:21 +0545
commitc97a3f343e3cc087c57249c0e801ed4a99189c15 (patch)
treef262e4385cd51223d445cbee77d2ce57f1c3c6d2 /src/usr
parentbab790f20be61f0390364945cc5a40de82e0f73f (diff)
downloadpfsense-c97a3f343e3cc087c57249c0e801ed4a99189c15.zip
pfsense-c97a3f343e3cc087c57249c0e801ed4a99189c15.tar.gz
Remove close button from firewall_rules
Issue: https://redmine.pfsense.org/issues/5788
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 3dfaf59..24483da 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -734,7 +734,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
</form>
<div class="infoblock">
- <div class="alert alert-info clearfix" role="alert"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button><div class="pull-left">
+ <div class="alert alert-info clearfix" role="alert"><div class="pull-left">
<dl class="dl-horizontal responsive">
<!-- Legend -->
<dt><?=gettext('Legend')?></dt> <dd></dd>
OpenPOWER on IntegriCloud