From: Thomas Berezansky Date: Thu, 20 Sep 2012 18:49:01 +0000 (-0400) Subject: Add tab name for search preferences X-Git-Tag: sprint4-merge-nov22~3722 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=471582a3a5da21f2541ba4eaffd2f1970f63dc83;p=working%2FEvergreen.git Add tab name for search preferences Signed-off-by: Thomas Berezansky Signed-off-by: Jason Etheridge Signed-off-by: Ben Shum --- 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 32149183a5..e0db32e0d0 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -1668,7 +1668,7 @@ main.menu.prototype = { ['oncommand'], function() { try { - obj.set_tab(obj.url_prefix('XUL_SEARCH_PREFS')); + obj.set_tab(obj.url_prefix('XUL_SEARCH_PREFS'),{'tab_name' : offlineStrings.getString('menu.cmd_search_prefs.tab'), 'browser' : false}); } catch(E) { alert(E) } 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 5a5b0c474b..39e4974fb7 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 @@ -257,6 +257,7 @@ menu.cmd_booking_reservation_return.tab=Reservation Return menu.cmd_booking_pull_list.tab=Booking Pull List menu.cmd_booking_capture.tab=Booking Capture menu.cmd_authority_manage.tab=Manage Authorities +menu.cmd_search_prefs.tab=Search Preferences menu.local_admin.barcode_completion.tab=Barcode Completion menu.local_admin.circ_matrix_matchpoint.tab=Circulation Policies menu.local_admin.hold_matrix_matchpoint.tab=Hold Policies