From 76eefdf3cd9f7523f378e2df89c3bf052975a8f2 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 15 Mar 2010 06:02:25 +0000 Subject: [PATCH] Put custom reports back in --- admin/reports.php | 6 ++++++ admin/reports_gen.php | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/admin/reports.php b/admin/reports.php index 44d88acf..bbd38089 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -180,6 +180,7 @@ function add_report() function gen_report() { report_gen($('#report').val()); + return false; } var edit=false; @@ -312,7 +313,12 @@ $(document).ready(function() { $r) { + $r['id'] = -$id; + $reports[-$id] = $r; + } ?> +

diff --git a/admin/reports_gen.php b/admin/reports_gen.php index 20d849ca..48857cb7 100644 --- a/admin/reports_gen.php +++ b/admin/reports_gen.php @@ -56,6 +56,15 @@ if(is_array($_GET['filter'])) { switch($_GET['action']) { case 'dialog_gen': + if($id < 0) { + $u = "{$config['SFIABDIRECTORY']}/{$report_custom[-$id]['custom_url']}"; + ?> + +