Add tab name for search preferences
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 20 Sep 2012 18:49:01 +0000 (14:49 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 17 Oct 2012 01:09:32 +0000 (21:09 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/chrome/content/main/menu.js
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties

index 3214918..e0db32e 100644 (file)
@@ -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)
                     }
index 5a5b0c4..39e4974 100644 (file)
@@ -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