summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-08 08:37:15 -0500
committerjim-p <jimp@pfsense.org>2016-03-08 08:37:52 -0500
commit89333d37c4864bee6a0947358d5194f99b2c2860 (patch)
treed830bc5c1604350ba8180f12be093893b81f6165 /src/usr/local/www/diag_confbak.php
parent1e70041e8985ba9b7e7bbc050d9e18afaaf9750d (diff)
downloadpfsense-89333d37c4864bee6a0947358d5194f99b2c2860.zip
pfsense-89333d37c4864bee6a0947358d5194f99b2c2860.tar.gz
Move Save button on config history settings inside the panel with the other settings. Fixes #5961
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 2fe652b..1d2886f 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -184,10 +184,7 @@ if ($diff) {
<?php
}
-$form = new Form(new Form_Button(
- 'Submit',
- gettext("Save")
-));
+$form = new Form(false);
$section = new Form_Section('Saved Configurations', 'savedconfig', COLLAPSIBLE|SEC_CLOSED);
@@ -205,6 +202,11 @@ $section->addInput(new Form_StaticText(
$space
));
+$section->addInput(new Form_Button(
+ 'Submit',
+ gettext("Save")
+));
+
$form->add($section);
print($form);
OpenPOWER on IntegriCloud