From d320a7e659dfbf7768e8191d0edeb6bf0f9c1dcc Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 26 Jul 2012 15:52:35 -0400 Subject: [PATCH] More oils:// wrapping To avoid breaking some newer interfaces in particular. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 70041d6171..866700ed19 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -398,7 +398,7 @@ var urls = { 'AUDIO_circ_bad' : '/xul/server/skin/media/audio/question.wav', 'AUDIO_event_ASSET_COPY_NOT_FOUND' : '/xul/server/skin/media/audio/redalert.wav', - 'AUTHORITY_MANAGE' : '/eg/cat/authority/list', + 'AUTHORITY_MANAGE' : 'oils://remote/eg/cat/authority/list', 'MANAGE_MULTI_HOME_ITEMS' : 'oils://remote/xul/server/cat/manage_multi_home_items.xul', 'XUL_AUTH_SIMPLE' : 'oils://remote/xul/server/main/simple_auth.xul', 'XUL_BIB_BRIEF' : 'oils://remote/xul/server/cat/bib_brief.xul', @@ -508,10 +508,10 @@ var urls = { 'EG_WEB_BASE' : 'oils://remote/eg', 'XUL_LOCAL_ADMIN_BASE' : 'oils://remote/xul/server/admin', 'XUL_REPORTS' : 'oils://remote/reports/oils_rpt.xhtml', - 'EG_ACQ_PO_VIEW' : '/eg/acq/po/view', - 'EG_ACQ_USER_REQUESTS' : '/eg/acq/picklist/user_request', + 'EG_ACQ_PO_VIEW' : 'oils://remote/eg/acq/po/view', + 'EG_ACQ_USER_REQUESTS' : 'oils://remote/eg/acq/picklist/user_request', 'XUL_SERIAL_BATCH_RECEIVE': 'oils://remote/xul/server/serial/batch_receive.xul', - 'XUL_SERIAL_PATTERN_WIZARD' : '/xul/server/serial/pattern_wizard.xul', + 'XUL_SERIAL_PATTERN_WIZARD' : 'oils://remote/xul/server/serial/pattern_wizard.xul', 'CUSTOM_JS' : '/xul/server/skin/custom.js', 'ACQ_LINEITEM' : 'oils://remote/eg/acq/lineitem/related/', 'SERIAL_LIST_SUBSCRIPTION' : 'oils://remote/eg/serial/list_subscription', -- 2.11.0