commenting out the prompt used to grab the template record
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 May 2007 16:00:52 +0000 (16:00 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 May 2007 16:00:52 +0000 (16:00 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7244 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/xul/template-config.js

index 11e400b..70cb17f 100644 (file)
@@ -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;