Staff client menu entry
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 24 Sep 2012 14:42:32 +0000 (10:42 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 24 Sep 2012 14:56:37 +0000 (10:56 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/chrome/content/main/menu.js
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties

index 055f2e3..c8944a7 100644 (file)
 <!ENTITY staff.main.menu.cat.vandelay.label "MARC Batch Import/Export">
 <!ENTITY staff.main.menu.cat.z39_50_import.accesskey "Z">
 <!ENTITY staff.main.menu.cat.z39_50_import.label "Import Record from Z39.50">
+<!ENTITY staff.main.menu.cat.url_verify.label "Link Checker">
+<!ENTITY staff.main.menu.cat.url_verify.accesskey "K">
 
 <!ENTITY staff.main.menu.acq.label "Acquisitions">
 <!ENTITY staff.main.menu.acq.accesskey "A">
index 55a3682..873db39 100644 (file)
@@ -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'],
index 70128a9..f4150ed 100644 (file)
@@ -24,6 +24,7 @@
     <command id="cmd_cat_main" />
     <command id="cmd_create_marc" />
     <command id="cmd_authority_manage" />
+    <command id="cmd_url_verify" />
     <command id="cmd_circ_checkout" />
     <command id="cmd_patron_search" />
     <command id="cmd_circ_checkin" />
         <menuitem label="&staff.main.menu.cat.retrieve_last_record.label;" accesskey="&staff.main.menu.cat.retrieve_last_record.accesskey;" command="cmd_retrieve_last_record"/>
         <menuseparator />
         <menuitem label="&staff.main.menu.cat.authority_manage.label;" accesskey="&staff.main.menu.cat.authority_manage.accesskey;" command="cmd_authority_manage"/>
+        <menuseparator />
+        <menuitem label="&staff.main.menu.cat.url_verify.label;" accesskey="&staff.main.menu.cat.url_verify.accesskey;" command="cmd_url_verify"/>
     </menupopup>
 </menu>
 
index 5a5b0c4..922c8fb 100644 (file)
@@ -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