Revision e26ad18a
Added by Phil Davis about 10 years ago
usr/local/www/system_firmware_restorefullbackup.php | ||
---|---|---|
115 | 115 |
<?php include("fbegin.inc"); ?> |
116 | 116 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
117 | 117 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
118 |
<?php if (is_subsystem_dirty('restore')): ?><p> |
|
119 |
<form action="reboot.php" method="post"> |
|
120 |
<input name="Submit" type="hidden" value="Yes" /> |
|
121 |
<?php print_info_box(gettext("The firewall configuration has been changed.") . "<br />" . gettext("The firewall is now rebooting."));?><br /> |
|
122 |
</form> |
|
118 |
<?php if (is_subsystem_dirty('restore')): ?> |
|
119 |
<p> |
|
120 |
<form action="reboot.php" method="post"> |
|
121 |
<input name="Submit" type="hidden" value="Yes" /> |
|
122 |
<?php print_info_box(gettext("The firewall configuration has been changed.") . "<br />" . gettext("The firewall is now rebooting."));?><br /> |
|
123 |
</form> |
|
124 |
</p> |
|
123 | 125 |
<?php endif; ?> |
124 | 126 |
<form action="system_firmware_restorefullbackup.php" method="post"> |
125 | 127 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="restore full backup"> |
Also available in: Unified diff
system_firmware_restorefullbackup add missing p end tag
and format this block so it is clear which tags start and end where.