From 0ee487259a29bd246f1acd332cee74e7d5f6cd8d Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 19 Jul 2008 18:32:41 +0000 Subject: [PATCH] Content of js-only pages superseded by the requirement notification in non-js browsers. --- admin/backups.php | 2 +- reporting/reports_main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/backups.php b/admin/backups.php index cf2ef1cf..a37700db 100644 --- a/admin/backups.php +++ b/admin/backups.php @@ -20,7 +20,7 @@ if ($valid_paths != "") $db_name = $_SESSION["wa_current_user"]->company; $msg = handle_form($db_connections[$db_name]); -page(_("Backup and Restore Database")); +page(_("Backup and Restore Database"), false, false, '', '', true); //------------------------------------------------------------------------------- start_form(true, true); diff --git a/reporting/reports_main.php b/reporting/reports_main.php index d7bdb8cb..600f3891 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -11,7 +11,7 @@ include_once($path_to_root . "/reporting/includes/reports_classes.inc"); $js = ""; if ($use_date_picker) $js .= get_js_date_picker(); -page(_("Reports and Analysis"), false, false, "", $js); +page(_("Reports and Analysis"), false, false, "", $js, true); $reports = new BoxReports; -- 2.30.2