diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 114089dac5..1b67fee8e8 100644 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -203,26 +203,28 @@ function spit_out_select_items($name, $showall) { ); $select = ""; - $select .= "" . gettext("ALL") . ""; + $select .= "" . gettext("ALL") . ""; if($showall == true) foreach($areas as $area => $areaname) - $select .= "{$areaname}\n"; + $select .= "{$areaname}\n"; else foreach($areas as $area => $areaname) if($area === "rrddata" || check_and_returnif_section_exists($area) == true) - $select .= "{$areaname}\n"; + $select .= "{$areaname}\n"; $select .= "\n"; if ($name === "backuparea") { $select .= << + END_SCRIPT_BLOCK; } @@ -587,7 +589,7 @@ include("head.inc"); - + - + " . gettext("The firewall is now rebooting."));?> - + - + =gettext("Backup configuration"); ?> @@ -651,7 +653,7 @@ function backuparea_change(obj) { - + =gettext("Do not backup package information."); ?> @@ -661,7 +663,7 @@ function backuparea_change(obj) { - + =gettext("Encrypt this configuration file."); ?> @@ -669,7 +671,7 @@ function backuparea_change(obj) { - + =gettext("Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of config.xml space!)"); ?> @@ -694,7 +696,7 @@ function backuparea_change(obj) { - "> + " /> @@ -709,11 +711,11 @@ function backuparea_change(obj) { =gettext("Open a"); ?> =$g['[product_name']?> =gettext("configuration XML file and click the button below to restore the configuration."); ?> =gettext("Restore area:"); ?> - + - + =gettext("Configuration file is encrypted."); ?> @@ -738,7 +740,7 @@ function backuparea_change(obj) { - "> + " /> =gettext("Note:"); ?>=gettext("The firewall will reboot after restoring the configuration."); ?> @@ -754,14 +756,15 @@ function backuparea_change(obj) { =gettext("Click this button to reinstall all system packages. This may take a while."); ?> - "> + " /> =gettext("Click this button to clear the package lock if a package fails to reinstall properly after an upgrade."); ?> - "> + " /> + @@ -773,10 +776,10 @@ function backuparea_change(obj) {
+
">
" />
=gettext("Note:"); ?>=gettext("The firewall will reboot after restoring the configuration."); ?>
=gettext("Click this button to reinstall all system packages. This may take a while."); ?> - "> + " />
=gettext("Click this button to clear the package lock if a package fails to reinstall properly after an upgrade."); ?> - "> + " /> +