From 337a6055d40bfabe72d31c7cad5e7963dfb129fc Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 26 Jan 2006 02:47:18 +0000 Subject: [PATCH] another great renaming, and an un-naming git-svn-id: svn://svn.open-ils.org/ILS/trunk@2848 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 64 +- .../xul/staff_client/chrome/chrome.manifest | 6 +- .../OpenILS/data.js | 0 .../OpenILS/util_overlay.xul | 0 .../admin/survey.js | 0 .../admin/survey_overlay.xul | 0 .../admin/survey_wizard.xul | 0 .../auth/controller.js | 0 .../auth/session.js | 0 .../cat/details.xul | 0 .../{OPEN_ILS_STAFF_CLIENT => }/cat/opac.xul | 0 .../legacy/_browse.xul | 0 .../legacy/_marc.xul | 0 .../{OPEN_ILS_STAFF_CLIENT => }/main/JSAN.js | 0 .../main/bindings.xml | 0 .../main/constants.js | 0 .../staff_client/chrome/content/main/lang.js | 936 ++++++++++++++++++ .../{OPEN_ILS_STAFF_CLIENT => }/main/main.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/main/main.xul | 0 .../{OPEN_ILS_STAFF_CLIENT => }/main/menu.js | 0 .../main/menu_frame.xul | 0 .../main/menu_frame_menus.xul | 0 .../main/menu_frame_overlay.xul | 0 .../staff_client/chrome/content/main/test.xul | 21 + .../{OPEN_ILS_STAFF_CLIENT => }/test/test.js | 0 .../util/browser.js | 0 .../util/browser.xul | 0 .../util/controller.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/date.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/deck.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/error.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/exec.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/file.js | 0 .../util/fm_utils.js | 0 .../util/fm_view.xul | 0 .../util/functional.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/list.js | 0 .../{OPEN_ILS_STAFF_CLIENT => }/util/money.js | 0 .../util/network.js | 0 .../util/rbrowser.xul | 0 .../util/shell.html | 0 .../util/widgets.js | 0 .../util/window.js | 0 .../util/xuledit.js | 0 .../util/xuledit.xul | 0 .../skin/{OPEN_ILS_STAFF_CLIENT => }/auth.css | 0 .../OPEN_ILS_STAFF_CLIENT.css => global.css} | 0 .../media/images/opentriangle.gif | Bin .../media/images/triangle.gif | Bin 49 files changed, 989 insertions(+), 38 deletions(-) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/OpenILS/data.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/OpenILS/util_overlay.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/admin/survey.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/admin/survey_overlay.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/admin/survey_wizard.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/auth/controller.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/auth/session.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/cat/details.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/cat/opac.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/legacy/_browse.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/legacy/_marc.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/JSAN.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/bindings.xml (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/constants.js (100%) create mode 100644 Open-ILS/xul/staff_client/chrome/content/main/lang.js rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/main.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/main.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/menu.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/menu_frame.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/menu_frame_menus.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/main/menu_frame_overlay.xul (100%) create mode 100644 Open-ILS/xul/staff_client/chrome/content/main/test.xul rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/test/test.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/browser.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/browser.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/controller.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/date.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/deck.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/error.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/exec.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/file.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/fm_utils.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/fm_view.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/functional.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/list.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/money.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/network.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/rbrowser.xul (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/shell.html (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/widgets.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/window.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/xuledit.js (100%) rename Open-ILS/xul/staff_client/chrome/content/{OPEN_ILS_STAFF_CLIENT => }/util/xuledit.xul (100%) rename Open-ILS/xul/staff_client/chrome/skin/{OPEN_ILS_STAFF_CLIENT => }/auth.css (100%) rename Open-ILS/xul/staff_client/chrome/skin/{OPEN_ILS_STAFF_CLIENT/OPEN_ILS_STAFF_CLIENT.css => global.css} (100%) rename Open-ILS/xul/staff_client/chrome/skin/{OPEN_ILS_STAFF_CLIENT => }/media/images/opentriangle.gif (100%) rename Open-ILS/xul/staff_client/chrome/skin/{OPEN_ILS_STAFF_CLIENT => }/media/images/triangle.gif (100%) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 4f932da7b8..5ca7f0372e 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -4,11 +4,10 @@ DESCRIPTION=Evergreen Staff Client BUILD=2005072719 RETRIEVE_FM_ALL=wget -N http://dev.gapines.org/opac/common/js/fmall.js -RETRIEVE_CLIENT_CONFIG=cp ../../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . -RETRIEVE_LANG_DTD=cp ../../../../../../web/opac/locale/en-US/lang.dtd . -MOZILLA_SPECIAL_RESOURCE=/home/phasefx/work/mozilla/dist/bin/res/dtd +RETRIEVE_CLIENT_CONFIG=cp ../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . +RETRIEVE_LANG_DTD=cp ../../../../../web/opac/locale/en-US/lang.dtd . -all: build package +all: build @echo @echo How do makefiles work again? @echo BUILD = ${BUILD} @@ -19,7 +18,7 @@ build: generated open-ils custom @echo @echo Everything before packaging -package: OPEN_ILS_STAFF_CLIENT.xpi +package: open_ils_staff_client.xpi @echo @echo Packaging @@ -32,55 +31,50 @@ stamp: sed -i 's/.*<\/em:description>/${DESCRIPTION}<\/em:description>/' install.rdf sed -i "s/extVersion: '.\*'/extVersion: '${VERSION}'/" install.js sed -i "s/extFullName: '.\*'/extFullName: '${DESCRIPTION}'/" install.js - sed -i 's/auth\.title ".*"/auth\.title "${DESCRIPTION}"/' chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/auth.dtd - sed -i 's/auth\.version ".*"/auth\.version "${PACKAGE} ${VERSION} ${BUILD}"/' chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/auth.dtd + sed -i 's/auth\.title ".*"/auth\.title "${DESCRIPTION}"/' chrome/locale/en-US/auth.dtd + sed -i 's/auth\.version ".*"/auth\.version "${PACKAGE} ${VERSION} ${BUILD}"/' chrome/locale/en-US/auth.dtd generated: @echo @echo These things are installation specific. The staff client is the last thing you should try to build. - (cd chrome/content/OPEN_ILS_STAFF_CLIENT/conf ; ${RETRIEVE_CLIENT_CONFIG} ); - (cd chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); - (cd chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/ ; ${RETRIEVE_LANG_DTD} ); - external/dtd2js.pl chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/lang.dtd > chrome/content/OPEN_ILS_STAFF_CLIENT/main/lang.js + (cd chrome/content/conf ; ${RETRIEVE_CLIENT_CONFIG} ); + (cd chrome/content/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); + (cd chrome/locale/en-US/ ; ${RETRIEVE_LANG_DTD} ); + external/dtd2js.pl chrome/locale/en-US/lang.dtd > chrome/content/main/lang.js open-ils: - cp ../../../OpenSRF/src/javascript/*.js chrome/content/OPEN_ILS_STAFF_CLIENT/OpenSRF/ - cp ../../../Open-ILS/web/opac/common/js/*.js chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util/ - cp ../../../Evergreen/staff_client/chrome/content/evergreen/cat/marc* chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/ - cp ../../../Evergreen/staff_client/chrome/content/evergreen/cat/browse* chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/ - cp ../../../Evergreen/staff_client/chrome/locale/en-US/evergreen/cat.dtd chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/ - #cp server/main/menu* chrome/content/OPEN_ILS_STAFF_CLIENT/main/ - #cp server/cat/opac* chrome/content/OPEN_ILS_STAFF_CLIENT/cat/ + cp ../../../OpenSRF/src/javascript/*.js chrome/content/OpenSRF/ + cp ../../../Open-ILS/web/opac/common/js/*.js chrome/content/OpenILS/util/ + cp ../../../Evergreen/staff_client/chrome/content/evergreen/cat/marc* chrome/content/legacy/ + cp ../../../Evergreen/staff_client/chrome/content/evergreen/cat/browse* chrome/content/legacy/ + cp ../../../Evergreen/staff_client/chrome/locale/en-US/evergreen/cat.dtd chrome/locale/en-US/ + find chrome/content/legacy/ -type f -name '*.*' -exec sed -i s/evergreen/open_ils_staff_client/g {} \; patron: circ: custom: - #(cd chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util; cp RemoteRequest.js~ RemoteRequest.js) - #cp chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/*.* ${MOZILLA_SPECIAL_RESOURCE} + #(cd chrome/content/OpenILS/util; cp RemoteRequest.js~ RemoteRequest.js) -OPEN_ILS_STAFF_CLIENT.xpi: OPEN_ILS_STAFF_CLIENT.jar +open_ils_staff_client.xpi: open_ils_staff_client.jar @echo @echo make the xpi file - zip -r OPEN_ILS_STAFF_CLIENT.xpi chrome/ defaults/ install.js install.rdf application.ini Makefile LICENSE README -x \*CVS\* > /dev/null + zip -r open_ils_staff_client.xpi chrome/ defaults/ install.js install.rdf application.ini Makefile LICENSE README -x \*CVS\* > /dev/null -OPEN_ILS_STAFF_CLIENT.jar: build +open_ils_staff_client.jar: build @echo @echo make the jar file - (cd chrome; zip -r OPEN_ILS_STAFF_CLIENT.jar content/ locale/ skin/ -x \*CVS\* > /dev/null ) + (cd chrome; zip -r open_ils_staff_client.jar content/ locale/ skin/ -x \*CVS\* > /dev/null ) clean: @echo @echo delete derived files - rm -f OPEN_ILS_STAFF_CLIENT.xpi - rm -f chrome/OPEN_ILS_STAFF_CLIENT.jar - #rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu.js chrome/content/OPEN_ILS_STAFF_CLIENT/menu_frame* - rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/marc* - rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/browse* - rm -f chrome/locale/en-US/OPEN_ILS_STAFF_CLIENT/cat.dtd - rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/conf/client_config.xml - rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/OpenSRF/*js - rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util/*js - #rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/widgets/*js - #rm -f chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/widgets/menu/*js + rm -f open_ils_staff_client.xpi + rm -f chrome/open_ils_staff_client.jar + rm -f chrome/content/legacy/marc* + rm -f chrome/content/legacy/browse* + rm -f chrome/locale/en-US/cat.dtd + rm -f chrome/content/conf/client_config.xml + rm -f chrome/content/OpenSRF/*js + rm -f chrome/content/OpenILS/util/*js diff --git a/Open-ILS/xul/staff_client/chrome/chrome.manifest b/Open-ILS/xul/staff_client/chrome/chrome.manifest index d8cab6121f..1572628e80 100644 --- a/Open-ILS/xul/staff_client/chrome/chrome.manifest +++ b/Open-ILS/xul/staff_client/chrome/chrome.manifest @@ -1,3 +1,3 @@ -content open_ils_staff_client jar:open_ils_staff_client.jar!/content/open_ils_staff_client/ -locale open_ils_staff_client en-US jar:open_ils_staff_client.jar!/locale/en-US/open_ils_staff_client/ -skin open_ils_staff_client open_ils_staff_client jar:open_ils_staff_client.jar!/skin/open_ils_staff_client/ +content open_ils_staff_client content/ +locale open_ils_staff_client locale/en-US/ +skin open_ils_staff_client open_ils_staff_client skin/ diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/data.js rename to Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/OpenILS/util_overlay.xul rename to Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey.js b/Open-ILS/xul/staff_client/chrome/content/admin/survey.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey.js rename to Open-ILS/xul/staff_client/chrome/content/admin/survey.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey_overlay.xul rename to Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey_wizard.xul b/Open-ILS/xul/staff_client/chrome/content/admin/survey_wizard.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/admin/survey_wizard.xul rename to Open-ILS/xul/staff_client/chrome/content/admin/survey_wizard.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/auth/controller.js b/Open-ILS/xul/staff_client/chrome/content/auth/controller.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/auth/controller.js rename to Open-ILS/xul/staff_client/chrome/content/auth/controller.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/auth/session.js b/Open-ILS/xul/staff_client/chrome/content/auth/session.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/auth/session.js rename to Open-ILS/xul/staff_client/chrome/content/auth/session.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/cat/details.xul b/Open-ILS/xul/staff_client/chrome/content/cat/details.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/cat/details.xul rename to Open-ILS/xul/staff_client/chrome/content/cat/details.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/cat/opac.xul b/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/cat/opac.xul rename to Open-ILS/xul/staff_client/chrome/content/cat/opac.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/_browse.xul b/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/_browse.xul rename to Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/_marc.xul b/Open-ILS/xul/staff_client/chrome/content/legacy/_marc.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/legacy/_marc.xul rename to Open-ILS/xul/staff_client/chrome/content/legacy/_marc.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/JSAN.js b/Open-ILS/xul/staff_client/chrome/content/main/JSAN.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/JSAN.js rename to Open-ILS/xul/staff_client/chrome/content/main/JSAN.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/bindings.xml b/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/bindings.xml rename to Open-ILS/xul/staff_client/chrome/content/main/bindings.xml diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/constants.js rename to Open-ILS/xul/staff_client/chrome/content/main/constants.js diff --git a/Open-ILS/xul/staff_client/chrome/content/main/lang.js b/Open-ILS/xul/staff_client/chrome/content/main/lang.js new file mode 100644 index 0000000000..1ce7d0cdf4 --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/content/main/lang.js @@ -0,0 +1,936 @@ +var entities = {};entities['lang.version'] = "remote v1"; +entities['lang.description'] = "English"; +entities['lang.author'] = "PINES"; +entities['common.title'] = "Title"; +entities['common.author'] = "Author"; +entities['common.subject'] = "Subject"; +entities['common.series'] = "Series"; +entities['common.keyword'] = "Keyword"; +entities['common.type'] = "Type"; +entities['common.isbn'] = "ISBN"; +entities['common.format'] = "Format"; +entities['common.login'] = "Login"; +entities['common.logout'] = "Log Out"; +entities['common.at'] = "at"; +entities['common.of'] = "of"; +entities['common.cancel'] = "Cancel"; +entities['common.library'] = "Library"; +entities['common.username'] = "Username"; +entities['common.password'] = "Password"; +entities['common.submit'] = "Submit"; +entities['common.user_not_found'] = "User not found"; +entities['ilsevent.1000'] = "Login failed. The username or password entered was incorrect."; +entities['ilsevent.1001'] = "Login session has timed out or does not exist"; +entities['ilsevent.1002'] = "User was not found in the database"; +entities['ilsevent.5000'] = "Permission Denied"; +entities['ilsperm.CREATE_HOLD'] = "User is not allowed to create holds for other users at this location"; +entities['staff.about.title'] = "About"; +entities['staff.acp_label_barcode'] = "Barcode"; +entities['staff.acp_label_call_number'] = "Call Number"; +entities['staff.acp_label_circ_as_type'] = "Circ As Type"; +entities['staff.acp_label_circ_lib'] = "Circ Lib"; +entities['staff.acp_label_circ_modifier'] = "Circ Modifier"; +entities['staff.acp_label_copy_number'] = "Copy Number"; +entities['staff.acp_label_deposit'] = "Deposit"; +entities['staff.acp_label_deposit_amount'] = "Deposit Amount"; +entities['staff.acp_label_fine_level'] = "Fine Level"; +entities['staff.acp_label_id'] = "Copy ID"; +entities['staff.acp_label_loan_duration'] = "Loan Duration"; +entities['staff.acp_label_location'] = "Location"; +entities['staff.acp_label_price'] = "Price"; +entities['staff.acp_label_status'] = "Status"; +entities['staff.ahr_capture_time_label'] = "Capture Time"; +entities['staff.ahr_current_copy_label'] = "Current Copy"; +entities['staff.ahr_email_notify_label'] = "Email Notify"; +entities['staff.ahr_expire_time_label'] = "Expire Time"; +entities['staff.ahr_fulfillment_time_label'] = "Fulfillment Time"; +entities['staff.ahr_hold_type_label'] = "Type"; +entities['staff.ahr_holdable_formats_label'] = "Holdable Formats"; +entities['staff.ahr_id_label'] = "Hold Id"; +entities['staff.ahr_ischanged_label'] = "Ischanged"; +entities['staff.ahr_isdeleted_label'] = "Isdeleted"; +entities['staff.ahr_isnew_label'] = "Isnew"; +entities['staff.ahr_phone_notify_label'] = "Phone Notify"; +entities['staff.ahr_pickup_lib_label'] = "Pickup Lib"; +entities['staff.ahr_prev_check_time_label'] = "Prev Check Time"; +entities['staff.ahr_request_time_label'] = "Request Time"; +entities['staff.ahr_requestor_label'] = "Requestor"; +entities['staff.ahr_selection_depth_label'] = "Selection Depth"; +entities['staff.ahr_status_label'] = "Status"; +entities['staff.ahr_target_label'] = "Target"; +entities['staff.ahr_usr_label'] = "Usr"; +entities['staff.au_active_label'] = "Active"; +entities['staff.au_addresses_label'] = "Addresses"; +entities['staff.au_alert_message_label'] = "Alert Message"; +entities['staff.au_billing_address_label'] = "Billing Address"; +entities['staff.au_card_label'] = "Card"; +entities['staff.au_cards_label'] = "Cards"; +entities['staff.au_checkouts_label'] = "Checkouts"; +entities['staff.au_claims_returned_count_label'] = "Claims Returned Count"; +entities['staff.au_create_date_label'] = "Create Date"; +entities['staff.au_credit_forward_balance_label'] = "Credit Forward Balance"; +entities['staff.au_day_phone_label'] = "Day Phone"; +entities['staff.au_dob_label'] = "Dob"; +entities['staff.au_email_label'] = "Email"; +entities['staff.au_evening_phone_label'] = "Evening Phone"; +entities['staff.au_expire_date_label'] = "Expire Date"; +entities['staff.au_family_name_label'] = "Family Name"; +entities['staff.au_first_given_name_label'] = "First Given Name"; +entities['staff.au_hold_requests_label'] = "Hold Requests"; +entities['staff.au_home_ou_label'] = "Home Ou"; +entities['staff.au_id_label'] = "User Id"; +entities['staff.au_ident_type2_label'] = "Ident Type2"; +entities['staff.au_ident_type_label'] = "Ident Type"; +entities['staff.au_ident_value2_label'] = "Ident Value2"; +entities['staff.au_ident_value_label'] = "Ident Value"; +entities['staff.au_ischanged_label'] = "Ischanged"; +entities['staff.au_isdeleted_label'] = "Isdeleted"; +entities['staff.au_isnew_label'] = "Isnew"; +entities['staff.au_label_active'] = "Active"; +entities['staff.au_label_family_name'] = "Family Name"; +entities['staff.au_label_first_given_name'] = "First Name"; +entities['staff.au_label_id'] = "Record ID"; +entities['staff.au_label_prefix'] = "Prefix"; +entities['staff.au_label_second_given_name'] = "Middle Name"; +entities['staff.au_label_suffix'] = "Suffix"; +entities['staff.au_last_xact_id_label'] = "Last Xact Id"; +entities['staff.au_mailing_address_label'] = "Mailing Address"; +entities['staff.au_master_account_label'] = "Master Account"; +entities['staff.au_net_access_level_label'] = "Net Access Level"; +entities['staff.au_other_phone_label'] = "Other Phone"; +entities['staff.au_passwd_label'] = "Passwd"; +entities['staff.au_password_label'] = "Password"; +entities['staff.au_photo_url_label'] = "Photo Url"; +entities['staff.au_prefix_label'] = "Prefix"; +entities['staff.au_profile_label'] = "Profile"; +entities['staff.au_second_given_name_label'] = "Second Given Name"; +entities['staff.au_settings_label'] = "Settings"; +entities['staff.au_standing_label'] = "Standing"; +entities['staff.au_stat_cat_entries_label'] = "Stat Cat Entries"; +entities['staff.au_suffix_label'] = "Suffix"; +entities['staff.au_super_user_label'] = "Super User"; +entities['staff.au_survey_responses_label'] = "Survey Responses"; +entities['staff.au_usrgroup_label'] = "Usrgroup"; +entities['staff.au_usrname_label'] = "Usrname"; +entities['staff.auth.login_header'] = "Login"; +entities['staff.auth.logoff_prompt'] = "Log Off"; +entities['staff.auth.logoff_prompt.key'] = "L"; +entities['staff.auth.name_prompt'] = "Name:"; +entities['staff.auth.name_prompt.key'] = "N"; +entities['staff.auth.password_prompt'] = "Password:"; +entities['staff.auth.password_prompt.key'] = "P"; +entities['staff.auth.quit_prompt'] = "Exit Evergreen"; +entities['staff.auth.quit_prompt.key'] = "x"; +entities['staff.auth.submit_prompt'] = "Submit"; +entities['staff.auth.submit_prompt.key'] = "S"; +entities['staff.auth.title'] = "Evergreen Staff Client 3"; +entities['staff.auth.version'] = "Evergreen 0.1.0 20051202"; +entities['staff.bills_current_payment_label'] = "Current Payment"; +entities['staff.bills_information'] = "Information"; +entities['staff.bills_interface_label'] = "BILLS"; +entities['staff.bills_money_label'] = "Money"; +entities['staff.bills_total_owed_label'] = "Total Owed"; +entities['staff.bills_wizard_label'] = "Bill Patron"; +entities['staff.bills_xact_dates_label'] = "Record / Dates"; +entities['staff.browse_list.barcode'] = "Barcode"; +entities['staff.browse_list.callnumber'] = "Call Number"; +entities['staff.browse_list.circ_as_type'] = "Circulate As"; +entities['staff.browse_list.circ_lib'] = "Circulating Lib"; +entities['staff.browse_list.circ_modifier'] = "Circ Modifier"; +entities['staff.browse_list.circulate'] = "Circulate"; +entities['staff.browse_list.copy_number'] = "Copy Number"; +entities['staff.browse_list.create_date'] = "Creation Date"; +entities['staff.browse_list.creator'] = "Creator"; +entities['staff.browse_list.deposit'] = "Deposit"; +entities['staff.browse_list.deposit_amount'] = "Deposit Amount"; +entities['staff.browse_list.edit_date'] = "Edit Date"; +entities['staff.browse_list.editor'] = "Editor"; +entities['staff.browse_list.fine_level'] = "Fine Level"; +entities['staff.browse_list.library'] = "Owning Lib"; +entities['staff.browse_list.loan_duration'] = "Loan Duration"; +entities['staff.browse_list.location'] = "Location/Barcode"; +entities['staff.browse_list.location2'] = "Location"; +entities['staff.browse_list.opac_visible'] = "OPAC"; +entities['staff.browse_list.price'] = "Price"; +entities['staff.browse_list.ref'] = "Reference"; +entities['staff.browse_list.shelving_loc'] = "Shelving Location"; +entities['staff.browse_list.status'] = "Status"; +entities['staff.browse_list.win_title'] = "Cataloging"; +entities['staff.cat.fixed.BKS'] = "BKS"; +entities['staff.cat.fixed.BKS.key'] = "B"; +entities['staff.cat.fixed.COM'] = "COM"; +entities['staff.cat.fixed.COM.key'] = "O"; +entities['staff.cat.fixed.MAP'] = "MAP"; +entities['staff.cat.fixed.MAP.key'] = "P"; +entities['staff.cat.fixed.MIX'] = "MIX"; +entities['staff.cat.fixed.MIX.key'] = "M"; +entities['staff.cat.fixed.REC'] = "REC"; +entities['staff.cat.fixed.REC.key'] = "R"; +entities['staff.cat.fixed.SCO'] = "SCO"; +entities['staff.cat.fixed.SCO.key'] = "C"; +entities['staff.cat.fixed.SER'] = "SER"; +entities['staff.cat.fixed.SER.key'] = "S"; +entities['staff.cat.fixed.VIS'] = "VIS"; +entities['staff.cat.fixed.VIS.key'] = "V"; +entities['staff.cat.popup.add_to_bucket'] = "Add to Bucket"; +entities['staff.cat.popup.add_to_bucket.key'] = ""; +entities['staff.cat.popup.browse.record.tab.key'] = ""; +entities['staff.cat.popup.browse.record.window.key'] = ""; +entities['staff.cat.popup.browse_record.tab'] = "View Copies (Tab)"; +entities['staff.cat.popup.browse_record.window'] = "View Copies (Window)"; +entities['staff.cat.popup.edit.record.tab.key'] = ""; +entities['staff.cat.popup.edit.record.window.key'] = ""; +entities['staff.cat.popup.edit_record.tab'] = "Edit Record (Tab)"; +entities['staff.cat.popup.edit_record.window'] = "Edit Record (Window)"; +entities['staff.cat.search_advanced'] = "Advanced"; +entities['staff.cat.search_advanced.key'] = "V"; +entities['staff.cat.search_all'] = "Keyword"; +entities['staff.cat.search_author'] = "Author"; +entities['staff.cat.search_barcode'] = "Item Barcode"; +entities['staff.cat.search_callnumber'] = "Call Number"; +entities['staff.cat.search_count_copy'] = "Location"; +entities['staff.cat.search_count_copy.key'] = "L"; +entities['staff.cat.search_count_copy_show'] = "Show Only These Records"; +entities['staff.cat.search_criteria'] = "Search Criteria"; +entities['staff.cat.search_format'] = "Format"; +entities['staff.cat.search_format.key'] = "F"; +entities['staff.cat.search_id'] = "System ID"; +entities['staff.cat.search_isbn'] = "ISBN/ISSN"; +entities['staff.cat.search_location'] = "Location"; +entities['staff.cat.search_location.key'] = "L"; +entities['staff.cat.search_order'] = "Order"; +entities['staff.cat.search_order.key'] = "O"; +entities['staff.cat.search_pubyear'] = "Pub Year"; +entities['staff.cat.search_subject'] = "Subject"; +entities['staff.cat.search_submit'] = "Search"; +entities['staff.cat.search_submit.key'] = "S"; +entities['staff.cat.search_tcn'] = "TCN"; +entities['staff.cat.search_term'] = "Terms"; +entities['staff.cat.search_term.key'] = "e"; +entities['staff.cat.search_title'] = "Title"; +entities['staff.cat.search_type'] = "Type"; +entities['staff.cat.search_type.key'] = "T"; +entities['staff.cat.test'] = "Test"; +entities['staff.cat.test.key'] = "E"; +entities['staff.cat.title'] = "TCN goes here"; +entities['staff.cat.type_of_material'] = "All"; +entities['staff.cat.type_of_material.a'] = "Language Material"; +entities['staff.cat.type_of_material.c'] = "Notated Music"; +entities['staff.cat.type_of_material.d'] = "Manuscript Notated Music"; +entities['staff.cat.type_of_material.e'] = "Cartographic Material"; +entities['staff.cat.type_of_material.f'] = "Manuscript Cartographic Material"; +entities['staff.cat.type_of_material.g'] = "Projected Medium"; +entities['staff.cat.type_of_material.i'] = "Nonmusical Sound Recording"; +entities['staff.cat.type_of_material.j'] = "Musical Sound Recording"; +entities['staff.cat.type_of_material.k'] = "Two-dimensional Nonprojectable Graphic"; +entities['staff.cat.type_of_material.m'] = "Computer File"; +entities['staff.cat.type_of_material.o'] = "Kit"; +entities['staff.cat.type_of_material.p'] = "Mixed Material"; +entities['staff.cat.type_of_material.r'] = "Three-dimensional Artifact or Naturally Occuring Object"; +entities['staff.cat.type_of_material.t'] = "Manuscript Language Material"; +entities['staff.checkin.auto_print_label'] = 'Auto-Print'; +entities['staff.checkin.auto_print_label.accesskey'] = 'A'; +entities['staff.checkin.done_label'] = 'Done'; +entities['staff.checkin.done_label.accesskey'] = 'D'; +entities['staff.checkin.print_receipt_label'] = 'Print List'; +entities['staff.checkin.print_receipt_label.accesskey'] = ''; +entities['staff.checkin.reprint_receipt_label'] = 'Re-Print Last List'; +entities['staff.checkin.reprint_receipt_label.accesskey'] = 'L'; +entities['staff.checkin_interface_label'] = "CHECK IN"; +entities['staff.checkin_label_route_to'] = "Route To"; +entities['staff.checkin_label_status'] = "Status"; +entities['staff.checkin_label_text'] = "Message"; +entities['staff.checkin_patron.name.label'] = 'Patron Name'; +entities['staff.checkin_patron.retrieve'] = 'Retrieve Patron'; +entities['staff.checkin_patron.retrieve.accesskey'] = 'R'; +entities['staff.checkout_interface_label'] = "CHECK OUT"; +entities['staff.circ.checkin.caption'] = 'Check In'; +entities['staff.circ.checkin.scan_label'] = 'Enter Barcode:'; +entities['staff.circ.checkin.scan_label.accesskey'] = 'a'; +entities['staff.circ.checkin.submit_label'] = 'Submit'; +entities['staff.circ.checkin.submit_label.accesskey'] = 'S'; +entities['staff.circ.context_cancel_hold'] = "Cancel Hold"; +entities['staff.circ.context_checkin'] = "Check In"; +entities['staff.circ.context_edit'] = "Edit Copy"; +entities['staff.circ.context_lost'] = "Mark as Lost"; +entities['staff.circ.context_missing'] = "Mark as Missing"; +entities['staff.circ.context_opac'] = "Show Title in OPAC"; +entities['staff.circ.context_renew'] = "Renew"; +entities['staff.circ.hold_capture.caption'] = 'Capture Hold'; +entities['staff.circ.hold_capture.scan_label'] = 'Enter Barcode:'; +entities['staff.circ.hold_capture.scan_label.accesskey'] = 'a'; +entities['staff.circ.hold_capture.submit_label'] = 'Submit'; +entities['staff.circ.hold_capture.submit_label.accesskey'] = 'S'; +entities['staff.circ_label_due_date'] = "Due Date"; +entities['staff.circ_label_id'] = "Circ Id"; +entities['staff.circ_label_renewal_remaining'] = "Remaining Renewals"; +entities['staff.circ_label_xact_finish'] = "Checkin Date"; +entities['staff.circ_label_xact_start'] = "Checkout Date"; +entities['staff.copies_editor_interface_label'] = "COPIES EDIT"; +entities['staff.copy.attr.barcode'] = "Barcode"; +entities['staff.copy.attr.circulate'] = "Circulate?"; +entities['staff.copy.attr.circulate.no'] = "No"; +entities['staff.copy.attr.circulate.yes'] = "Yes"; +entities['staff.copy.attr.circulating_lib'] = "Circulating Library"; +entities['staff.copy.attr.copy_available'] = "Copy Status: Available?"; +entities['staff.copy.attr.copy_status'] = "Copy Status"; +entities['staff.copy.attr.deposit'] = "Deposit?"; +entities['staff.copy.attr.deposit.no'] = "No"; +entities['staff.copy.attr.deposit.yes'] = "Yes"; +entities['staff.copy.attr.deposit_amount'] = "Amount"; +entities['staff.copy.attr.deposit_notes'] = "Deposit Notes"; +entities['staff.copy.attr.fine_level'] = "Fine Level"; +entities['staff.copy.attr.fine_level.high'] = "High"; +entities['staff.copy.attr.fine_level.low'] = "Low"; +entities['staff.copy.attr.fine_level.normal'] = "Normal"; +entities['staff.copy.attr.holds_protection'] = "Holds Protection"; +entities['staff.copy.attr.holds_protection.example1'] = "3 months (facility)"; +entities['staff.copy.attr.holds_protection.example2'] = "6 months (region)"; +entities['staff.copy.attr.holds_protection.example3'] = "No hold protection"; +entities['staff.copy.attr.holds_protection.example4'] = "Not holdable"; +entities['staff.copy.attr.home_lib'] = "Home Library"; +entities['staff.copy.attr.loan_duration'] = "Loan Duration"; +entities['staff.copy.attr.loan_duration.long'] = "Long"; +entities['staff.copy.attr.loan_duration.normal'] = "Normal"; +entities['staff.copy.attr.loan_duration.short'] = "Short"; +entities['staff.copy.attr.notes'] = "Copy Notes"; +entities['staff.copy.attr.notes_viewable'] = "Copy Notes Patron Viewable?"; +entities['staff.copy.attr.notes_viewable.example1'] = "Yes"; +entities['staff.copy.attr.notes_viewable.example2'] = "No"; +entities['staff.copy.attr.opac_visible'] = "OPAC Visible?"; +entities['staff.copy.attr.opac_visible.no'] = "No"; +entities['staff.copy.attr.opac_visible.yes'] = "Yes"; +entities['staff.copy.attr.price'] = "Price"; +entities['staff.copy.attr.reference_material'] = "Reference Material?"; +entities['staff.copy.attr.reference_material.no'] = "No"; +entities['staff.copy.attr.reference_material.yes'] = "Yes"; +entities['staff.copy.attr.shelving_location'] = "Shelving Location"; +entities['staff.copy.attr.shelving_location.example1'] = "Stacks"; +entities['staff.copy.attr.shelving_location.example10'] = "Paperback"; +entities['staff.copy.attr.shelving_location.example2'] = "Audio-Visual"; +entities['staff.copy.attr.shelving_location.example3'] = "Children's Room"; +entities['staff.copy.attr.shelving_location.example4'] = "Garden Room"; +entities['staff.copy.attr.shelving_location.example5'] = "Reference"; +entities['staff.copy.attr.shelving_location.example6'] = "Ready Reference"; +entities['staff.copy.attr.shelving_location.example7'] = "Behind Circulation Desk"; +entities['staff.copy.attr.shelving_location.example8'] = "Display"; +entities['staff.copy.attr.shelving_location.example9'] = "Health"; +entities['staff.copy.attr.stat.audience'] = "Audience"; +entities['staff.copy.attr.stat.audience.example1'] = "Adult"; +entities['staff.copy.attr.stat.audience.example2'] = "Juvenile"; +entities['staff.copy.attr.stat.audience.example3'] = "Preschool"; +entities['staff.copy.attr.stat.audience.example4'] = "Primary"; +entities['staff.copy.attr.stat.audience.example5'] = "Pre-adolescent"; +entities['staff.copy.attr.stat.audience.example6'] = "Young adult"; +entities['staff.copy.attr.stat.audience.example7'] = "General"; +entities['staff.copy.attr.stat.genre'] = "Genre"; +entities['staff.copy.attr.stat.genre.example1'] = "Adventure"; +entities['staff.copy.attr.stat.genre.example10'] = "Spy"; +entities['staff.copy.attr.stat.genre.example11'] = "Thriller"; +entities['staff.copy.attr.stat.genre.example12'] = "War"; +entities['staff.copy.attr.stat.genre.example13'] = "Western"; +entities['staff.copy.attr.stat.genre.example14'] = "Religious fiction"; +entities['staff.copy.attr.stat.genre.example15'] = "Shortstory"; +entities['staff.copy.attr.stat.genre.example16'] = "Biography"; +entities['staff.copy.attr.stat.genre.example17'] = "Holiday"; +entities['staff.copy.attr.stat.genre.example18'] = "Nonfiction"; +entities['staff.copy.attr.stat.genre.example2'] = "Fantasy"; +entities['staff.copy.attr.stat.genre.example3'] = "Historical"; +entities['staff.copy.attr.stat.genre.example4'] = "Holiday"; +entities['staff.copy.attr.stat.genre.example5'] = "Horror"; +entities['staff.copy.attr.stat.genre.example6'] = "Humor"; +entities['staff.copy.attr.stat.genre.example7'] = "Mystery"; +entities['staff.copy.attr.stat.genre.example8'] = "Romance"; +entities['staff.copy.attr.stat.genre.example9'] = "Sci-fi"; +entities['staff.copy.bucket'] = "Add to Bucket"; +entities['staff.copy.bucket.key'] = "B"; +entities['staff.copy.clone'] = "Clone Copy"; +entities['staff.copy.clone.key'] = ""; +entities['staff.copy.close'] = "Close Window"; +entities['staff.copy.close.key'] = "C"; +entities['staff.copy.default.attr'] = "Default Attributes"; +entities['staff.copy.default.attr.value'] = "Value"; +entities['staff.copy.delete'] = "Delete Copy"; +entities['staff.copy.delete.key'] = ""; +entities['staff.copy.edit_categories'] = "Edit Categories"; +entities['staff.copy.edit_entries'] = "Edit Entries"; +entities['staff.copy.local.attr'] = "Local Attributes"; +entities['staff.copy.local.attr.value'] = "Value"; +entities['staff.copy.notes'] = "Note"; +entities['staff.copy.notes.add'] = "Add Note"; +entities['staff.copy.notes.add.key'] = "A"; +entities['staff.copy.notes.date'] = "Date"; +entities['staff.copy.notes.delete'] = "Delete Note"; +entities['staff.copy.notes.delete.key'] = "D"; +entities['staff.copy.notes.from'] = "From"; +entities['staff.copy.notes.opac'] = "OPAC"; +entities['staff.copy.pines.attr'] = "PINES Attributes"; +entities['staff.copy.pines.attr.value'] = "Value"; +entities['staff.copy.reload'] = "Reload Copy"; +entities['staff.copy.reload.key'] = "R"; +entities['staff.copy.save'] = "Save Copy"; +entities['staff.copy.save.key'] = "S"; +entities['staff.copy.title'] = "Barcode goes here"; +entities['staff.copy.transfer'] = "Transfer Copy"; +entities['staff.copy.transfer.key'] = ""; +entities['staff.copy.wizard.title'] = "Batch Add Copies Wizard"; +entities['staff.copy_browser_interface_label'] = "COPIES"; +entities['staff.copy_stat_cat_editor_interface_label'] = "COPY STAT-CATS"; +entities['staff.display_patron_interface_label'] = "DISPLAY PATRON"; +entities['staff.displaying.hits_per_page'] = 'Results per page'; +entities['staff.displaying.of'] = 'of'; +entities['staff.displaying.results'] = 'Displaying results'; +entities['staff.fieldmapper_label'] = "FIELDMAPPER"; +entities['staff.filter_console_label'] = "FCONSOLE"; +entities['staff.hold_capture.auto_print_label'] = 'Auto-Print'; +entities['staff.hold_capture.auto_print_label.accesskey'] = 'A'; +entities['staff.hold_capture.done_label'] = 'Done'; +entities['staff.hold_capture.done_label.accesskey'] = 'D'; +entities['staff.hold_capture.print_receipt_label'] = 'Print List'; +entities['staff.hold_capture.print_receipt_label.accesskey'] = ''; +entities['staff.hold_capture.reprint_receipt_label'] = 'Re-Print Last List'; +entities['staff.hold_capture.reprint_receipt_label.accesskey'] = 'L'; +entities['staff.hold_capture_interface_label'] = "HOLD CAPTURE"; +entities['staff.hold_capture_patron.name.label'] = 'Patron Name'; +entities['staff.hold_capture_patron.retrieve'] = 'Retrieve Patron'; +entities['staff.hold_capture_patron.retrieve.accesskey'] = 'R'; +entities['staff.holds_status_available'] = "Available"; +entities['staff.holds_status_in_transit'] = "In Transit"; +entities['staff.holds_status_waiting_for_capture'] = "Copy found, waiting for capture"; +entities['staff.holds_status_waiting_for_copy'] = "Waiting for available copy"; +entities['staff.items_out_interface_label'] = "ITEMS OUT"; +entities['staff.javascript_console_label'] = "CONSOLE"; +entities['staff.javascript_shell_label'] = "JS SHELL"; +entities['staff.main.menu.acquisitions.key'] = "q"; +entities['staff.main.menu.acquisitions.label'] = "Acquisitions"; +entities['staff.main.menu.admin.key'] = "i"; +entities['staff.main.menu.admin.label'] = "Admin"; +entities['staff.main.menu.cat.add_bib.key'] = "B"; +entities['staff.main.menu.cat.add_bib.label'] = "Add Bib Record"; +entities['staff.main.menu.cat.add_copy.key'] = "I"; +entities['staff.main.menu.cat.add_copy.label'] = "Add Item"; +entities['staff.main.menu.cat.add_volume.key'] = "V"; +entities['staff.main.menu.cat.add_volume.label'] = "Add Volume"; +entities['staff.main.menu.cat.bib_search.key'] = "S"; +entities['staff.main.menu.cat.bib_search.label'] = "Search Catalog"; +entities['staff.main.menu.cat.bib_status.key'] = "B"; +entities['staff.main.menu.cat.bib_status.label'] = "Display Bib Record"; +entities['staff.main.menu.cat.copy_status.key'] = "I"; +entities['staff.main.menu.cat.copy_status.label'] = "Display Item"; +entities['staff.main.menu.cat.dedup.key'] = "M"; +entities['staff.main.menu.cat.dedup.label'] = "Merge/Transfer Interface"; +entities['staff.main.menu.cat.key'] = "a"; +entities['staff.main.menu.cat.label'] = "Cataloging"; +entities['staff.main.menu.cat.volume_status.key'] = "V"; +entities['staff.main.menu.cat.volume_status.label'] = "Display Volume"; +entities['staff.main.menu.circ.checkin.key'] = "C"; +entities['staff.main.menu.circ.checkin.label'] = "Check In"; +entities['staff.main.menu.circ.checkout.key'] = "O"; +entities['staff.main.menu.circ.checkout.label'] = "Check Out"; +entities['staff.main.menu.circ.claimed_returned.key'] = "C"; +entities['staff.main.menu.circ.claimed_returned.label'] = 'Mark as "Claimed Returned"'; +entities['staff.main.menu.circ.copy_status.key'] = "I"; +entities['staff.main.menu.circ.copy_status.label'] = "Display Item"; +entities['staff.main.menu.circ.found.key'] = "F"; +entities['staff.main.menu.circ.found.label'] = "Mark Found"; +entities['staff.main.menu.circ.hold_capture.key'] = "H"; +entities['staff.main.menu.circ.hold_capture.label'] = "Capture Holds"; +entities['staff.main.menu.circ.key'] = "C"; +entities['staff.main.menu.circ.label'] = "Circulation"; +entities['staff.main.menu.circ.lost.key'] = "L"; +entities['staff.main.menu.circ.lost.label'] = "Mark Lost"; +entities['staff.main.menu.circ.mark_used.key'] = "U"; +entities['staff.main.menu.circ.mark_used.label'] = "Mark Used"; +entities['staff.main.menu.circ.missing.key'] = "M"; +entities['staff.main.menu.circ.missing.label'] = "Mark Missing"; +entities['staff.main.menu.circ.patron_registration.key'] = "R"; +entities['staff.main.menu.circ.patron_registration.label'] = "Register Patron"; +entities['staff.main.menu.circ.patron_status.key'] = "P"; +entities['staff.main.menu.circ.patron_status.label'] = "Display Patron"; +entities['staff.main.menu.circ.place_hold.key'] = "H"; +entities['staff.main.menu.circ.place_hold.label'] = "Place Hold"; +entities['staff.main.menu.circ.quick_add.key'] = "Q"; +entities['staff.main.menu.circ.quick_add.label'] = "Quick Add"; +entities['staff.main.menu.circ.renew.key'] = "n"; +entities['staff.main.menu.circ.renew.label'] = "Renew"; +entities['staff.main.menu.circ.special.key'] = "S"; +entities['staff.main.menu.circ.special.label'] = "Special Circulation"; +entities['staff.main.menu.edit.buckets.key'] = "B"; +entities['staff.main.menu.edit.buckets.label'] = "Manage Buckets"; +entities['staff.main.menu.edit.copy.key'] = "C"; +entities['staff.main.menu.edit.copy.label'] = "Copy"; +entities['staff.main.menu.edit.cut.key'] = "t"; +entities['staff.main.menu.edit.cut.label'] = "Cut"; +entities['staff.main.menu.edit.delete.key'] = "D"; +entities['staff.main.menu.edit.delete.label'] = "Delete"; +entities['staff.main.menu.edit.find.key'] = "F"; +entities['staff.main.menu.edit.find.label'] = "Find"; +entities['staff.main.menu.edit.find_again.key'] = "g"; +entities['staff.main.menu.edit.find_again.label'] = "Find Again"; +entities['staff.main.menu.edit.key'] = "E"; +entities['staff.main.menu.edit.label'] = "Edit"; +entities['staff.main.menu.edit.paste.key'] = "P"; +entities['staff.main.menu.edit.paste.label'] = "Paste"; +entities['staff.main.menu.edit.redo.key'] = "R"; +entities['staff.main.menu.edit.redo.label'] = "Redo"; +entities['staff.main.menu.edit.select_all.key'] = "A"; +entities['staff.main.menu.edit.select_all.label'] = "Select All"; +entities['staff.main.menu.edit.undo.key'] = "U"; +entities['staff.main.menu.edit.undo.label'] = "Undo"; +entities['staff.main.menu.entity.bib.key'] = ""; +entities['staff.main.menu.entity.bib.label'] = "Bib Records"; +entities['staff.main.menu.entity.copy.key'] = ""; +entities['staff.main.menu.entity.copy.label'] = "Items"; +entities['staff.main.menu.entity.patron.key'] = ""; +entities['staff.main.menu.entity.patron.label'] = "Patrons"; +entities['staff.main.menu.entity.patron.register.key'] = "R"; +entities['staff.main.menu.entity.volume.key'] = ""; +entities['staff.main.menu.entity.volume.label'] = "Volumes"; +entities['staff.main.menu.file.close.key'] = "C"; +entities['staff.main.menu.file.close.label'] = "Close Window"; +entities['staff.main.menu.file.close_tab.key'] = ""; +entities['staff.main.menu.file.close_tab.label'] = "Close Tab"; +entities['staff.main.menu.file.key'] = "F"; +entities['staff.main.menu.file.label'] = "File"; +entities['staff.main.menu.file.new.key'] = "N"; +entities['staff.main.menu.file.new.label'] = "New Window"; +entities['staff.main.menu.file.new_tab.key'] = "T"; +entities['staff.main.menu.file.new_tab.label'] = "New Tab"; +entities['staff.main.menu.file.open.key'] = "O"; +entities['staff.main.menu.file.open.label'] = "Open Session"; +entities['staff.main.menu.file.save.key'] = "S"; +entities['staff.main.menu.file.save.label'] = "Save Session"; +entities['staff.main.menu.help.key'] = "H"; +entities['staff.main.menu.help.label'] = "Help"; +entities['staff.main.menu.reports.key'] = ""; +entities['staff.main.menu.reports.label'] = "Reports"; +entities['staff.main.menu.search.key'] = "r"; +entities['staff.main.menu.search.label'] = "Search"; +entities['staff.main.menu.serials.key'] = "l"; +entities['staff.main.menu.serials.label'] = "Serials"; +entities['staff.main.menu.title'] = "Evergreen Staff Client"; +entities['staff.marc.008.BKS.MAP.indx.desc'] = "Index"; +entities['staff.marc.008.BKS.MAP.indx.field'] = "008"; +entities['staff.marc.008.BKS.MAP.indx.field_end_pos'] = "31"; +entities['staff.marc.008.BKS.MAP.indx.field_size'] = "1"; +entities['staff.marc.008.BKS.MAP.indx.field_start_pos'] = "31"; +entities['staff.marc.008.BKS.MAP.indx.help'] = "http://www.oclc.org/bibformats/en/fixedfield/indx.shtm"; +entities['staff.marc.008.BKS.MAP.indx.short'] = "Indx"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.desc'] = "Form of Item"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.field'] = "008"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.field_end_pos'] = "23"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.field_size'] = "1"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.field_start_pos'] = "23"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.help'] = "http://www.oclc.org/bibformats/en/fixedfield/form.shtm"; +entities['staff.marc.008.BKS.SER.MIX.SCO.REC.form.short'] = "Form"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.desc'] = "Government Publication"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.field'] = "008"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.field_end_pos'] = "28"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.field_size'] = "1"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.field_start_pos'] = "28"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.help'] = "http://www.oclc.org/bibformats/en/fixedfield/gpub.shtm"; +entities['staff.marc.008.BKS.SER.VIS.MAP.COM.gpub.short'] = "GPub"; +entities['staff.marc.008.BKS.SER.conf.desc'] = "Conference Publication"; +entities['staff.marc.008.BKS.SER.conf.field'] = "008"; +entities['staff.marc.008.BKS.SER.conf.field_end_pos'] = "29"; +entities['staff.marc.008.BKS.SER.conf.field_size'] = "1"; +entities['staff.marc.008.BKS.SER.conf.field_start_pos'] = "29"; +entities['staff.marc.008.BKS.SER.conf.help'] = "http://www.oclc.org/bibformats/en/fixedfield/conf.shtm"; +entities['staff.marc.008.BKS.SER.conf.short'] = "Conf"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.desc'] = "Target Audience"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.field'] = "008"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.field_end_pos'] = "22"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.field_size'] = "1"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.field_start_pos'] = "22"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.help'] = "http://www.oclc.org/bibformats/en/fixedfield/audn.shtm"; +entities['staff.marc.008.BKS.VIS.SCO.REC.COM.audn.short'] = "Audn"; +entities['staff.marc.008.BKS.biog.desc'] = "Biography"; +entities['staff.marc.008.BKS.biog.field'] = "008"; +entities['staff.marc.008.BKS.biog.field_end_pos'] = "34"; +entities['staff.marc.008.BKS.biog.field_size'] = "1"; +entities['staff.marc.008.BKS.biog.field_start_pos'] = "34"; +entities['staff.marc.008.BKS.biog.help'] = "http://www.oclc.org/bibformats/en/fixedfield/biog.shtm"; +entities['staff.marc.008.BKS.biog.short'] = "Biog"; +entities['staff.marc.008.BKS.cont.desc'] = "Nature of Contents"; +entities['staff.marc.008.BKS.cont.field'] = "008"; +entities['staff.marc.008.BKS.cont.field_end_pos'] = "27"; +entities['staff.marc.008.BKS.cont.field_size'] = "4"; +entities['staff.marc.008.BKS.cont.field_start_pos'] = "24"; +entities['staff.marc.008.BKS.cont.help'] = "http://www.oclc.org/bibformats/en/fixedfield/cont.shtm"; +entities['staff.marc.008.BKS.cont.short'] = "Cont"; +entities['staff.marc.008.BKS.fest.desc'] = "Festschrift"; +entities['staff.marc.008.BKS.fest.field'] = "008"; +entities['staff.marc.008.BKS.fest.field_end_pos'] = "30"; +entities['staff.marc.008.BKS.fest.field_size'] = "1"; +entities['staff.marc.008.BKS.fest.field_start_pos'] = "30"; +entities['staff.marc.008.BKS.fest.help'] = "http://www.oclc.org/bibformats/en/fixedfield/fest.shtm"; +entities['staff.marc.008.BKS.fest.short'] = "Fest"; +entities['staff.marc.008.BKS.ills.desc'] = "Illustrations"; +entities['staff.marc.008.BKS.ills.field'] = "008"; +entities['staff.marc.008.BKS.ills.field_end_pos'] = "21"; +entities['staff.marc.008.BKS.ills.field_size'] = "4"; +entities['staff.marc.008.BKS.ills.field_start_pos'] = "18"; +entities['staff.marc.008.BKS.ills.help'] = "http://www.oclc.org/bibformats/en/fixedfield/ills.shtm"; +entities['staff.marc.008.BKS.ills.short'] = "Ills"; +entities['staff.marc.008.BKS.litf.desc'] = "Literary Form"; +entities['staff.marc.008.BKS.litf.field'] = "008"; +entities['staff.marc.008.BKS.litf.field_end_pos'] = "33"; +entities['staff.marc.008.BKS.litf.field_size'] = "1"; +entities['staff.marc.008.BKS.litf.field_start_pos'] = "33"; +entities['staff.marc.008.BKS.litf.help'] = "http://www.oclc.org/bibformats/en/fixedfield/litf.shtm"; +entities['staff.marc.008.BKS.litf.short'] = "LitF"; +entities['staff.marc.008.MAP.VIS.form.desc'] = "Form of Item"; +entities['staff.marc.008.MAP.VIS.form.field'] = "008"; +entities['staff.marc.008.MAP.VIS.form.field_end_pos'] = "29"; +entities['staff.marc.008.MAP.VIS.form.field_size'] = "1"; +entities['staff.marc.008.MAP.VIS.form.field_start_pos'] = "29"; +entities['staff.marc.008.MAP.VIS.form.help'] = "http://www.oclc.org/bibformats/en/fixedfield/form.shtm"; +entities['staff.marc.008.MAP.VIS.form.short'] = "Form"; +entities['staff.marc.008.SER.alph.desc'] = "Original Alphabet or Script of Title"; +entities['staff.marc.008.SER.alph.field'] = "008"; +entities['staff.marc.008.SER.alph.field_end_pos'] = "33"; +entities['staff.marc.008.SER.alph.field_size'] = "1"; +entities['staff.marc.008.SER.alph.field_start_pos'] = "33"; +entities['staff.marc.008.SER.alph.help'] = "http://www.oclc.org/bibformats/en/fixedfield/alph.shtm"; +entities['staff.marc.008.SER.alph.short'] = "Alph"; +entities['staff.marc.008.SER.cont.desc'] = "Nature of Contents"; +entities['staff.marc.008.SER.cont.field'] = "008"; +entities['staff.marc.008.SER.cont.field_end_pos'] = "27"; +entities['staff.marc.008.SER.cont.field_size'] = "3"; +entities['staff.marc.008.SER.cont.field_start_pos'] = "25"; +entities['staff.marc.008.SER.cont.help'] = "http://www.oclc.org/bibformats/en/fixedfield/cont.shtm"; +entities['staff.marc.008.SER.cont.short'] = "Cont"; +entities['staff.marc.008.SER.entw.desc'] = "Nature of Entire Work"; +entities['staff.marc.008.SER.entw.field'] = "008"; +entities['staff.marc.008.SER.entw.field_end_pos'] = "24"; +entities['staff.marc.008.SER.entw.field_size'] = "1"; +entities['staff.marc.008.SER.entw.field_start_pos'] = "24"; +entities['staff.marc.008.SER.entw.help'] = "http://www.oclc.org/bibformats/en/fixedfield/entw.shtm"; +entities['staff.marc.008.SER.entw.short'] = "EntW"; +entities['staff.marc.008.SER.freq.desc'] = "Frequency"; +entities['staff.marc.008.SER.freq.field'] = "008"; +entities['staff.marc.008.SER.freq.field_end_pos'] = "18"; +entities['staff.marc.008.SER.freq.field_size'] = "1"; +entities['staff.marc.008.SER.freq.field_start_pos'] = "18"; +entities['staff.marc.008.SER.freq.help'] = "http://www.oclc.org/bibformats/en/fixedfield/freq.shtm"; +entities['staff.marc.008.SER.freq.short'] = "Freq"; +entities['staff.marc.008.SER.issn.desc'] = "ISSN Center"; +entities['staff.marc.008.SER.issn.field'] = "008"; +entities['staff.marc.008.SER.issn.field_end_pos'] = "20"; +entities['staff.marc.008.SER.issn.field_size'] = "1"; +entities['staff.marc.008.SER.issn.field_start_pos'] = "20"; +entities['staff.marc.008.SER.issn.help'] = "http://www.oclc.org/bibformats/en/fixedfield/issn.shtm"; +entities['staff.marc.008.SER.issn.short'] = "ISSN"; +entities['staff.marc.008.SER.orig.desc'] = "Form of Original Item"; +entities['staff.marc.008.SER.orig.field'] = "008"; +entities['staff.marc.008.SER.orig.field_end_pos'] = "22"; +entities['staff.marc.008.SER.orig.field_size'] = "1"; +entities['staff.marc.008.SER.orig.field_start_pos'] = "22"; +entities['staff.marc.008.SER.orig.help'] = "http://www.oclc.org/bibformats/en/fixedfield/orig.shtm"; +entities['staff.marc.008.SER.orig.short'] = "Orig"; +entities['staff.marc.008.SER.regl.desc'] = "Regularity"; +entities['staff.marc.008.SER.regl.field'] = "008"; +entities['staff.marc.008.SER.regl.field_end_pos'] = "19"; +entities['staff.marc.008.SER.regl.field_size'] = "1"; +entities['staff.marc.008.SER.regl.field_start_pos'] = "19"; +entities['staff.marc.008.SER.regl.help'] = "http://www.oclc.org/bibformats/en/fixedfield/regl.shtm"; +entities['staff.marc.008.SER.regl.short'] = "Regl"; +entities['staff.marc.008.SER.srtp.desc'] = "Type of Continuing Resource"; +entities['staff.marc.008.SER.srtp.field'] = "008"; +entities['staff.marc.008.SER.srtp.field_end_pos'] = "21"; +entities['staff.marc.008.SER.srtp.field_size'] = "1"; +entities['staff.marc.008.SER.srtp.field_start_pos'] = "21"; +entities['staff.marc.008.SER.srtp.help'] = "http://www.oclc.org/bibformats/en/fixedfield/srtp.shtm"; +entities['staff.marc.008.SER.srtp.short'] = "SrTp"; +entities['staff.marc.008.SER.succ.desc'] = "Entry Convention"; +entities['staff.marc.008.SER.succ.field'] = "008"; +entities['staff.marc.008.SER.succ.field_end_pos'] = "34"; +entities['staff.marc.008.SER.succ.field_size'] = "1"; +entities['staff.marc.008.SER.succ.field_start_pos'] = "34"; +entities['staff.marc.008.SER.succ.help'] = "http://www.oclc.org/bibformats/en/fixedfield/succ.shtm"; +entities['staff.marc.008.SER.succ.short'] = "S/L"; +entities['staff.marc.008.ctry.desc'] = "Country of Publication, etc."; +entities['staff.marc.008.ctry.field'] = "008"; +entities['staff.marc.008.ctry.field_end_pos'] = "17"; +entities['staff.marc.008.ctry.field_size'] = "3"; +entities['staff.marc.008.ctry.field_start_pos'] = "15"; +entities['staff.marc.008.ctry.help'] = "http://www.oclc.org/bibformats/en/fixedfield/ctry.shtm"; +entities['staff.marc.008.ctry.short'] = "Ctry"; +entities['staff.marc.008.date1.desc'] = "Date 1"; +entities['staff.marc.008.date1.field'] = "008"; +entities['staff.marc.008.date1.field_end_pos'] = "10"; +entities['staff.marc.008.date1.field_size'] = "4"; +entities['staff.marc.008.date1.field_start_pos'] = "7"; +entities['staff.marc.008.date1.short'] = "Date 1"; +entities['staff.marc.008.date2.desc'] = "Date 2"; +entities['staff.marc.008.date2.field'] = "008"; +entities['staff.marc.008.date2.field_end_pos'] = "14"; +entities['staff.marc.008.date2.field_size'] = "4"; +entities['staff.marc.008.date2.field_start_pos'] = "11"; +entities['staff.marc.008.date2.short'] = "Date 2"; +entities['staff.marc.008.dates'] = "Dates"; +entities['staff.marc.008.dates.help'] = "http://www.oclc.org/bibformats/en/fixedfield/dates.shtm"; +entities['staff.marc.008.dtst.desc'] = "Type of Date/Publication Status"; +entities['staff.marc.008.dtst.field'] = "008"; +entities['staff.marc.008.dtst.field_end_pos'] = "6"; +entities['staff.marc.008.dtst.field_size'] = "1"; +entities['staff.marc.008.dtst.field_start_pos'] = "6"; +entities['staff.marc.008.dtst.help'] = "http://www.oclc.org/bibformats/en/fixedfield/dtst.shtm"; +entities['staff.marc.008.dtst.short'] = "DtSt"; +entities['staff.marc.008.entered.desc'] = "Date Entered"; +entities['staff.marc.008.entered.field'] = "008"; +entities['staff.marc.008.entered.field_end_pos'] = "5"; +entities['staff.marc.008.entered.field_size'] = "6"; +entities['staff.marc.008.entered.field_start_pos'] = "0"; +entities['staff.marc.008.entered.help'] = "http://www.oclc.org/bibformats/en/fixedfield/entered.shtm"; +entities['staff.marc.008.entered.short'] = "Entered"; +entities['staff.marc.008.lang.desc'] = "Language Code"; +entities['staff.marc.008.lang.field'] = "008"; +entities['staff.marc.008.lang.field_end_pos'] = "37"; +entities['staff.marc.008.lang.field_size'] = "3"; +entities['staff.marc.008.lang.field_start_pos'] = "35"; +entities['staff.marc.008.lang.help'] = "http://www.oclc.org/bibformats/en/fixedfield/lang.shtm"; +entities['staff.marc.008.lang.short'] = "Lang"; +entities['staff.marc.008.mrec.desc'] = "Modified Record"; +entities['staff.marc.008.mrec.field'] = "008"; +entities['staff.marc.008.mrec.field_end_pos'] = "38"; +entities['staff.marc.008.mrec.field_size'] = "1"; +entities['staff.marc.008.mrec.field_start_pos'] = "38"; +entities['staff.marc.008.mrec.help'] = "http://www.oclc.org/bibformats/en/fixedfield/mrec.shtm"; +entities['staff.marc.008.mrec.short'] = "MRec"; +entities['staff.marc.008.srce.desc'] = "Cataloging Source"; +entities['staff.marc.008.srce.field'] = "008"; +entities['staff.marc.008.srce.field_end_pos'] = "39"; +entities['staff.marc.008.srce.field_size'] = "1"; +entities['staff.marc.008.srce.field_start_pos'] = "39"; +entities['staff.marc.008.srce.help'] = "http://www.oclc.org/bibformats/en/fixedfield/srce.shtm"; +entities['staff.marc.008.srce.short'] = "Srce"; +entities['staff.marc.LDR.blvl.desc'] = "Bibliographic Level"; +entities['staff.marc.LDR.blvl.field'] = "LDR"; +entities['staff.marc.LDR.blvl.field_end_pos'] = "7"; +entities['staff.marc.LDR.blvl.field_size'] = "1"; +entities['staff.marc.LDR.blvl.field_start_pos'] = "7"; +entities['staff.marc.LDR.blvl.help'] = "http://www.oclc.org/bibformats/en/fixedfield/blvl.shtm"; +entities['staff.marc.LDR.blvl.short'] = "BLvl"; +entities['staff.marc.LDR.ctrl.desc'] = "Type of Control"; +entities['staff.marc.LDR.ctrl.field'] = "LDR"; +entities['staff.marc.LDR.ctrl.field_end_pos'] = "8"; +entities['staff.marc.LDR.ctrl.field_size'] = "1"; +entities['staff.marc.LDR.ctrl.field_start_pos'] = "8"; +entities['staff.marc.LDR.ctrl.help'] = "http://www.oclc.org/bibformats/en/fixedfield/ctrl.shtm"; +entities['staff.marc.LDR.ctrl.short'] = "Ctrl"; +entities['staff.marc.LDR.desc.desc'] = "Descriptive Cataloging Form"; +entities['staff.marc.LDR.desc.field'] = "LDR"; +entities['staff.marc.LDR.desc.field_end_pos'] = "18"; +entities['staff.marc.LDR.desc.field_size'] = "1"; +entities['staff.marc.LDR.desc.field_start_pos'] = "18"; +entities['staff.marc.LDR.desc.help'] = "http://www.oclc.org/bibformats/en/fixedfield/desc.shtm"; +entities['staff.marc.LDR.desc.short'] = "Desc"; +entities['staff.marc.LDR.elvl.desc'] = "Encoding Level"; +entities['staff.marc.LDR.elvl.field'] = "LDR"; +entities['staff.marc.LDR.elvl.field_end_pos'] = "17"; +entities['staff.marc.LDR.elvl.field_size'] = "1"; +entities['staff.marc.LDR.elvl.field_start_pos'] = "17"; +entities['staff.marc.LDR.elvl.help'] = "http://www.oclc.org/bibformats/en/fixedfield/elvl.shtm"; +entities['staff.marc.LDR.elvl.short'] = "ELvl"; +entities['staff.marc.LDR.rec_stat.desc'] = "Record Status"; +entities['staff.marc.LDR.rec_stat.field'] = "LDR"; +entities['staff.marc.LDR.rec_stat.field_end_pos'] = "5"; +entities['staff.marc.LDR.rec_stat.field_size'] = "1"; +entities['staff.marc.LDR.rec_stat.field_start_pos'] = "5"; +entities['staff.marc.LDR.rec_stat.help'] = "http://www.oclc.org/bibformats/en/fixedfield/rec.shtm"; +entities['staff.marc.LDR.rec_stat.short'] = "Rec stat"; +entities['staff.marc.LDR.type.desc'] = "Type of Record"; +entities['staff.marc.LDR.type.field'] = "LDR"; +entities['staff.marc.LDR.type.field_end_pos'] = "6"; +entities['staff.marc.LDR.type.field_size'] = "1"; +entities['staff.marc.LDR.type.field_start_pos'] = "6"; +entities['staff.marc.LDR.type.help'] = "http://www.oclc.org/bibformats/en/fixedfield/type.shtm"; +entities['staff.marc.LDR.type.short'] = "Type"; +entities['staff.marc.close.editor.key'] = "W"; +entities['staff.marc.display'] = "Display"; +entities['staff.marc.display.control_fields'] = "Toggle Control/Data Fields"; +entities['staff.marc.display.control_fields.key'] = "F"; +entities['staff.marc.display.cover_art'] = "Toggle Cover Art"; +entities['staff.marc.display.cover_art.key'] = "A"; +entities['staff.marc.display.explain'] = "Explain Errors"; +entities['staff.marc.display.explain.key'] = "X"; +entities['staff.marc.display.fixed.BKS'] = "Fixed Fields as BKS"; +entities['staff.marc.display.fixed.BKS.key'] = "B"; +entities['staff.marc.display.fixed.COM'] = "Fixed Fields as COM"; +entities['staff.marc.display.fixed.COM.key'] = "O"; +entities['staff.marc.display.fixed.MAP'] = "Fixed Fields as MAP"; +entities['staff.marc.display.fixed.MAP.key'] = "P"; +entities['staff.marc.display.fixed.MIX'] = "Fixed Fields as MIX"; +entities['staff.marc.display.fixed.MIX.key'] = "M"; +entities['staff.marc.display.fixed.REC'] = "Fixed Fields as REC"; +entities['staff.marc.display.fixed.REC.key'] = "R"; +entities['staff.marc.display.fixed.SCO'] = "Fixed Fields as SCO"; +entities['staff.marc.display.fixed.SCO.key'] = "C"; +entities['staff.marc.display.fixed.SER'] = "Fixed Fields as SER"; +entities['staff.marc.display.fixed.SER.key'] = "S"; +entities['staff.marc.display.fixed.VIS'] = "Fixed Fields as VIS"; +entities['staff.marc.display.fixed.VIS.key'] = "V"; +entities['staff.marc.display.key'] = "D"; +entities['staff.marc.display.legend'] = "Legend"; +entities['staff.marc.display.legend.key'] = "L"; +entities['staff.marc.display.meta_data'] = "Toggle Meta Data"; +entities['staff.marc.display.meta_data.key'] = "E"; +entities['staff.marc.editor.keys.help'] = "Control+D = Delimiter Symbol ; Control+Enter = Insert Row ; Control+Delete = Delete Row;"; +entities['staff.marc.file'] = "MARC"; +entities['staff.marc.file.close'] = "Close Editor"; +entities['staff.marc.file.close.key'] = "C"; +entities['staff.marc.file.export'] = "Export"; +entities['staff.marc.file.export.key'] = "E"; +entities['staff.marc.file.key'] = "M"; +entities['staff.marc.file.publish'] = "Save (to DB)"; +entities['staff.marc.file.publish.key'] = "S"; +entities['staff.marc.file.reload'] = "Reload"; +entities['staff.marc.file.reload.key'] = "R"; +entities['staff.marc.file.validate'] = "Validate"; +entities['staff.marc.file.validate.key'] = "V"; +entities['staff.marc.groupbox.control'] = "Control Fields"; +entities['staff.marc.groupbox.cover'] = "Cover Art"; +entities['staff.marc.groupbox.data'] = "Data Fields"; +entities['staff.marc.groupbox.fixed'] = "Fixed Fields"; +entities['staff.marc.groupbox.meta'] = "Meta Data (NOT YET IMPLEMENTED)"; +entities['staff.marc_editor_interface_label'] = "MARC"; +entities['staff.mbts_balance_owed_label'] = "Balance Owed"; +entities['staff.mbts_id_label'] = "Bill # "; +entities['staff.mbts_total_owed_label'] = "Total Billed"; +entities['staff.mbts_total_paid_label'] = "Total Paid"; +entities['staff.mbts_xact_finish_label'] = "Finish"; +entities['staff.mbts_xact_start_label'] = "Start"; +entities['staff.mvr_label_author'] = "Author"; +entities['staff.mvr_label_doc_id'] = "Doc Id"; +entities['staff.mvr_label_title'] = "Title"; +entities['staff.next.range'] = 'Next'; +entities['staff.next.range.key'] = 'N'; +entities['staff.opac_navigator_interface_label'] = "CATALOG NAVIGATOR"; +entities['staff.patron.context_display'] = "Retrieve Patron"; +entities['staff.patron_barcode_entry_interface_label'] = "PATRON"; +entities['staff.patron_display.bills.label'] = 'Bills:'; +entities['staff.patron_display.checkout.auto_print_label'] = 'Auto-Print'; +entities['staff.patron_display.checkout.auto_print_label.accesskey'] = 'A'; +entities['staff.patron_display.checkout.done_label'] = 'Done'; +entities['staff.patron_display.checkout.done_label.accesskey'] = 'D'; +entities['staff.patron_display.checkout.print_receipt_label'] = 'Print Receipt'; +entities['staff.patron_display.checkout.print_receipt_label.accesskey'] = ''; +entities['staff.patron_display.checkout.reprint_receipt_label'] = 'Re-Print Last Receipt'; +entities['staff.patron_display.checkout.reprint_receipt_label.accesskey'] = 'L'; +entities['staff.patron_display.checkout.scan_label'] = 'Enter Barcode:'; +entities['staff.patron_display.checkout.scan_label.accesskey'] = 'a'; +entities['staff.patron_display.checkout.submit_label'] = 'Submit'; +entities['staff.patron_display.checkout.submit_label.accesskey'] = 'S'; +entities['staff.patron_display.checkouts.label'] = 'Check Outs:'; +entities['staff.patron_display.checkouts_overdue.label'] = 'Overdue:'; +entities['staff.patron_display.contact.caption'] = 'Identity & Contact Info'; +entities['staff.patron_display.credit.label'] = 'Credit:'; +entities['staff.patron_display.date_of_birth.label'] = 'DOB:'; +entities['staff.patron_display.day_phone.label'] = 'Day Phone:'; +entities['staff.patron_display.email.label'] = 'Email:'; +entities['staff.patron_display.evening_phone.label'] = 'Evening Phone:'; +entities['staff.patron_display.family_name.label'] = 'Last Name:'; +entities['staff.patron_display.first_given_name.label'] = 'First Name:'; +entities['staff.patron_display.holds.label'] = 'Holds:'; +entities['staff.patron_display.holds_available.label'] = 'Available:'; +entities['staff.patron_display.home_ou.label'] = 'Home Library:'; +entities['staff.patron_display.ident1.label'] = 'ID 1:'; +entities['staff.patron_display.ident2.label'] = 'ID 2:'; +entities['staff.patron_display.items.print_receipt_label'] = 'Print Receipt'; +entities['staff.patron_display.items.print_receipt_label.accesskey'] = 'P'; +entities['staff.patron_display.items_claimed_returned.label'] = 'Items Claimed Returned:'; +entities['staff.patron_display.library_card.label'] = 'PINES Card:'; +entities['staff.patron_display.mailing.city.label'] = 'Mailing City:'; +entities['staff.patron_display.mailing.post_code.label'] = 'Mailing ZIP:'; +entities['staff.patron_display.mailing.state.label'] = 'Mailing State:'; +entities['staff.patron_display.mailing.street1.label'] = 'Mailing Address 1:'; +entities['staff.patron_display.mailing.street2.label'] = 'Mailing Address 2:'; +entities['staff.patron_display.mailing_address'] = 'Mailing Address'; +entities['staff.patron_display.name.label'] = 'Patron Name'; +entities['staff.patron_display.other_phone.label'] = 'Other Phone:'; +entities['staff.patron_display.physical.city.label'] = 'Physical City:'; +entities['staff.patron_display.physical.post_code.label'] = 'Physical ZIP:'; +entities['staff.patron_display.physical.state.label'] = 'Physical State:'; +entities['staff.patron_display.physical.street1.label'] = 'Physical Address 1:'; +entities['staff.patron_display.physical.street2.label'] = 'Physical Address 2:'; +entities['staff.patron_display.physical_address'] = 'Physical Address'; +entities['staff.patron_display.profile.label'] = 'Profile:'; +entities['staff.patron_display.second_given_name.label'] = 'Middle Name:'; +entities['staff.patron_display.standing.label'] = 'Standing:'; +entities['staff.patron_display.status.caption'] = 'Status'; +entities['staff.patron_display_interface_label'] = "PATRON"; +entities['staff.patron_editor_interface_label'] = "PATRON EDIT"; +entities['staff.patron_interface_label'] = "PATRON "; +entities['staff.patron_navbar.bills'] = 'Bills'; +entities['staff.patron_navbar.bills.accesskey'] = 'B'; +entities['staff.patron_navbar.checkout'] = 'Check Out'; +entities['staff.patron_navbar.checkout.accesskey'] = 'C'; +entities['staff.patron_navbar.edit'] = 'Edit'; +entities['staff.patron_navbar.edit.accesskey'] = 'E'; +entities['staff.patron_navbar.holds'] = 'Holds'; +entities['staff.patron_navbar.holds.accesskey'] = 'H'; +entities['staff.patron_navbar.info'] = 'Info'; +entities['staff.patron_navbar.info.accesskey'] = 'o'; +entities['staff.patron_navbar.items'] = 'Items Out'; +entities['staff.patron_navbar.items.accesskey'] = 'I'; +entities['staff.patron_navbar.refresh'] = 'Refresh'; +entities['staff.patron_navbar.refresh.accesskey'] = 'R'; +entities['staff.patron_navbar.retrieve'] = 'Retrieve Patron'; +entities['staff.patron_navbar.retrieve.accesskey'] = 'R'; +entities['staff.patron_register_interface_label'] = "NEW PATRON"; +entities['staff.patron_search_form.caption'] = 'Search for Patron'; +entities['staff.patron_search_form.city.accesskey'] = ''; +entities['staff.patron_search_form.city.label'] = 'City:'; +entities['staff.patron_search_form.clear.accesskey'] = 'C'; +entities['staff.patron_search_form.clear.label'] = 'Clear Form'; +entities['staff.patron_search_form.email.accesskey'] = ''; +entities['staff.patron_search_form.email.label'] = 'Email:'; +entities['staff.patron_search_form.family_name.accesskey'] = 'L'; +entities['staff.patron_search_form.family_name.label'] = 'Last Name:'; +entities['staff.patron_search_form.first_given_name.accesskey'] = ''; +entities['staff.patron_search_form.first_given_name.label'] = 'First Name:'; +entities['staff.patron_search_form.ident.accesskey'] = ''; +entities['staff.patron_search_form.ident.label'] = 'ID:'; +entities['staff.patron_search_form.phone.accesskey'] = 'P'; +entities['staff.patron_search_form.phone.label'] = 'Phone:'; +entities['staff.patron_search_form.post_code.accesskey'] = ''; +entities['staff.patron_search_form.post_code.label'] = 'ZIP:'; +entities['staff.patron_search_form.search.accesskey'] = 'S'; +entities['staff.patron_search_form.search.label'] = 'Search'; +entities['staff.patron_search_form.second_given_name.accesskey'] = ''; +entities['staff.patron_search_form.second_given_name.label'] = 'Middle Name:'; +entities['staff.patron_search_form.state.accesskey'] = ''; +entities['staff.patron_search_form.state.label'] = 'State:'; +entities['staff.patron_search_form.street1.accesskey'] = 'd'; +entities['staff.patron_search_form.street1.label'] = 'Address 1:'; +entities['staff.patron_search_form.street2.accesskey'] = ''; +entities['staff.patron_search_form.street2.label'] = 'Address 2:'; +entities['staff.patron_search_interface_label'] = "PATRON SEARCH"; +entities['staff.patron_stat_cat_editor_interface_label'] = "PATRON STAT-CATS"; +entities['staff.previous.range'] = 'Previous'; +entities['staff.previous.range.key'] = 'P'; +entities['staff.receipt_template_editor_interface_label'] = "RECEIPTS"; +entities['staff.record_list.author'] = "Author"; +entities['staff.record_list.copy_count'] = "Copiesˤ"; +entities['staff.record_list.isbn'] = "ISBN"; +entities['staff.record_list.issn'] = "ISSN"; +entities['staff.record_list.publisher'] = "Publisher"; +entities['staff.record_list.pubyear'] = "Pub Year"; +entities['staff.record_list.tcn'] = "TCN"; +entities['staff.record_list.title'] = "Title"; +entities['staff.record_list.win_title'] = "Cataloging"; +entities['staff.retrieving.record'] = "Retrieving..."; +entities['staff.survey.wizard.page1'] = "Initial Settings"; +entities['staff.survey.wizard.page2'] = "Add Questions for Survey:"; +entities['staff.survey.wizard.title'] = "Add a Survey Wizard"; +entities['staff.survey_admin_interface_label'] = "SURVEY ADMIN"; +entities['staff.volume.attr.callnumber'] = "Call Number"; +entities['staff.volume.attr.owning_lib'] = "Owning Library"; +entities['staff.volume.wizard.page1'] = "Entering Volumes"; +entities['staff.volume.wizard.page2'] = "Entering Copies"; +entities['staff.volume.wizard.page3'] = "Entering Barcodes"; +entities['staff.volume.wizard.page4'] = "Entering Copy-Level Attribute Defaults"; +entities['staff.volume.wizard.title'] = "Batch Add Volumes/Copies Wizard"; +entities['staff.xuleditor_label'] = "XUL TEST"; +entities['staff.z39_50_import_interface_label'] = "Z39.50 IMPORT"; diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/main.js b/Open-ILS/xul/staff_client/chrome/content/main/main.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/main.js rename to Open-ILS/xul/staff_client/chrome/content/main/main.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/main.xul b/Open-ILS/xul/staff_client/chrome/content/main/main.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/main.xul rename to Open-ILS/xul/staff_client/chrome/content/main/main.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu.js rename to Open-ILS/xul/staff_client/chrome/content/main/menu.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame.xul rename to Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame_menus.xul rename to Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/main/menu_frame_overlay.xul rename to Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/main/test.xul b/Open-ILS/xul/staff_client/chrome/content/main/test.xul new file mode 100644 index 0000000000..6deec89a21 --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/content/main/test.xul @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/test/test.js b/Open-ILS/xul/staff_client/chrome/content/test/test.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/test/test.js rename to Open-ILS/xul/staff_client/chrome/content/test/test.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/browser.js b/Open-ILS/xul/staff_client/chrome/content/util/browser.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/browser.js rename to Open-ILS/xul/staff_client/chrome/content/util/browser.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/browser.xul b/Open-ILS/xul/staff_client/chrome/content/util/browser.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/browser.xul rename to Open-ILS/xul/staff_client/chrome/content/util/browser.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/controller.js b/Open-ILS/xul/staff_client/chrome/content/util/controller.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/controller.js rename to Open-ILS/xul/staff_client/chrome/content/util/controller.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/date.js b/Open-ILS/xul/staff_client/chrome/content/util/date.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/date.js rename to Open-ILS/xul/staff_client/chrome/content/util/date.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/deck.js b/Open-ILS/xul/staff_client/chrome/content/util/deck.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/deck.js rename to Open-ILS/xul/staff_client/chrome/content/util/deck.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/error.js rename to Open-ILS/xul/staff_client/chrome/content/util/error.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/exec.js b/Open-ILS/xul/staff_client/chrome/content/util/exec.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/exec.js rename to Open-ILS/xul/staff_client/chrome/content/util/exec.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/file.js b/Open-ILS/xul/staff_client/chrome/content/util/file.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/file.js rename to Open-ILS/xul/staff_client/chrome/content/util/file.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/fm_utils.js b/Open-ILS/xul/staff_client/chrome/content/util/fm_utils.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/fm_utils.js rename to Open-ILS/xul/staff_client/chrome/content/util/fm_utils.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/fm_view.xul b/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/fm_view.xul rename to Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/functional.js b/Open-ILS/xul/staff_client/chrome/content/util/functional.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/functional.js rename to Open-ILS/xul/staff_client/chrome/content/util/functional.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/list.js rename to Open-ILS/xul/staff_client/chrome/content/util/list.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/money.js b/Open-ILS/xul/staff_client/chrome/content/util/money.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/money.js rename to Open-ILS/xul/staff_client/chrome/content/util/money.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/network.js b/Open-ILS/xul/staff_client/chrome/content/util/network.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/network.js rename to Open-ILS/xul/staff_client/chrome/content/util/network.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/rbrowser.xul b/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/rbrowser.xul rename to Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/shell.html b/Open-ILS/xul/staff_client/chrome/content/util/shell.html similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/shell.html rename to Open-ILS/xul/staff_client/chrome/content/util/shell.html diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/widgets.js b/Open-ILS/xul/staff_client/chrome/content/util/widgets.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/widgets.js rename to Open-ILS/xul/staff_client/chrome/content/util/widgets.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/window.js b/Open-ILS/xul/staff_client/chrome/content/util/window.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/window.js rename to Open-ILS/xul/staff_client/chrome/content/util/window.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/xuledit.js b/Open-ILS/xul/staff_client/chrome/content/util/xuledit.js similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/xuledit.js rename to Open-ILS/xul/staff_client/chrome/content/util/xuledit.js diff --git a/Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/xuledit.xul b/Open-ILS/xul/staff_client/chrome/content/util/xuledit.xul similarity index 100% rename from Open-ILS/xul/staff_client/chrome/content/OPEN_ILS_STAFF_CLIENT/util/xuledit.xul rename to Open-ILS/xul/staff_client/chrome/content/util/xuledit.xul diff --git a/Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/auth.css b/Open-ILS/xul/staff_client/chrome/skin/auth.css similarity index 100% rename from Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/auth.css rename to Open-ILS/xul/staff_client/chrome/skin/auth.css diff --git a/Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/OPEN_ILS_STAFF_CLIENT.css b/Open-ILS/xul/staff_client/chrome/skin/global.css similarity index 100% rename from Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/OPEN_ILS_STAFF_CLIENT.css rename to Open-ILS/xul/staff_client/chrome/skin/global.css diff --git a/Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/media/images/opentriangle.gif b/Open-ILS/xul/staff_client/chrome/skin/media/images/opentriangle.gif similarity index 100% rename from Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/media/images/opentriangle.gif rename to Open-ILS/xul/staff_client/chrome/skin/media/images/opentriangle.gif diff --git a/Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/media/images/triangle.gif b/Open-ILS/xul/staff_client/chrome/skin/media/images/triangle.gif similarity index 100% rename from Open-ILS/xul/staff_client/chrome/skin/OPEN_ILS_STAFF_CLIENT/media/images/triangle.gif rename to Open-ILS/xul/staff_client/chrome/skin/media/images/triangle.gif -- 2.43.2