summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-05-30 09:56:26 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-30 09:56:26 -0300
commita90bc47aac1d985457fc6bbf5c2d93e0fd60ab48 (patch)
treec71eb6a0d8f5e591991d1155b63b022e2ca1d148 /usr
parente4a1022d47ce3f2c6d0fda7d5dd6c024590cd454 (diff)
parente26ad18a337c635cff72fced0df4a2d69135055e (diff)
downloadpfsense-a90bc47aac1d985457fc6bbf5c2d93e0fd60ab48.zip
pfsense-a90bc47aac1d985457fc6bbf5c2d93e0fd60ab48.tar.gz
Merge pull request #1697 from phil-davis/patch-3
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_firmware_restorefullbackup.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/local/www/system_firmware_restorefullbackup.php b/usr/local/www/system_firmware_restorefullbackup.php
index b31d096..0f63634 100644
--- a/usr/local/www/system_firmware_restorefullbackup.php
+++ b/usr/local/www/system_firmware_restorefullbackup.php
@@ -115,11 +115,13 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if (is_subsystem_dirty('restore')): ?><p>
-<form action="reboot.php" method="post">
-<input name="Submit" type="hidden" value="Yes" />
-<?php print_info_box(gettext("The firewall configuration has been changed.") . "<br />" . gettext("The firewall is now rebooting."));?><br />
-</form>
+<?php if (is_subsystem_dirty('restore')): ?>
+<p>
+ <form action="reboot.php" method="post">
+ <input name="Submit" type="hidden" value="Yes" />
+ <?php print_info_box(gettext("The firewall configuration has been changed.") . "<br />" . gettext("The firewall is now rebooting."));?><br />
+ </form>
+</p>
<?php endif; ?>
<form action="system_firmware_restorefullbackup.php" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="restore full backup">
OpenPOWER on IntegriCloud