From: miker Date: Fri, 11 May 2007 16:00:52 +0000 (+0000) Subject: commenting out the prompt used to grab the template record X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a41e3ac67672c52239660af93c4e040a1cbf0f96;p=Evergreen.git commenting out the prompt used to grab the template record git-svn-id: svn://svn.open-ils.org/ILS/trunk@7244 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index 11e400b73d..70cb17f16d 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -770,7 +770,7 @@ function save_template () { tmpl.folder(cgi.param('folder')); tmpl.data(js2JSON(template)); - prompt( 'template', js2JSON( tmpl ) ); + // prompt( 'template', js2JSON( tmpl ) ); if(!confirm('Name : '+tmpl.name() + '\nDescription: ' + tmpl.description()+'\nSave Template?')) return;