From 1d99bcb0f3551ea1ea8280b3fc5ae5a28b0bde82 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 8 Dec 2005 22:06:38 +0000 Subject: [PATCH] Dept. of Redundancy Dept. git-svn-id: svn://svn.open-ils.org/ILS/trunk@2296 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../patron/{patron_barcode_entry.xul => barcode_entry.xul} | 6 +++--- .../server/patron/{patron_display.xul => display.xul} | 2 +- .../{patron_display_overlay.xul => display_overlay.xul} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename Open-ILS/xul/staff_client/server/patron/{patron_barcode_entry.xul => barcode_entry.xul} (94%) rename Open-ILS/xul/staff_client/server/patron/{patron_display.xul => display.xul} (97%) rename Open-ILS/xul/staff_client/server/patron/{patron_display_overlay.xul => display_overlay.xul} (99%) diff --git a/Open-ILS/xul/staff_client/server/patron/patron_barcode_entry.xul b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul similarity index 94% rename from Open-ILS/xul/staff_client/server/patron/patron_barcode_entry.xul rename to Open-ILS/xul/staff_client/server/patron/barcode_entry.xul index accd0bcf27..70d85f8847 100644 --- a/Open-ILS/xul/staff_client/server/patron/patron_barcode_entry.xul +++ b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul @@ -71,7 +71,7 @@ var tb = document.getElementById('barcode_tb'); var barcode = tb.value; - location.href = '/xul/server/patron/patron_display.xul?session=' + location.href = urls.remote_patron_display + '?session=' + window.escape(session) + '&barcode=' + window.escape(barcode); } @@ -80,9 +80,9 @@ - + -