From: Janusz Dobrowolski Date: Sat, 19 Jul 2008 18:32:41 +0000 (+0000) Subject: Content of js-only pages superseded by the requirement notification in non-js browsers. X-Git-Tag: v2.4.2~19^2~1899 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0ee487259a29bd246f1acd332cee74e7d5f6cd8d;hp=63d844bf6eeb980092224af6b613ee9da31a31cc;p=fa-stable.git Content of js-only pages superseded by the requirement notification in non-js browsers. --- 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;