summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_gmirror.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/diag_gmirror.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/diag_gmirror.php')
-rw-r--r--src/usr/local/www/diag_gmirror.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_gmirror.php b/src/usr/local/www/diag_gmirror.php
index 3dffd29..41ddff0 100644
--- a/src/usr/local/www/diag_gmirror.php
+++ b/src/usr/local/www/diag_gmirror.php
@@ -207,7 +207,7 @@ if ($_GET["error"] && ($_GET["error"] != 0)) {
<?php
if ($_GET["action"]): ?>
<div class="panel panel-default">
- <div class="panel-heading">Confirm Action</div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Confirm Action')?></h2></div>
<div class="panel-body">
<strong><?=gettext('Please confirm the selected action: '); ?></strong>
<span style="color:green"><?=$action_list[$_GET["action"]]; ?></span>
@@ -239,7 +239,7 @@ else:
<!-- GEOM mirror table -->
<div class="panel panel-default">
- <div class="panel-heading">GEOM Mirror information - Mirror Status</div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('GEOM Mirror information - Mirror Status')?></h2></div>
<div class="panel-body table-responsive">
<?php
@@ -321,7 +321,7 @@ else:
<!-- Consumer information table -->
<div class="panel panel-default">
- <div class="panel-heading">Consumer information - Available consumers</div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Consumer information - Available consumers')?></h2></div>
<div class="panel-body table-responsive">
<?php
if (count($unused_consumers) > 0): ?>
OpenPOWER on IntegriCloud