Content of js-only pages superseded by the requirement notification in non-js browsers.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 19 Jul 2008 18:32:41 +0000 (18:32 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 19 Jul 2008 18:32:41 +0000 (18:32 +0000)
admin/backups.php
reporting/reports_main.php

index cf2ef1cf3e4a4a1b5a48a86372d165a2ff9711fa..a37700dbd8c91aaeb0e96011659159af37339005 100644 (file)
@@ -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);
index d7bdb8cbec457c5bb144f31e9c0433fc8912eaba..600f389149486254f6cb50d72d44f92def390692 100644 (file)
@@ -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;