More oils:// wrapping
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 26 Jul 2012 19:52:35 +0000 (15:52 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 30 Jul 2012 14:54:36 +0000 (10:54 -0400)
To avoid breaking some newer interfaces in particular.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/xul/staff_client/chrome/content/main/constants.js

index 70041d6..866700e 100644 (file)
@@ -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',