summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-07 08:38:32 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 08:38:32 -0500
commit38c575a3ddae3764a328236556a63ca5e7f7a13f (patch)
treebab5271e61eabe93ca601bf6deafc15d4b24b02f
parent49b482738c28fa1124846be28569c14ab2fa0a60 (diff)
parente47f1893a1f2453b91702208acf4a8ebc8c5ddd5 (diff)
downloadpfsense-38c575a3ddae3764a328236556a63ca5e7f7a13f.zip
pfsense-38c575a3ddae3764a328236556a63ca5e7f7a13f.tar.gz
Merge pull request #2364 from phil-davis/patch-5
-rw-r--r--src/usr/local/www/diag_confbak.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 5b817bc..8c53101 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -206,9 +206,18 @@ $form->add($section);
print($form);
if (is_array($confvers)) {
- print_info_box(gettext('To view the differences between an older configuration and a newer configuration, ' .
- 'select the older configuration using the left column of radio options and select the newer configuration in the right column, ' .
- 'then press the "Diff" button.'));
+?>
+<div>
+ <div id="infoblock">
+ <?=print_info_box(
+ gettext(
+ 'To view the differences between an older configuration and a newer configuration, ' .
+ 'select the older configuration using the left column of radio options and select the newer configuration in the right column, ' .
+ 'then press the "Diff" button.'),
+ 'info')?>
+ </div>
+</div>
+<?php
}
?>
OpenPOWER on IntegriCloud