summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_restorefullbackup.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-30 16:36:52 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-30 16:36:52 +0545
commite26ad18a337c635cff72fced0df4a2d69135055e (patch)
tree6c024fe43d7ebc2fb7ee5b683db1b69cc40855b3 /usr/local/www/system_firmware_restorefullbackup.php
parent5dcec9f242a94894086dd425ecf9d2f00ccdebd5 (diff)
downloadpfsense-e26ad18a337c635cff72fced0df4a2d69135055e.zip
pfsense-e26ad18a337c635cff72fced0df4a2d69135055e.tar.gz
system_firmware_restorefullbackup add missing p end tag
and format this block so it is clear which tags start and end where.
Diffstat (limited to 'usr/local/www/system_firmware_restorefullbackup.php')
-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