From 89333d37c4864bee6a0947358d5194f99b2c2860 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 8 Mar 2016 08:37:15 -0500 Subject: Move Save button on config history settings inside the panel with the other settings. Fixes #5961 --- src/usr/local/www/diag_confbak.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/usr') 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) { addInput(new Form_StaticText( $space )); +$section->addInput(new Form_Button( + 'Submit', + gettext("Save") +)); + $form->add($section); print($form); -- cgit v1.1