From af2fe214bdd013bae7e6f1f0b4f33186a75776ed Mon Sep 17 00:00:00 2001 From: Joseph Lewis Date: Fri, 3 Jun 2011 13:07:50 -0600 Subject: [PATCH] Added xulrunner configuration. --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 4 ++++ Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul | 1 + Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties | 1 + 3 files changed, 6 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index bc8c11dad9..f21737da3e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -804,6 +804,10 @@ main.menu.prototype = { ); } ], + 'cmd_local_admin_asset_call_number_class' : [ + ['oncommand'], + function(event) { open_admin_page('asset_call_number.xhtml', 'menu.cmd_local_admin_asset_call_number_class.tab', true, event); } + ], 'cmd_server_admin_org_type' : [ ['oncommand'], function(event) { open_conify_page('actor/org_unit_type', null, event); } diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index 2dc7cb5ff1..e7f0b29e2e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -451,6 +451,7 @@ + diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index 06452b09fd..3c1e8ea285 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -255,6 +255,7 @@ menu.local_admin.hold_matrix_matchpoint.tab=Hold Policies menu.local_admin.work_log.tab=Work Log menu.local_admin.patrons_due_refunds.tab=Patrons With Negative Balances menu.circulation.staged_patrons.tab=Pending Patrons +menu.cmd_local_admin_asset_call_number_class.tab=Edit Asset Call Number Class load_printer_settings_error_description=Printer settings did not load cleanly with this version of Evergreen. You should reconfigure your printer under Printer Settings Editor. load_printer_settings_error_title=Printer Settings staff.cat.util.copy_editor.batch_edit=Batch Edit -- 2.11.0