From a935355d7d5f994db9d307bd1f2877ff872bdbe9 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 26 Jan 2009 04:19:34 +0000 Subject: [PATCH] move the opac wrapper from chrome to remote git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11964 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 4 ++-- Open-ILS/xul/staff_client/{chrome/content => server}/cat/opac.js | 0 Open-ILS/xul/staff_client/{chrome/content => server}/cat/opac.xul | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename Open-ILS/xul/staff_client/{chrome/content => server}/cat/opac.js (100%) rename Open-ILS/xul/staff_client/{chrome/content => server}/cat/opac.xul (100%) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 0307c44373..5d20703a3e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -285,8 +285,8 @@ const urls = { 'XUL_OFFLINE_MANAGE_XACTS' : '/xul/server/admin/offline_manage_xacts.xul', 'XUL_OFFLINE_MANAGE_XACTS_CGI' : '/cgi-bin/offline/offline.pl', 'XUL_OFFLINE_GENERATE_WIDGETS' : '/xul/server/main/gen_offline_widgets.xul', - /* 'XUL_OPAC_WRAPPER' : '/xul/server/cat/opac.xul', */ - 'XUL_OPAC_WRAPPER' : 'chrome://open_ils_staff_client/content/cat/opac.xul', + 'XUL_OPAC_WRAPPER' : '/xul/server/cat/opac.xul', + /* 'XUL_OPAC_WRAPPER' : 'chrome://open_ils_staff_client/content/cat/opac.xul', */ 'XUL_PATRON_BARCODE_ENTRY' : '/xul/server/patron/barcode_entry.xul', 'XUL_PATRON_BILLS' : '/xul/server/patron/bills.xul', 'XUL_PATRON_BILL_CC_INFO' : '/xul/server/patron/bill_cc_info.xul', diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js b/Open-ILS/xul/staff_client/server/cat/opac.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/cat/opac.js rename to Open-ILS/xul/staff_client/server/cat/opac.js diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul b/Open-ILS/xul/staff_client/server/cat/opac.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/cat/opac.xul rename to Open-ILS/xul/staff_client/server/cat/opac.xul -- 2.11.0