From: Lebbeous Fogle-Weekley Date: Mon, 24 Sep 2012 14:42:32 +0000 (-0400) Subject: Staff client menu entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2efe41461c58e2fc4830e0c26e9cc3237d97f4ed;p=evergreen%2Fequinox.git Staff client menu entry Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 055f2e3028..c8944a7183 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -960,6 +960,8 @@ + + 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 55a36826ce..873db3957d 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -1182,6 +1182,17 @@ main.menu.prototype = { obj.command_tab( event, url, {}, { 'id' : obj.data.last_patron } ); } ], + + 'cmd_url_verify' : [ + ['oncommand'], + function(event) { + open_eg_web_page( + "/eg/url_verify/sessions", + "menu.cmd_url_verify.tab", + event + ); + } + ], 'cmd_retrieve_last_record' : [ ['oncommand'], 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 70128a9e7d..f4150ed7e2 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 @@ -24,6 +24,7 @@ + @@ -369,6 +370,8 @@ + + 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..922c8fba3d 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 @@ -250,6 +250,7 @@ menu.cmd_acq_po.tab=Purchase Orders menu.cmd_acq_user_requests.tab=Patron Requests menu.cmd_acq_claim_eligible.tab=Claim-Ready Items menu.cmd_serial_batch_receive.tab=Batch Receive +menu.cmd_url_verify.tab=Link Checker menu.cmd_booking_resource.tab=Resources menu.cmd_booking_reservation.tab=Reservations menu.cmd_booking_reservation_pickup.tab=Reservation Pickup