From bd9bb306fd0e8fba9fa906caffd91ec3c86dd744 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 30 Apr 2006 04:40:59 +0000 Subject: [PATCH] stubs for screen transition after record import git-svn-id: svn://svn.open-ils.org/ILS/trunk@3984 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/z3950.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.js b/Open-ILS/xul/staff_client/server/cat/z3950.js index da70012947..4c39841f95 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.js +++ b/Open-ILS/xul/staff_client/server/cat/z3950.js @@ -396,6 +396,7 @@ cat.z3950.prototype = { throw(r3); } else { alert('Record successfully overlayed.'); + xulG.set_tab('data:text/plain,' + window.escape('FIXME: Show the record we just overlayed in the opac.'),{'tab_name':'opac goes here'},{}); } break; case 1: @@ -408,6 +409,7 @@ cat.z3950.prototype = { throw(r2); } else { alert('Record successfully imported with alternate TCN.'); + xulG.set_tab('data:text/plain,' + window.escape('FIXME: Show the record we just imported in the opac.'),{'tab_name':'opac goes here'},{}); } break; case 2: @@ -422,6 +424,7 @@ cat.z3950.prototype = { } } else { alert('Record successfully imported.'); + xulG.set_tab('data:text/plain,' + window.escape('FIXME: Show the record we just imported in the opac.'),{'tab_name':'opac goes here'},{}); } } catch(E) { obj.error.standard_unexpected_error_alert('Record not likely imported.',E); -- 2.43.2