summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.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/exec.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/exec.php')
-rw-r--r--src/usr/local/www/exec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index 6d6d386..0fcb980 100644
--- a/src/usr/local/www/exec.php
+++ b/src/usr/local/www/exec.php
@@ -286,7 +286,7 @@ if (!isBlank($_POST['txtCommand'])):?>
// Experimental version. Writes the user's php code to a file and executes it via a new instance of PHP
// This is intended to prevent bad code from breaking the GUI
if (!isBlank($_POST['txtPHPCommand'])) {
- puts("<div class=\"panel panel-success responsive\"><div class=\"panel-heading\">PHP response</div>");
+ puts("<div class=\"panel panel-success responsive\"><div class=\"panel-heading\"><h2 class=\"panel-title\">PHP response</h2></div>");
$tmpname = tempnam("/tmp", "");
$phpfile = fopen($tmpname, "w");
OpenPOWER on IntegriCloud