summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 23:16:06 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 23:16:06 +0545
commit95fa5cceea7238ed61e60bd3c172f5b32e03d9b7 (patch)
tree18302a06db9dc7b1379ba6dd09999ce468b60fc8 /src/usr/local/www/firewall_nat_out.php
parentebfbb1b30c52dd9b9385dc3717c8dbb1cdafc9f2 (diff)
downloadpfsense-95fa5cceea7238ed61e60bd3c172f5b32e03d9b7.zip
pfsense-95fa5cceea7238ed61e60bd3c172f5b32e03d9b7.tar.gz
Consistent panel-heading h2
Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
Diffstat (limited to 'src/usr/local/www/firewall_nat_out.php')
-rw-r--r--src/usr/local/www/firewall_nat_out.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index f5ab98f..20b7098 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -300,7 +300,7 @@ print($form);
<form action="firewall_nat_out.php" method="post" name="iform">
<div class="panel panel-default">
- <div class="panel-heading"><?=gettext('Mappings')?></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Mappings')?></h2></div>
<div class="panel-body table-responsive">
<table class="table table-hover table-striped table-condensed">
<thead>
@@ -549,7 +549,7 @@ if ($mode == "automatic" || $mode == "hybrid"):
unset($FilterIflist, $GatewaysList);
?>
<div class="panel panel-default">
- <div class="panel-heading"><?=gettext("Automatic rules:")?></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("Automatic rules:")?></h2></div>
<div class="panel-body table-responsive">
<table class="table table-hover table-striped table-condensed">
<thead>
OpenPOWER on IntegriCloud