show activity dialog on vandelay item export
authorberick <berick@esilibrary.com>
Fri, 20 May 2011 17:20:40 +0000 (13:20 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:53 +0000 (14:50 -0400)
Open-ILS/web/js/ui/default/vandelay/vandelay.js

index e0a7eaf..1c03486 100644 (file)
@@ -404,6 +404,7 @@ function vlExportInit() {
         if(!value) return;
         if(!confirm('Export as "' + value + '"?')) return; // TODO: i18n
 
+        displayGlobalDiv('vl-generic-progress');
         var method = 'open-ils.vandelay.import_item.queue.export.' + value + '.atomic';
 
         fieldmapper.standardRequest(
@@ -422,6 +423,7 @@ function vlExportInit() {
 }
 
 function exportHandler(type, response) {
+    displayGlobalDiv('vl-import-error-div');
     try {
         var content = openils.Util.readResponse(response);
         if (type=='email') {