mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Fix page title
* Make white space consistent after execute command
This commit is contained in:
parent
2fa442fb8e
commit
abe20b853c
@ -25,7 +25,6 @@ if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) {
|
||||
}
|
||||
|
||||
require("guiconfig.inc");
|
||||
require("head.inc");
|
||||
|
||||
conf_mount_rw();
|
||||
|
||||
@ -52,7 +51,6 @@ $arrDT = localtime();
|
||||
$intYear = $arrDT[5] + 1900;
|
||||
|
||||
$pgtitle = "Diagnostics: Execute command";
|
||||
$closehead = false;
|
||||
include("head.inc");
|
||||
?>
|
||||
|
||||
@ -231,10 +229,6 @@ if (!isBlank($_POST['txtPHPCommand'])) {
|
||||
<input type="button" class="button" name="btnRecallNext" value=">" onClick="btnRecall_onClick( this.form, 1 );">
|
||||
<input type="button" class="button" value="Clear" onClick="return Reset_onClick( this.form );">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="8"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" valign="top" height="16"></td>
|
||||
@ -284,7 +278,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
|
||||
<td valign="top" class="label">
|
||||
<input type="submit" class="button" value="Execute">
|
||||
<p>
|
||||
<b>Example:</b> interfaces_carp_bring_up_final();
|
||||
<strong>Example:</strong> interfaces_carp_bring_up_final();
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user