projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c990e
)
show activity dialog on vandelay item export
author
berick
<berick@esilibrary.com>
Fri, 20 May 2011 17:20:40 +0000
(13:20 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:53 +0000
(14:50 -0400)
Open-ILS/web/js/ui/default/vandelay/vandelay.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index
e0a7eaf
..
1c03486
100644
(file)
--- a/
Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/
Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@
-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') {