]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[working/Evergreen.git] / Open-ILS / xul / staff_client / chrome / content / main / menu_frame_menus.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
3 <overlay id="menu_frame_menus" 
4     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <script>dump('loading menu_frame_menus.xul\n');</script>
7
8 <commandset id="universal_cmds">
9     <command id="cmd_forward" />
10     <command id="cmd_back" />
11     <command id="cmd_close_window" />
12     <command id="cmd_new_window" />
13     <command id="cmd_new_tab" />
14     <command id="cmd_close_tab" />
15     <command id="cmd_close_all_tabs" />
16     <command id="cmd_shutdown" />
17
18     <command id="cmd_edit_copy_buckets" />
19     <command id="cmd_edit_volume_buckets" />
20     <command id="cmd_edit_record_buckets" />
21     <command id="cmd_edit_user_buckets" />
22
23     <command id="cmd_cat_main" />
24     <command id="cmd_create_marc" />
25     <command id="cmd_authority_manage" />
26     <command id="cmd_circ_checkout" />
27     <command id="cmd_patron_search" />
28     <command id="cmd_circ_checkin" />
29     <command id="cmd_circ_renew" />
30     <command id="cmd_circ_hold_capture" />
31     <command id="cmd_circ_hold_pull_list" />
32     <command id="cmd_browse_holds" />
33     <command id="cmd_browse_holds_shelf" />
34     <command id="cmd_in_house_use" />
35     <command id="cmd_scan_item_as_missing_pieces" />
36     <command id="cmd_copy_status" />
37     <command id="cmd_search_opac" />
38     <command id="cmd_public_opac" />
39     <command id="cmd_search_tcn" />
40     <command id="cmd_search_bib_id" />
41 <!-- Perhaps add group_application.user here as well? -->
42     <command id="cmd_patron_register"
43              perm="CREATE_USER" 
44              />
45     <command id="cmd_staged_patrons" />
46     <command id="cmd_standalone" />
47     <command id="cmd_survey_wizard" />
48     <command id="cmd_stat_cat_edit" />
49     <command id="cmd_non_cat_type_edit" />
50     <command id="cmd_copy_location_edit" />
51     <command id="cmd_print_list_template_edit" />
52     <command id="cmd_z39_50_import" />
53     <command id="cmd_create_new_marc_book" />
54     <command id="cmd_marc_batch_edit" />
55     <command id="cmd_replace_barcode" />
56     <command id="cmd_reprint" />
57     <command id="cmd_retrieve_last_patron" />
58     <command id="cmd_retrieve_last_record" />
59     <command id="cmd_verify_credentials" />
60
61     <command id="cmd_change_session" />
62     <command id="cmd_manage_offline_xacts" />
63     <command id="cmd_download_patrons" />
64     <command id="cmd_local_admin" />
65     <command id="cmd_toggle_buttonbar" />
66     <command id="cmd_toggle_meters" />
67
68     <command id="cmd_extension_manager" />
69     <command id="cmd_theme_manager" />
70     <command id="cmd_about_config" />
71
72     <command id="cmd_adv_user_edit" />
73     <command id="cmd_console" />
74     <command id="cmd_shell" />
75     <command id="cmd_xuleditor" />
76     <command id="cmd_fieldmapper" />
77     <command id="cmd_test_html" />
78     <command id="cmd_test_xul" />
79     <command id="cmd_clear_cache" />
80     <command id="cmd_restore_all_tabs" />
81
82     <command id="cmd_test" />
83     <command id="cmd_broken" disabled="true" />
84     <command id="cmd_open_vandelay" />
85     
86     <command id="cmd_acq_create_invoice" />
87     <command id="cmd_acq_create_po" />
88     <command id="cmd_acq_view_my_pl" />
89     <command id="cmd_acq_view_local_po" />
90     <command id="cmd_acq_view_local_inv" />
91     <command id="cmd_acq_upload" />
92     <command id="cmd_acq_user_requests" />
93     <command id="cmd_acq_bib_search" />
94     <command id="cmd_acq_unified_search" />
95     <command id="cmd_acq_from_bib" />
96     <command id="cmd_acq_new_brief_record" />
97     <command id="cmd_acq_claim_eligible" />
98
99     <command id="cmd_booking_reservation" />
100     <command id="cmd_booking_pull_list" />
101     <command id="cmd_booking_capture" />
102     <command id="cmd_booking_reservation_pickup" />
103     <command id="cmd_booking_reservation_return" />
104
105
106     <!-- local admin menu commands -->
107     <command id="cmd_local_admin_fonts_and_sounds" />
108     <command id="cmd_local_admin_printer" />
109     <command id="cmd_local_admin_do_not_auto_attempt_print_setting" />
110     <command id="cmd_local_admin_closed_dates"
111              perm="actor.org_unit.closed_date.update actor.org_unit.closed_date.create actor.org_unit.closed_date.delete" 
112              />
113     <command id="cmd_local_admin_copy_locations" />
114     <command id="cmd_local_admin_lib_settings" />
115     <command id="cmd_local_admin_non_cat_types" />
116     <command id="cmd_local_admin_stat_cats" />
117     <command id="cmd_local_admin_standing_penalty" />
118     <command id="cmd_local_admin_grp_penalty_threshold" />
119     <command id="cmd_local_admin_copy_location_order" />
120     <command id="cmd_local_admin_external_text_editor" />
121     <command id="cmd_local_admin_idl_field_doc" />
122     <command id="cmd_local_admin_action_trigger" />
123     <command id="cmd_local_admin_survey" />
124     <command id="cmd_local_admin_reports" />
125     <command id="cmd_local_admin_age_overdue_circulations_to_lost" />
126     <command id="cmd_local_admin_cash_reports" />
127     <command id="cmd_local_admin_transit_list" />
128     <command id="cmd_local_admin_circ_matrix_matchpoint"
129              perm="ADMIN_CIRC_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT"
130              />
131     <command id="cmd_local_admin_hold_matrix_matchpoint"
132              perm="ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
133              />
134     <command id="cmd_local_admin_work_log" />
135     <command id="cmd_local_admin_patrons_due_refunds" />
136     <command id="cmd_local_admin_copy_template" />
137
138     <!-- server admin menu commands -->
139     <command id="cmd_server_admin_org_type"
140              perm="CREATE_ORG_TYPE DELETE_ORG_TYPE UPDATE_ORG_TYPE"
141              />
142     <command id="cmd_server_admin_org_unit"
143              perm="CREATE_ORG_UNIT DELETE_ORG_UNIT UPDATE_ORG_UNIT"
144              />
145     <command id="cmd_server_admin_grp_tree" />
146     <command id="cmd_server_admin_perm_list"
147              perm="CREATE_PERM DELETE_PERM UPDATE_PERM"
148              />
149     <command id="cmd_server_admin_copy_status"
150              perm="CREATE_COPY_STATUS DELETE_COPY_STATUS UPDATE_COPY_STATUS"
151              />
152     <command id="cmd_server_admin_marc_code" />
153     <command id="cmd_server_admin_coded_value_map" />
154     <command id="cmd_server_admin_billing_type" />
155     <command id="cmd_server_admin_acn_prefix" />
156     <command id="cmd_server_admin_acn_suffix" />
157     <command id="cmd_server_admin_acq_invoice_item_type" />
158     <command id="cmd_server_admin_acq_invoice_payment_method" />
159     <command id="cmd_server_admin_acq_cancel_reason" />
160     <command id="cmd_server_admin_acq_lineitem_alert" />
161     <command id="cmd_server_admin_acq_lineitem_marc_attr_def" />
162     <command id="cmd_server_admin_acq_fund_tag" />
163     <command id="cmd_server_admin_acq_claim_type" />
164     <command id="cmd_server_admin_acq_claim_event_type" />
165     <command id="cmd_server_admin_acq_claim_policy" />
166     <command id="cmd_server_admin_acq_claim_policy_action" />
167     <command id="cmd_server_admin_acq_fund" />
168     <command id="cmd_server_admin_acq_funding_source" />
169     <command id="cmd_server_admin_acq_provider" />
170     <command id="cmd_server_admin_acq_edi_account" />
171     <command id="cmd_server_admin_acq_edi_message" />
172     <command id="cmd_server_admin_acq_currency_type" />
173     <command id="cmd_server_admin_acq_exchange_rate" />
174     <command id="cmd_server_admin_acq_distrib_formula" />
175     <command id="cmd_server_admin_z39_source" />
176     <command id="cmd_server_admin_circ_mod" 
177              perm="CREATE_CIRC_MOD DELETE_CIRC_MOD UPDATE_CIRC_MOD ADMIN_CIRC_MOD"
178              />
179     <command id="cmd_server_admin_global_flag"
180              perm="ADMIN_GLOBAL_FLAG"
181              />
182     <command id="cmd_server_admin_org_unit_setting_type" />
183     <command id="cmd_server_admin_usr_setting_type" />
184     <command id="cmd_server_admin_config_hard_due_date"
185              perm="CREATE_CIRC_DURATION DELETE_CIRC_DURATION UPDATE_CIRC_DURATION"
186              />
187     <command id="cmd_server_admin_config_rule_circ_duration"
188              perm="CREATE_CIRC_DURATION DELETE_CIRC_DURATION UPDATE_CIRC_DURATION"
189              />
190     <command id="cmd_server_admin_config_rule_recurring_fine"
191              perm="ADMIN_RECURRING_FINE_RULE"
192              />
193     <command id="cmd_server_admin_config_rule_max_fine"
194              perm="ADMIN_MAX_FINE_RULE"
195              />
196     <command id="cmd_server_admin_config_rule_age_hold_protect"
197              perm="ADMIN_AGE_PROTECT_RULE"
198              />
199     <command id="cmd_server_admin_booking_resource" />
200     <command id="cmd_server_admin_booking_resource_type" />
201     <command id="cmd_server_admin_booking_resource_attr" />
202     <command id="cmd_server_admin_booking_resource_attr_value" />
203     <command id="cmd_server_admin_booking_resource_attr_map" />
204     <command id="cmd_server_admin_config_circ_weights"
205              perm="ADMIN_CIRC_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT"
206              />
207     <command id="cmd_server_admin_config_hold_weights"
208              perm="ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
209              />
210     <command id="cmd_server_admin_config_weight_assoc"
211              perm="ADMIN_CIRC_MATRIX_MATCHPOINT ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
212              />
213 </commandset>
214
215
216 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
217 <keyset id="menu_frame_keys">
218     <key id="new-window-key" modifiers="accel" key="N" command="cmd_new_window"/>
219     <key id="new-tab-key" modifiers="accel" key="T" command="cmd_new_tab"/>
220     <key id="open-key" modifiers="accel" key="O" command=""/>
221     <key id="save-key" modifiers="accel" key="S" command=""/>
222     <key id="close-tab-key" modifiers="accel" key="W" command="cmd_close_tab"/>
223     <key id="close-all-tabs-key" modifiers="accel,shift" key="W" command="cmd_close_all_tabs"/>
224     <key id="close-window-key" modifiers="accel" key="Q" command="cmd_close_window"/>
225     <key id="circ-checkout-key" keycode="VK_F1" command="cmd_circ_checkout"/>
226     <key id="circ-checkin-key" keycode="VK_F2" command="cmd_circ_checkin"/>
227     <key id="circ-renew-key" keycode="VK_F2" modifiers="control" command="cmd_circ_renew"/>
228     <key id="reprint-receipt-key" keycode="VK_F9" command="cmd_reprint"/>
229     <key id="search-opac-key" keycode="VK_F3" command="cmd_search_opac"/>
230     <key id="search-tcn-key" keycode="VK_F3" modifiers="shift" command="cmd_search_tcn"/>
231     <key id="patron-search-key" keycode="VK_F4" command="cmd_patron_search"/>
232     <key id="copy-status-key" keycode="VK_F5" command="cmd_copy_status"/>
233     <key id="circ-in-house-use-key" keycode="VK_F6" command="cmd_in_house_use"/>
234     <key id="circ-hold-capture-key" keycode="VK_F2" modifiers="shift" command="cmd_circ_hold_capture"/>
235     <key id="patron-register-key" keycode="VK_F1" modifiers="shift" command="cmd_patron_register"/>
236     <key id="retrieve_last_patron_key" keycode="VK_F8" command="cmd_retrieve_last_patron"/>
237     <key id="retrieve_last_record_key" keycode="VK_F8" modifiers="shift" command="cmd_retrieve_last_record"/>
238 </keyset>
239
240 <!-- The File menu on the main menu -->
241 <menu id="main.menu.file" label="&staff.main.menu.file.label;" accesskey="&staff.main.menu.file.accesskey;" >
242     <menupopup id="main.menu.file.popup">
243         <menuitem label="&staff.main.menu.file.new.label;" accesskey="&staff.main.menu.file.new.accesskey;" key="new-window-key" command="cmd_new_window"/>
244         <menuitem label="&staff.main.menu.file.new_tab.label;" accesskey="&staff.main.menu.file.new_tab.accesskey;" key="new-tab-key" command="cmd_new_tab"/>
245         <menuseparator />
246         <menuitem label="&staff.main.menu.file.close_tab.label;" accesskey="&staff.main.menu.file.close_tab.accesskey;" oldaccesskey="&staff.main.menu.file.close_tab.key;" key="close-tab-key" command="cmd_close_tab"/>
247         <menuitem label="&staff.main.menu.tabs.close;" accesskey="&staff.main.menu.tabs.close.accesskey;" key="close-all-tabs-key" command="cmd_close_all_tabs"/>
248         <menuitem label="&staff.main.menu.file.close.label;" accesskey="&staff.main.menu.file.close.accesskey;" oldaccesskey="&staff.main.menu.file.close.key;" key="close-window-key" command="cmd_close_window"/>
249         <menuseparator />
250         <menuitem label="&staff.main.menu.quit;" accesskey="&staff.main.menu.quit.accesskey;" command="cmd_shutdown"/>
251     </menupopup>
252 </menu>
253
254 <!-- The Edit menu on the main menu -->
255 <menu id="main.menu.edit" label="&staff.main.menu.edit.label;" accesskey="&staff.main.menu.edit.accesskey;">
256     <menupopup id="main.menu.edit.popup">
257         <menuitem label="&staff.main.menu.edit.buckets.copies;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.edit.buckets.copies.accesskey;"/>
258         <!--
259         <menuitem label="&staff.main.menu.edit.buckets.volumes;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.edit.buckets.volumes.accesskey;"/>
260         -->
261         <menuitem label="&staff.main.menu.edit.buckets.records;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.edit.buckets.records.accesskey;"/>
262         <!--
263         <menuitem label="&staff.main.menu.edit.buckets.users;" command="cmd_edit_user_buckets" accesskey="&staff.main.menu.edit.buckets.users.accesskey;"/>
264         -->
265         <menuseparator />
266         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
267     </menupopup>
268 </menu>
269
270 <!-- The Circulation menu on the main menu -->
271 <menu id="main.menu.circ" label="&staff.main.menu.circ.label;" accesskey="&staff.main.menu.circ.accesskey;">
272     <menupopup id="main.menu.circ.popup">
273         <menuitem label="&staff.main.menu.circ.checkout.label;" accesskey="&staff.main.menu.circ.checkout.accesskey;" key="circ-checkout-key" command="cmd_circ_checkout"/>
274         <menuitem label="&staff.main.menu.circ.checkin.label;" accesskey="&staff.main.menu.circ.checkin.accesskey;" key="circ-checkin-key" command="cmd_circ_checkin"/>
275         <menuitem label="&staff.main.menu.circ.renew.label;" accesskey="&staff.main.menu.circ.renew.accesskey;" key="circ-renew-key" command="cmd_circ_renew"/>
276         <menuitem label="&staff.main.menu.circ.patron_registration.label;" accesskey="&staff.main.menu.circ.patron_registration.accesskey;" key="patron-register-key" command="cmd_patron_register"/>
277         <menuitem label="&staff.main.menu.circ.staged_patrons.label;" accesskey="&staff.main.menu.circ.staged_patrons.accesskey;" command="cmd_staged_patrons"/>
278         <menuitem label="&staff.main.menu.circ.patron_retrieve.label;" accesskey="&staff.main.menu.circ.patron_retrieve.accesskey;" command="cmd_retrieve_last_patron" key="retrieve_last_patron_key"/>
279         <menuseparator />
280         <menuitem label="&staff.main.menu.circ.hold_capture.label;" accesskey="&staff.main.menu.circ.hold_capture.accesskey;" key="circ-hold-capture-key" command="cmd_circ_hold_capture"/>
281         <menuitem label="&staff.main.menu.circ.hold_pull.label;" accesskey="&staff.main.menu.circ.hold_pull.accesskey;" command="cmd_circ_hold_pull_list"/>
282         <menuitem label="&staff.main.menu.circ.hold_browse.label;" command="cmd_browse_holds_shelf" accesskey="&staff.main.menu.circ.hold_browse.accesskey;"/>
283         <menuitem label="&staff.main.menu.circ.place_hold.label;" accesskey="&staff.main.menu.circ.place_hold.accesskey;" key="search-opac-key" command="cmd_search_opac"/>
284         <menuseparator />
285         <menuitem label="&staff.main.menu.circ.barcode.show_item;" accesskey="&staff.main.menu.circ.barcode.show_item.accesskey;" key="copy-status-key" command="cmd_copy_status"/>
286         <menuitem label="&staff.main.menu.circ.barcode.retrieve_patron;" accesskey="&staff.main.menu.circ.barcode.retrieve_patron.accesskey;" key="circ-checkout-key" command="cmd_circ_checkout"/>
287         <menuitem label="&staff.main.menu.circ.verify_credentials;" accesskey="&staff.main.menu.circ.verify_credentials.accesskey;" command="cmd_verify_credentials"/>
288         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
289         <menuitem label="&staff.main.menu.circ.in_house.label;" accesskey="&staff.main.menu.circ.in_house.accesskey;" key="circ-in-house-use-key" command="cmd_in_house_use"/>
290         <menuitem command="cmd_scan_item_as_missing_pieces" label="&staff.main.menu.circ.scan_item_as_missing_pieces.label;" accesskey="&staff.main.menu.circ.scan_item_as_missing_pieces.accesskey;"/>
291         <menuseparator />
292         <menuitem label="&staff.main.menu.circ.reprint.label;" accesskey="&staff.main.menu.circ.reprint.accesskey;" key="reprint-receipt-key" command="cmd_reprint"/>
293         <menuitem label="&staff.main.menu.circ.offline.label;" command="cmd_standalone" accesskey="&staff.main.menu.circ.offline.accesskey;"/>
294     </menupopup>
295 </menu>
296
297 <!-- The Cataloging menu on the main menu -->
298 <menu id="main.menu.cat" label="&staff.main.menu.cat.label;" accesskey="&staff.main.menu.cat.accesskey;">
299     <menupopup id="main.menu.cat.popup">
300         <menuitem label="&staff.main.menu.cat.bib_search.label;" accesskey="&staff.main.menu.cat.bib_search.accesskey;" key="search-opac-key" command="cmd_search_opac"/>
301         <menuitem label="&staff.main.menu.cat.search_tcn.label;" accesskey="&staff.main.menu.cat.search_tcn.accesskey;" key="search-tcn-key" command="cmd_search_tcn" />
302         <menuitem label="&staff.main.menu.cat.search_bib_id.label;" accesskey="&staff.main.menu.cat.search_bib_id.accesskey;" key="search-bib-id-key" command="cmd_search_bib_id" />
303         <menuitem label="&staff.main.menu.cat.copy_status.label;" accesskey="&staff.main.menu.cat.copy_status.accesskey;" key="copy-status-key" command="cmd_copy_status"/>
304         <menuseparator />
305         <!--
306         <menuitem disabled="true" label="&staff.main.menu.cat.dedup.label;" accesskey="&staff.main.menu.cat.dedup.accesskey;" command="cmd_broken"/>
307         -->
308         <menuitem label="&staff.main.menu.cat.edit_copy_buckets.label;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.cat.edit_copy_buckets.accesskey;"/>
309         <!--
310         <menuitem label="&staff.main.menu.cat.edit_volume_buckets.label;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.cat.edit_volume_buckets.accesskey;"/>
311         -->
312         <menuitem label="&staff.main.menu.cat.edit_record_buckets.label;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.cat.edit_record_buckets.accesskey;"/>
313         <menuseparator />
314         <menuitem label="&staff.main.menu.cat.create_marc.label;" accesskey="&staff.main.menu.cat.create_marc.accesskey;" command="cmd_create_marc"/>
315         <menuitem label="&staff.main.menu.cat.z39_50_import.label;" accesskey="&staff.main.menu.cat.z39_50_import.accesskey;" command="cmd_z39_50_import"/>
316         <menuitem label="&staff.main.menu.cat.vandelay.label;" command="cmd_open_vandelay"/>
317         <menuitem command="cmd_marc_batch_edit" label="&staff.main.menu.cat.marc_batch_edit.label;" accesskey="&staff.main.menu.cat.marc_batch_edit.accesskey;"/>
318         <menuseparator />
319         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
320         <menuitem label="&staff.main.menu.cat.retrieve_last_record.label;" accesskey="&staff.main.menu.cat.retrieve_last_record.accesskey;" command="cmd_retrieve_last_record" key="retrieve_last_record_key"/>
321         <menuseparator />
322         <menuitem label="&staff.main.menu.cat.authority_manage.label;" accesskey="&staff.main.menu.cat.authority_manage.accesskey;" command="cmd_authority_manage"/>
323     </menupopup>
324 </menu>
325
326
327 <!-- The Acquisitions menu on the main menu -->
328 <menu id="main.menu.acq" label="&staff.main.menu.acq.label;" accesskey="&staff.main.menu.acq.accesskey;">
329     <menupopup id="main.menu.acq.popup">
330         <menuitem label="&staff.main.menu.acq.unified_search.label;" accesskey="&staff.main.menu.acq.unified_search.accesskey;" command="cmd_acq_unified_search"/>
331         <menuseparator />
332         <menuitem label="&staff.main.menu.acq.view_my_pl.label;" accesskey="&staff.main.menu.acq.view_my_pl.accesskey;" command="cmd_acq_view_my_pl"/>
333         <menuitem label="&staff.main.menu.acq.brief_record.label;" accesskey="&staff.main.menu.acq.brief_record.accesskey;" command="cmd_acq_new_brief_record"/>
334         <menuitem label="&staff.main.menu.acq.user_requests.label;" accesskey="&staff.main.menu.acq.user_requests.accesskey;" command="cmd_acq_user_requests" />
335         <menuitem label="&staff.main.menu.acq.bib_search.label;" accesskey="&staff.main.menu.acq.bib_search.accesskey;" command="cmd_acq_bib_search"/>
336         <menuitem label="&staff.main.menu.acq.from_bib.label;" accesskey="&staff.main.menu.acq.from_bib.accesskey;" command="cmd_acq_from_bib"/>
337         <menuseparator />
338         <menuitem label="&staff.main.menu.acq.upload.label;" accesskey="&staff.main.menu.acq.upload.accesskey;" command="cmd_acq_upload"/>
339         <menuitem label="&staff.main.menu.acq.view_local_po.label;" accesskey="&staff.main.menu.acq.view_local_po.accesskey;" command="cmd_acq_view_local_po"/>
340         <menuitem label="&staff.main.menu.acq.create_po.label;" accesskey="&staff.main.menu.acq.create_po.accesskey;" command="cmd_acq_create_po"/>
341         <menuseparator />
342         <menuitem label="&staff.main.menu.acq.claim_eligible.label;" accesskey="&staff.main.menu.acq.claim_eligible.accesskey;" command="cmd_acq_claim_eligible" />
343         <menuitem label="&staff.main.menu.acq.view_local_inv.label;" accesskey="&staff.main.menu.acq.view_local_inv.accesskey;" command="cmd_acq_view_local_inv"/>
344         <menuitem label="&staff.main.menu.acq.create_invoice.label;" accesskey="&staff.main.menu.acq.create_invoice.accesskey;" command="cmd_acq_create_invoice"/>
345     </menupopup>
346 </menu>
347
348 <!-- The Booking menu on the main menu -->
349 <menu id="main.menu.booking" label="&staff.main.menu.booking.label;" accesskey="&staff.main.menu.booking.accesskey;">
350     <menupopup id="main.menu.booking.popup">
351         <menuitem label="&staff.main.menu.booking.reservation.label;" accesskey="&staff.main.menu.booking.reservation.accesskey;" command="cmd_booking_reservation"/>
352         <menuitem label="&staff.main.menu.booking.pull_list.label;" accesskey="&staff.main.menu.booking.pull_list.accesskey;" command="cmd_booking_pull_list"/>
353         <menuitem label="&staff.main.menu.booking.capture.label;" accesskey="&staff.main.menu.booking.capture.accesskey;" command="cmd_booking_capture"/>
354          <menuitem label="&staff.main.menu.booking.reservation_pickup.label;" accesskey="&staff.main.menu.booking.reservation_pickup.accesskey;" command="cmd_booking_reservation_pickup"/>
355         <menuitem label="&staff.main.menu.booking.reservation_return.label;" accesskey="&staff.main.menu.booking.reservation_return.accesskey;" command="cmd_booking_reservation_return"/>
356     </menupopup>
357 </menu>
358
359 <!-- The Search menu on the main menu -->
360 <menu id="main.menu.search" label="&staff.main.menu.search.label;" accesskey="&staff.main.menu.search.accesskey;">
361     <menupopup id="main.menu.search.popup">
362         <menuitem label="&staff.main.menu.search.patrons.label;" accesskey="&staff.main.menu.search.patrons.accesskey;" key="patron-search-key" command="cmd_patron_search" />
363         <menuitem label="&staff.main.menu.search.catalog.label;" accesskey="&staff.main.menu.search.catalog.accesskey;" key="search-opac-key" command="cmd_search_opac" />
364         <menuitem label="&staff.main.menu.search.record.label;" accesskey="&staff.main.menu.search.record.accesskey;" key="search-tcn-key" command="cmd_search_tcn" />
365         <menuitem label="&staff.main.menu.search.record_via_id.label;" accesskey="&staff.main.menu.search.record_via_id.accesskey;" key="search-bib-id-key" command="cmd_search_bib_id" />
366         <menuitem label="&staff.main.menu.search.copies.label;" accesskey="&staff.main.menu.search.copies.accesskey;" key="copy-status-key" command="cmd_copy_status"/>
367         <menuitem label="&staff.main.menu.search.patrons_barcode.label;" accesskey="&staff.main.menu.search.patrons_barcode.accesskey;" key="circ-checkout-key" command="cmd_circ_checkout"/>
368     </menupopup>
369 </menu>
370
371 <!-- The Help menu on the main menu -->
372 <menu id="main.menu.help" label="&staff.main.menu.help.label;" accesskey="&staff.main.menu.help.accesskey;">
373     <menupopup id="main.menu.help.popup">
374         <!-- kludge -->
375         <menuitem
376             label="&staff.main.menu.help.active_tab.label;" 
377             accesskey="&staff.main.menu.help.active_tab.accesskey;" 
378             oncommand="try { this.nextSibling.doCommand(); } catch(E) { alert(E); }" />
379         <help id="help_btn" hidden="true" />
380     </menupopup>
381 </menu>
382
383 <!-- The Help menu on the main menu -->
384 <menu id="main.menu.admin" label="&staff.main.menu.admin.label;" accesskey="&staff.main.menu.admin.accesskey;" old_accesskey="&staff.main.menu.admin.key;">
385     <menupopup id="main.menu.admin.popup">
386         <menuitem id="oc_menuitem" label="&staff.main.menu.admin.change_session.label;" label_orig="&staff.main.menu.admin.change_session.label;" 
387             accesskey="O" command="cmd_change_session"/>
388         <menuitem label="&staff.main.menu.admin.offline_xacts.label;" accesskey="&staff.main.menu.admin.offline_xacts.accesskey;" command="cmd_manage_offline_xacts"/>
389         <menuitem label="&staff.main.menu.admin.download_patrons.label;" accesskey="&staff.main.menu.admin.download_patrons.accesskey;" command="cmd_download_patrons"/>
390         <menuseparator />
391
392         <menu id="main.menu.admin.local" label="&staff.main.menu.admin.local_admin.label;">
393             <menupopup id="main.menu.admin.local.popup">
394                 <menuitem command="cmd_local_admin_age_overdue_circulations_to_lost" label="&staff.server.admin.index.age_overdue_circulations_to_lost.label;" accesskey="&staff.server.admin.index.age_overdue_circulations_to_lost.accesskey;"/>
395                 <menuitem label="&staff.server.admin.index.cash_reports;" command="cmd_local_admin_cash_reports"/>
396                 <menuitem label="&staff.main.menu.admin.local_admin.circ_matrix_matchpoint.label;" command="cmd_local_admin_circ_matrix_matchpoint"/>
397                 <menuitem label="&staff.server.admin.index.closed_dates;" command="cmd_local_admin_closed_dates"/>
398                 <menuitem label="&staff.server.admin.index.copy_locations;" command="cmd_local_admin_copy_locations"/>
399                 <menuitem label="&staff.main.menu.admin.local_admin.conify.copy_location_order.label;" command="cmd_local_admin_copy_location_order"/>
400                 <menuitem label="&staff.main.menu.admin.local_admin.copy_template.label;" accesskey="&staff.main.menu.admin.local_admin.copy_template.accesskey;" command="cmd_local_admin_copy_template"/>
401                 <menuitem command="cmd_local_admin_external_text_editor" label="&staff.server.admin.index.external_text_editor.label;" accesskey="&staff.server.admin.index.external_text_editor.accesskey;"/>
402                 <menuitem label="&staff.main.menu.admin.local_admin.conify.idl_field_doc.label;" command="cmd_local_admin_idl_field_doc"/>
403                 <menuitem label="&staff.server.admin.index.fonts_and_sounds;" command="cmd_local_admin_fonts_and_sounds"/>
404                 <menuitem label="&staff.main.menu.admin.local_admin.conify.grp_penalty_threshold.label;" command="cmd_local_admin_grp_penalty_threshold"/>
405                 <menuitem label="&staff.main.menu.admin.local_admin.hold_matrix_matchpoint.label;" command="cmd_local_admin_hold_matrix_matchpoint"/>
406                 <menuitem label="&staff.server.admin.index.library_settings;" command="cmd_local_admin_lib_settings"/>
407                 <menuitem label="&staff.server.admin.index.non_cataloged_types;" command="cmd_local_admin_non_cat_types"/>
408                 <menuitem label="&staff.main.menu.admin.local_admin.conify.action_trigger.label;" command="cmd_local_admin_action_trigger"/>
409                 <menuitem label="&staff.main.menu.admin.local_admin.patrons_due_refunds.label;" accesskey="&staff.main.menu.admin.local_admin.patrons_due_refunds.accesskey;" command="cmd_local_admin_patrons_due_refunds"/>
410                 <menuitem label="&staff.server.admin.index.printer;" command="cmd_local_admin_printer"/>
411                 <menuitem label="&staff.main.menu.admin.template_edit.label;" accesskey="&staff.main.menu.admin.template_edit.accesskey;" command="cmd_print_list_template_edit"/>
412                 <menuitem command="cmd_local_admin_do_not_auto_attempt_print_setting" label="&staff.server.admin.index.do_not_auto_attempt_print_setting.label;" accesskey="&staff.server.admin.index.do_not_auto_attempt_print_setting.accesskey;"/>
413                 <menuitem label="&staff.server.admin.index.reports;" command="cmd_local_admin_reports"/>
414                 <menuitem label="&staff.main.menu.admin.local_admin.conify.standing_penalty.label;" command="cmd_local_admin_standing_penalty"/>
415                 <menuitem label="&staff.server.admin.index.statistical_categories;" command="cmd_local_admin_stat_cats"/>
416                 <menuitem label="&staff.main.menu.admin.local_admin.conify.survey.label;" command="cmd_local_admin_survey"/>
417                 <menuitem label="&staff.server.admin.index.transit_list;" command="cmd_local_admin_transit_list"/>
418                 <menuitem label="&staff.main.menu.admin.local_admin.work_log.label;" accesskey="&staff.main.menu.admin.local_admin.work_log.accesskey;" command="cmd_local_admin_work_log"/>
419             </menupopup>
420         </menu>
421         <menu id="main.menu.admin.server" label="&staff.main.menu.admin.server_admin.label;">
422             <menupopup id="main.menu.admin.server.popup">
423                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit_type.label;" command="cmd_server_admin_org_type"/>
424                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit.label;" command="cmd_server_admin_org_unit"/>
425                 <menuitem label="&staff.main.menu.admin.server_admin.conify.grp_tree.label;" command="cmd_server_admin_grp_tree"/>
426                 <menuitem label="&staff.main.menu.admin.server_admin.conify.perm_list.label;" command="cmd_server_admin_perm_list"/>
427                 <menuitem label="&staff.main.menu.admin.server_admin.conify.copy_status.label;" command="cmd_server_admin_copy_status"/>
428                 <menuitem label="&staff.main.menu.admin.server_admin.conify.acn_prefix.label;" command="cmd_server_admin_acn_prefix"/>
429                 <menuitem label="&staff.main.menu.admin.server_admin.conify.acn_suffix.label;" command="cmd_server_admin_acn_suffix"/>
430                 <menuitem label="&staff.main.menu.admin.server_admin.conify.marc_record_attrs.label;" command="cmd_server_admin_marc_code"/>
431                 <menuitem label="&staff.main.menu.admin.server_admin.conify.coded_value_maps.label;" command="cmd_server_admin_coded_value_map"/>
432                 <menuitem label="&staff.main.menu.admin.server_admin.conify.billing_type.label;" command="cmd_server_admin_billing_type"/>
433                 <menuitem label="&staff.main.menu.admin.server_admin.conify.z3950_source.label;" command="cmd_server_admin_z39_source"/>
434                 <menuitem label="&staff.main.menu.admin.server_admin.conify.circulation_modifier.label;" command="cmd_server_admin_circ_mod"/>
435                 <menuitem label="&staff.main.menu.admin.server_admin.conify.global_flag.label;" command="cmd_server_admin_global_flag"/>
436                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit_setting_type;" command="cmd_server_admin_org_unit_setting_type"/>
437                 <menuitem label="&staff.main.menu.admin.server_admin.conify.usr_setting_type;" command="cmd_server_admin_usr_setting_type"/>
438                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_hard_due_date;" command="cmd_server_admin_config_hard_due_date"/>
439                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_circ_duration;" command="cmd_server_admin_config_rule_circ_duration"/>
440                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_recurring_fine;" command="cmd_server_admin_config_rule_recurring_fine"/>
441                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_max_fine;" command="cmd_server_admin_config_rule_max_fine"/>
442                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_age_hold_protect;" command="cmd_server_admin_config_rule_age_hold_protect"/>
443                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_circ_weights;" command="cmd_server_admin_config_circ_weights"/>
444                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_hold_weights;" command="cmd_server_admin_config_hold_weights"/>
445                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_weight_assoc;" command="cmd_server_admin_config_weight_assoc"/>
446                 <menu id="main.menu.admin.server.acq" label="&staff.main.menu.admin.server_admin.acq.label;" accesskey="&staff.main.menu.admin.server_admin.acq.accesskey;">
447                     <menupopup id="main.menu.admin.server.acq.popup">
448                         <menuitem label="&staff.main.menu.admin.server_admin.acq.fund.label;" accesskey="&staff.main.menu.admin.server_admin.acq.fund.accesskey;" command="cmd_server_admin_acq_fund" />
449                         <menuitem label="&staff.main.menu.admin.server_admin.acq.fund_tag.label;" accesskey="&staff.main.menu.admin.server_admin.acq.fund_tag.accesskey;" command="cmd_server_admin_acq_fund_tag"/>
450                         <menuitem label="&staff.main.menu.admin.server_admin.acq.funding_source.label;" accesskey="&staff.main.menu.admin.server_admin.acq.funding_source.accesskey;" command="cmd_server_admin_acq_funding_source" />
451                         <menuitem label="&staff.main.menu.admin.server_admin.acq.distrib_formula.label;" accesskey="&staff.main.menu.admin.server_admin.acq.distrib_formula.accesskey;" command="cmd_server_admin_acq_distrib_formula" />
452                         <menuitem label="&staff.main.menu.admin.server_admin.acq.currency_type.label;" accesskey="&staff.main.menu.admin.server_admin.acq.currency_type.accesskey;" command="cmd_server_admin_acq_currency_type" />
453                         <menuitem label="&staff.main.menu.admin.server_admin.acq.exchange_rate.label;" accesskey="&staff.main.menu.admin.server_admin.acq.exchange_rate.accesskey;" command="cmd_server_admin_acq_exchange_rate" />
454                         <menuitem label="&staff.main.menu.admin.server_admin.acq.provider.label;" accesskey="&staff.main.menu.admin.server_admin.acq.provider.accesskey;" command="cmd_server_admin_acq_provider" />
455                         <menuitem label="&staff.main.menu.admin.server_admin.acq.edi_account.label;" accesskey="&staff.main.menu.admin.server_admin.acq.edi_account.accesskey;" command="cmd_server_admin_acq_edi_account" />
456                         <menuitem label="&staff.main.menu.admin.server_admin.acq.edi_message.label;" accesskey="&staff.main.menu.admin.server_admin.acq.edi_message.accesskey;" command="cmd_server_admin_acq_edi_message" />
457                         <menuseparator />
458                         <menuitem label="&staff.main.menu.admin.server_admin.acq.claim_type.label;" accesskey="&staff.main.menu.admin.server_admin.acq.claim_type.accesskey;" command="cmd_server_admin_acq_claim_type"/>
459                         <menuitem label="&staff.main.menu.admin.server_admin.acq.claim_event_type.label;" accesskey="&staff.main.menu.admin.server_admin.acq.claim_event_type.accesskey;" command="cmd_server_admin_acq_claim_event_type"/>
460                         <menuitem label="&staff.main.menu.admin.server_admin.acq.claim_policy.label;" accesskey="&staff.main.menu.admin.server_admin.acq.claim_policy.accesskey;" command="cmd_server_admin_acq_claim_policy"/>
461                         <menuitem label="&staff.main.menu.admin.server_admin.acq.claim_policy_action.label;" accesskey="&staff.main.menu.admin.server_admin.acq.claim_policy_action.accesskey;" command="cmd_server_admin_acq_claim_policy_action"/>
462                         <menuseparator />
463                         <menuitem label="&staff.main.menu.admin.server_admin.acq.invoice_item_type.label;" accesskey="&staff.main.menu.admin.server_admin.acq.invoice_item_type.accesskey;" command="cmd_server_admin_acq_invoice_item_type"/>
464                         <menuitem label="&staff.main.menu.admin.server_admin.acq.invoice_payment_method.label;" accesskey="&staff.main.menu.admin.server_admin.acq.invoice_payment_method.accesskey;" command="cmd_server_admin_acq_invoice_payment_method"/>
465                         <menuseparator />
466                         <menuitem label="&staff.main.menu.admin.server_admin.acq.lineitem_alert.label;" accesskey="&staff.main.menu.admin.server_admin.acq.lineitem_alert.accesskey;" command="cmd_server_admin_acq_lineitem_alert"/>
467                         <menuitem label="&staff.main.menu.admin.server_admin.acq.lineitem_marc_attr_def.label;" accesskey="&staff.main.menu.admin.server_admin.acq.lineitem_marc_attr_def.accesskey;" command="cmd_server_admin_acq_lineitem_marc_attr_def"/>
468                         <menuitem label="&staff.main.menu.admin.server_admin.acq.cancel_reason.label;" accesskey="&staff.main.menu.admin.server_admin.acq.cancel_reason.accesskey;" command="cmd_server_admin_acq_cancel_reason"/>
469                     </menupopup>
470                 </menu>
471                 <menu id="main.menu.admin.server.booking" label="&staff.main.menu.admin.server_admin.booking.label;" accesskey="&staff.main.menu.admin.server_admin.booking.accesskey;">
472                     <menupopup id="main.menu.admin.server.booking.popup">
473                         <menuitem label="&staff.main.menu.admin.server_admin.booking.resource.label;" command="cmd_server_admin_booking_resource" accesskey="&staff.main.menu.admin.server_admin.booking.resource.accesskey;"/>
474                         <menuitem label="&staff.main.menu.admin.server_admin.booking.resource_type.label;" command="cmd_server_admin_booking_resource_type" accesskey="&staff.main.menu.admin.server_admin.booking.resource_type.accesskey;"/>
475                         <menuitem label="&staff.main.menu.admin.server_admin.booking.resource_attr.label;" command="cmd_server_admin_booking_resource_attr" accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr.accesskey;"/>
476                         <menuitem label="&staff.main.menu.admin.server_admin.booking.resource_attr_value.label;" command="cmd_server_admin_booking_resource_attr_value" accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr_value.accesskey;"/>
477                         <menuitem label="&staff.main.menu.admin.server_admin.booking.resource_attr_map.label;" command="cmd_server_admin_booking_resource_attr_map" accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr_map.accesskey;"/>
478                     </menupopup>
479                 </menu>
480             </menupopup>
481         </menu>
482
483         <menuseparator />
484         <menuitem label="&staff.main.menu.admin.user_edit.label;" accesskey="&staff.main.menu.admin.user_edit.accesskey;" command="cmd_adv_user_edit"/>
485         <menuitem label="&staff.main.menu.admin.toggle_buttonbar.label;" accesskey="&staff.main.menu.admin.toggle_buttonbar.accesskey;" command="cmd_toggle_buttonbar"/>
486         <menuitem label="&staff.main.menu.admin.toggle_meters.label;" accesskey="&staff.main.menu.admin.toggle_meters.accesskey;" command="cmd_toggle_meters"/>
487         <menuseparator />
488         <menu id="main.menu.admin.sub" accesskey="&staff.main.menu.admin.developer.accesskey;" label="&staff.main.menu.admin.developer.label;">
489             <menupopup id="main.menu.admin.sub.popup">
490                 <menuitem label="&staff.main.menu.admin.stat_cat_edit.label;" accesskey="&staff.main.menu.admin.stat_cat_edit.accesskey;" command="cmd_stat_cat_edit"/>
491                 <menuitem label="&staff.main.menu.admin.non_cat_type_edit.label;" accesskey="&staff.main.menu.admin.non_cat_type_edit.accesskey;" command="cmd_non_cat_type_edit"/>
492                 <menuitem label="&staff.main.menu.admin.copy_location_edit.label;" accesskey="&staff.main.menu.admin.copy_location_edit.accesskey;" command="cmd_copy_location_edit"/>
493                 <menuitem label="&staff.main.menu.admin.browse_holds.label;" command="cmd_browse_holds" accesskey="&staff.main.menu.admin.browse_holds.accesskey;"/>
494                 <menuitem label="&staff.main.menu.admin.local_admin.label;" accesskey="&staff.main.menu.admin.local_admin.accesskey;" command="cmd_local_admin"/>
495                 <menuitem label="&staff.main.menu.admin.survey_wizard.label;" accesskey="&staff.main.menu.admin.survey_wizard.accesskey;" command="cmd_survey_wizard"/>
496                 <menuseparator />
497                 <menuitem label="&staff.main.menu.admin.public_opac.label;" command="cmd_public_opac" accesskey="&staff.main.menu.admin.public_opac.accesskey;"/>
498                 <menuitem label="&staff.main.menu.admin.cmd_test.label;" old_accesskey="T" command="cmd_test"/>
499                 <menuitem label="&staff.main.menu.admin.xuleditor.label;" accesskey="&staff.main.menu.admin.xuleditor.accesskey;" command="cmd_xuleditor"/>
500                 <menuitem label="&staff.main.menu.admin.fieldmapper.label;" accesskey="&staff.main.menu.admin.fieldmapper.accesskey;" command="cmd_fieldmapper"/>
501                 <menuitem label="&staff.main.menu.admin.cmd_console.label;" accesskey="&staff.main.menu.admin.cmd_console.accesskey;" command="cmd_console"/>
502                 <menuitem label="&staff.main.menu.admin.cmd_shell.label;" accesskey="&staff.main.menu.admin.cmd_shell.accesskey;" command="cmd_shell"/>
503                 <menuitem label="&staff.main.menu.admin.cmd_chrome_shell.label;" accesskey="&staff.main.menu.admin.cmd_chrome_shell.accesskey;" 
504                     oncommand="try{xulG.window.win.start_js_shell();}catch(E){alert(E);}"/>
505                 <menuitem label="server/main/test.html" accesskey="1" command="cmd_test_html"/>
506                 <menuitem label="server/main/test.xul" accesskey="2" command="cmd_test_xul"/>
507                 <menuitem label="&staff.main.menu.admin.clear_cache.label;" accesskey="&staff.main.menu.admin.clear_cache.accesskey;" command="cmd_clear_cache"/>
508                 <menuitem label="&staff.main.menu.admin.restore_all_tabs.label;" command="cmd_restore_all_tabs"/>
509                 <menuitem label="&staff.main.menu.admin.extension_manager.label;" command="cmd_extension_manager"/>
510                 <menuitem label="&staff.main.menu.admin.theme_manager.label;" command="cmd_theme_manager"/>
511                 <menuitem label="&staff.main.menu.admin.about_config.label;" command="cmd_about_config"/>
512                 <menuitem label="&staff.main.menu.admin.venkman.label;" oncommand="try{xulG.window.win.start_debugger();}catch(E){alert(E);}"/>
513                 <menuitem label="&staff.main.auth.debug.inspector;" oncommand="try{xulG.window.win.start_inspector();}catch(E){alert(E);}"/>
514                 <menuitem label="&staff.main.auth.debug.chrome_list;" oncommand="try{xulG.window.win.start_chrome_list();}catch(E){alert(E);}"/>
515                 <menuitem label="&staff.main.menu.admin.ping;" oncommand="try{netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');JSAN.use('util.network'); var n = new util.network(); alert(n.ping());}catch(E){alert(E);}"/>
516             </menupopup>
517         </menu>
518     </menupopup>
519 </menu>
520
521
522 </overlay>