From 8a07ed58ec19087f40aba6abc31a6b2140eafee5 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 5 Oct 2006 20:55:55 +0000 Subject: [PATCH] more widget work, relative times working, needs more testing git-svn-id: svn://svn.open-ils.org/ILS/trunk@6397 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/oils_rpt_builder.js | 3 +- Open-ILS/web/reports/oils_rpt_common.xhtml | 2 +- Open-ILS/web/reports/oils_rpt_param_editor.js | 20 +++-- Open-ILS/web/reports/oils_rpt_param_editor.xhtml | 6 +- Open-ILS/web/reports/oils_rpt_report_editor.js | 10 ++- Open-ILS/web/reports/oils_rpt_widget.js | 103 +++++++++++++++++++++-- 6 files changed, 123 insertions(+), 21 deletions(-) diff --git a/Open-ILS/web/reports/oils_rpt_builder.js b/Open-ILS/web/reports/oils_rpt_builder.js index f075669623..6691099cc2 100644 --- a/Open-ILS/web/reports/oils_rpt_builder.js +++ b/Open-ILS/web/reports/oils_rpt_builder.js @@ -45,7 +45,6 @@ function oilsReportBuilderSave() { debugFMObject(tmpl); //return; /* XXX */ - var req = new Request(OILS_RPT_CREATE_TEMPLATE, SESSION, tmpl); req.callback( function(r) { @@ -53,7 +52,7 @@ function oilsReportBuilderSave() { if( res && res != '0' ) { oilsRptAlertSuccess(); _l('oils_rpt.xhtml'); - } + } } ); diff --git a/Open-ILS/web/reports/oils_rpt_common.xhtml b/Open-ILS/web/reports/oils_rpt_common.xhtml index f3867fa771..c8dab07be3 100644 --- a/Open-ILS/web/reports/oils_rpt_common.xhtml +++ b/Open-ILS/web/reports/oils_rpt_common.xhtml @@ -63,7 +63,7 @@ -