From fd9135568116e6f0aaccf63aa9989328bbfe5f05 Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 04:46:09 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@7267 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index ca6d31e8cf..85b1d261f9 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -779,7 +779,7 @@ function save_template () { tmpl.folder(cgi.param('folder')); tmpl.data(js2JSON(template)); - // prompt( 'template', js2JSON( tmpl ) ); + prompt( 'template', js2JSON( template ) ); if(!confirm('Name : '+tmpl.name() + '\nDescription: ' + tmpl.description()+'\nSave Template?')) return; @@ -878,7 +878,7 @@ function fleshTemplateField ( template, rel, tab_name, field ) { var tab = rel.fields[tab_name]; - var field_path = rel.path + '-' + field; + var field_path = rel.path + '-' + rel.idlclass + '-' + field; field_path = field_path.replace(/\./g, '-'); var element = { -- 2.11.0