]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Move most label/accesskeys to command nodes
[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              />
11     <command id="cmd_back"
12              />
13     <command id="cmd_close_window"
14              label="&staff.main.menu.file.close.label;"
15              accesskey="&staff.main.menu.file.close.accesskey;"
16              />
17     <command id="cmd_new_window"
18              label="&staff.main.menu.file.new.label;"
19              accesskey="&staff.main.menu.file.new.accesskey;"
20              />
21     <command id="cmd_new_tab"
22              label="&staff.main.menu.file.new_tab.label;"
23              accesskey="&staff.main.menu.file.new_tab.accesskey;"
24              />
25     <command id="cmd_close_tab"
26              label="&staff.main.menu.file.close_tab.label;"
27              accesskey="&staff.main.menu.file.close_tab.accesskey;"
28              />
29     <command id="cmd_close_all_tabs"
30              label="&staff.main.menu.tabs.close;"
31              accesskey="&staff.main.menu.tabs.close.accesskey;"
32              />
33     <command id="cmd_shutdown"
34              label="&staff.main.menu.quit;"
35              accesskey="&staff.main.menu.quit.accesskey;"
36              />
37
38     <command id="cmd_edit_copy_buckets"
39              label="&staff.main.menu.cat.edit_copy_buckets.label;"
40              accesskey="&staff.main.menu.cat.edit_copy_buckets.accesskey;"
41              />
42     <command id="cmd_edit_volume_buckets"
43              label="&staff.main.menu.cat.edit_volume_buckets.label;"
44              accesskey="&staff.main.menu.cat.edit_volume_buckets.accesskey;"
45              />
46     <command id="cmd_edit_record_buckets"
47              label="&staff.main.menu.cat.edit_record_buckets.label;"
48              accesskey="&staff.main.menu.cat.edit_record_buckets.accesskey;"
49              />
50     <command id="cmd_edit_user_buckets"
51              label="&staff.main.menu.edit.buckets.users;"
52              accesskey="&staff.main.menu.edit.buckets.users.accesskey;"
53              />
54
55     <command id="cmd_cat_main"
56              />
57     <command id="cmd_create_marc"
58              label="&staff.main.menu.cat.create_marc.label;"
59              accesskey="&staff.main.menu.cat.create_marc.accesskey;"
60              />
61     <command id="cmd_authority_manage"
62              label="&staff.main.menu.cat.authority_manage.label;"
63              accesskey="&staff.main.menu.cat.authority_manage.accesskey;"
64              />
65     <command id="cmd_circ_checkout"
66              label="&staff.main.menu.circ.checkout.label;"
67              accesskey="&staff.main.menu.circ.checkout.accesskey;"
68              />
69     <command id="cmd_patron_search"
70              label="&staff.main.menu.search.patrons.label;"
71              accesskey="&staff.main.menu.search.patrons.accesskey;"
72              />
73     <command id="cmd_circ_checkin"
74              label="&staff.main.menu.circ.checkin.label;"
75              accesskey="&staff.main.menu.circ.checkin.accesskey;"
76              />
77     <command id="cmd_circ_renew"
78              label="&staff.main.menu.circ.renew.label;"
79              accesskey="&staff.main.menu.circ.renew.accesskey;"
80              />
81     <command id="cmd_circ_hold_capture"
82              label="&staff.main.menu.circ.hold_capture.label;"
83              accesskey="&staff.main.menu.circ.hold_capture.accesskey;"
84              />
85     <command id="cmd_circ_hold_pull_list"
86              label="&staff.main.menu.circ.hold_pull.label;"
87              accesskey="&staff.main.menu.circ.hold_pull.accesskey;"
88              />
89     <command id="cmd_browse_holds"
90              label="&staff.main.menu.admin.browse_holds.label;"
91              accesskey="&staff.main.menu.admin.browse_holds.accesskey;"
92              />
93     <command id="cmd_browse_holds_shelf"
94              label="&staff.main.menu.circ.hold_browse.label;"
95              accesskey="&staff.main.menu.circ.hold_browse.accesskey;"
96              />
97     <command id="cmd_in_house_use"
98              label="&staff.main.menu.circ.in_house.label;"
99              accesskey="&staff.main.menu.circ.in_house.accesskey;"
100              />
101     <command id="cmd_scan_item_as_missing_pieces"
102              label="&staff.main.menu.circ.scan_item_as_missing_pieces.label;"
103              accesskey="&staff.main.menu.circ.scan_item_as_missing_pieces.accesskey;"
104              />
105     <command id="cmd_copy_status"
106              label="&staff.main.menu.cat.copy_status.label;"
107              accesskey="&staff.main.menu.cat.copy_status.accesskey;"
108              />
109     <command id="cmd_search_opac"
110              label="&staff.main.menu.search.catalog.label;"
111              accesskey="&staff.main.menu.search.catalog.accesskey;"
112              />
113     <command id="cmd_public_opac"
114              label="&staff.main.menu.admin.public_opac.label;"
115              accesskey="&staff.main.menu.admin.public_opac.accesskey;"
116              />
117     <command id="cmd_search_tcn"
118              label="&staff.main.menu.cat.search_tcn.label;"
119              accesskey="&staff.main.menu.cat.search_tcn.accesskey;"
120              />
121     <command id="cmd_search_bib_id"
122              label="&staff.main.menu.cat.search_bib_id.label;"
123              accesskey="&staff.main.menu.cat.search_bib_id.accesskey;"
124              />
125     <command id="cmd_patron_register"
126              label="&staff.main.menu.circ.patron_registration.label;"
127              accesskey="&staff.main.menu.circ.patron_registration.accesskey;"
128              />
129     <command id="cmd_staged_patrons"
130              label="&staff.main.menu.circ.staged_patrons.label;"
131              accesskey="&staff.main.menu.circ.staged_patrons.accesskey;"
132              />
133     <command id="cmd_standalone"
134              label="&staff.main.menu.circ.offline.label;"
135              accesskey="&staff.main.menu.circ.offline.accesskey;"
136              />
137     <command id="cmd_survey_wizard"
138              label="&staff.main.menu.admin.survey_wizard.label;"
139              accesskey="&staff.main.menu.admin.survey_wizard.accesskey;"
140              />
141     <command id="cmd_stat_cat_edit"
142              label="&staff.main.menu.admin.stat_cat_edit.label;"
143              accesskey="&staff.main.menu.admin.stat_cat_edit.accesskey;"
144              />
145     <command id="cmd_non_cat_type_edit"
146              label="&staff.main.menu.admin.non_cat_type_edit.label;"
147              accesskey="&staff.main.menu.admin.non_cat_type_edit.accesskey;"
148              />
149     <command id="cmd_copy_location_edit"
150              label="&staff.main.menu.admin.copy_location_edit.label;"
151              accesskey="&staff.main.menu.admin.copy_location_edit.accesskey;"
152              />
153     <command id="cmd_print_list_template_edit"
154              label="&staff.main.menu.admin.template_edit.label;"
155              accesskey="&staff.main.menu.admin.template_edit.accesskey;"
156              />
157     <command id="cmd_z39_50_import"
158              label="&staff.main.menu.cat.z39_50_import.label;"
159              accesskey="&staff.main.menu.cat.z39_50_import.accesskey;"
160              />
161     <command id="cmd_create_new_marc_book"
162              />
163     <command id="cmd_marc_batch_edit"
164              label="&staff.main.menu.cat.marc_batch_edit.label;"
165              accesskey="&staff.main.menu.cat.marc_batch_edit.accesskey;"
166              />
167     <command id="cmd_replace_barcode"
168              label="&staff.main.menu.replace_barcode.label;"
169              />
170     <command id="cmd_reprint"
171              label="&staff.main.menu.circ.reprint.label;"
172              accesskey="&staff.main.menu.circ.reprint.accesskey;"
173              />
174     <command id="cmd_retrieve_last_patron"
175              label="&staff.main.menu.circ.patron_retrieve.label;"
176              accesskey="&staff.main.menu.circ.patron_retrieve.accesskey;"
177              />
178     <command id="cmd_retrieve_last_record"
179              label="&staff.main.menu.cat.retrieve_last_record.label;"
180              accesskey="&staff.main.menu.cat.retrieve_last_record.accesskey;"
181              />
182     <command id="cmd_verify_credentials"
183              label="&staff.main.menu.circ.verify_credentials;"
184              accesskey="&staff.main.menu.circ.verify_credentials.accesskey;"
185              />
186
187     <command id="cmd_change_session"
188              label="&staff.main.menu.admin.change_session.label;"
189              accesskey="O"
190              />
191     <command id="cmd_manage_offline_xacts"
192              label="&staff.main.menu.admin.offline_xacts.label;"
193              accesskey="&staff.main.menu.admin.offline_xacts.accesskey;"
194              />
195     <command id="cmd_download_patrons"
196              label="&staff.main.menu.admin.download_patrons.label;"
197              accesskey="&staff.main.menu.admin.download_patrons.accesskey;"
198              />
199     <command id="cmd_local_admin"
200              label="&staff.main.menu.admin.local_admin.label;"
201              accesskey="&staff.main.menu.admin.local_admin.accesskey;"
202              />
203     <command id="cmd_toggle_buttonbar"
204              label="&staff.main.menu.admin.toggle_buttonbar.label;"
205              accesskey="&staff.main.menu.admin.toggle_buttonbar.accesskey;"
206              />
207     <command id="cmd_toggle_meters"
208              label="&staff.main.menu.admin.toggle_meters.label;"
209              accesskey="&staff.main.menu.admin.toggle_meters.accesskey;"
210              />
211
212     <command id="cmd_extension_manager"
213              label="&staff.main.menu.admin.extension_manager.label;"
214              />
215     <command id="cmd_theme_manager"
216              label="&staff.main.menu.admin.theme_manager.label;"
217              />
218     <command id="cmd_about_config"
219              label="&staff.main.menu.admin.about_config.label;"
220              />
221
222     <command id="cmd_adv_user_edit"
223              label="&staff.main.menu.admin.user_edit.label;"
224              accesskey="&staff.main.menu.admin.user_edit.accesskey;"
225              />
226     <command id="cmd_console"
227              label="&staff.main.menu.admin.cmd_console.label;"
228              accesskey="&staff.main.menu.admin.cmd_console.accesskey;"
229              />
230     <command id="cmd_shell"
231              label="&staff.main.menu.admin.cmd_shell.label;"
232              accesskey="&staff.main.menu.admin.cmd_shell.accesskey;"
233              />
234     <command id="cmd_xuleditor"
235              label="&staff.main.menu.admin.xuleditor.label;"
236              accesskey="&staff.main.menu.admin.xuleditor.accesskey;"
237              />
238     <command id="cmd_fieldmapper"
239              label="&staff.main.menu.admin.fieldmapper.label;"
240              accesskey="&staff.main.menu.admin.fieldmapper.accesskey;"
241              />
242     <command id="cmd_test_html"
243              label="server/main/test.html"
244              accesskey="1"
245              />
246     <command id="cmd_test_xul"
247              label="server/main/test.xul"
248              accesskey="2"
249              />
250     <command id="cmd_clear_cache"
251              label="&staff.main.menu.admin.clear_cache.label;"
252              accesskey="&staff.main.menu.admin.clear_cache.accesskey;"
253              />
254     <command id="cmd_restore_all_tabs"
255              label="&staff.main.menu.admin.restore_all_tabs.label;"
256              />
257
258     <command id="cmd_test"
259              label="&staff.main.menu.admin.cmd_test.label;"
260              />
261     <command id="cmd_broken"
262              disabled="true"
263              />
264     <command id="cmd_open_vandelay"
265              label="&staff.main.menu.cat.vandelay.label;"
266              />
267     
268     <command id="cmd_acq_create_invoice"
269              label="&staff.main.menu.acq.create_invoice.label;"
270              accesskey="&staff.main.menu.acq.create_invoice.accesskey;"
271              />
272     <command id="cmd_acq_create_po"
273              label="&staff.main.menu.acq.create_po.label;"
274              accesskey="&staff.main.menu.acq.create_po.accesskey;"
275              />
276     <command id="cmd_acq_view_my_pl"
277              label="&staff.main.menu.acq.view_my_pl.label;"
278              accesskey="&staff.main.menu.acq.view_my_pl.accesskey;"
279              />
280     <command id="cmd_acq_view_local_po"
281              label="&staff.main.menu.acq.view_local_po.label;"
282              accesskey="&staff.main.menu.acq.view_local_po.accesskey;"
283              />
284     <command id="cmd_acq_view_local_inv"
285              label="&staff.main.menu.acq.view_local_inv.label;"
286              accesskey="&staff.main.menu.acq.view_local_inv.accesskey;"
287              />
288     <command id="cmd_acq_upload"
289              label="&staff.main.menu.acq.upload.label;"
290              accesskey="&staff.main.menu.acq.upload.accesskey;"
291              />
292     <command id="cmd_acq_user_requests"
293              label="&staff.main.menu.acq.user_requests.label;"
294              accesskey="&staff.main.menu.acq.user_requests.accesskey;"
295              />
296     <command id="cmd_acq_bib_search"
297              label="&staff.main.menu.acq.bib_search.label;"
298              accesskey="&staff.main.menu.acq.bib_search.accesskey;"
299              />
300     <command id="cmd_acq_unified_search"
301              label="&staff.main.menu.acq.unified_search.label;"
302              accesskey="&staff.main.menu.acq.unified_search.accesskey;"
303              />
304     <command id="cmd_acq_from_bib"
305              label="&staff.main.menu.acq.from_bib.label;"
306              accesskey="&staff.main.menu.acq.from_bib.accesskey;"
307              />
308     <command id="cmd_acq_new_brief_record"
309              label="&staff.main.menu.acq.brief_record.label;"
310              accesskey="&staff.main.menu.acq.brief_record.accesskey;"
311              />
312     <command id="cmd_acq_claim_eligible"
313              label="&staff.main.menu.acq.claim_eligible.label;"
314              accesskey="&staff.main.menu.acq.claim_eligible.accesskey;"
315              />
316
317     <command id="cmd_booking_reservation"
318              label="&staff.main.menu.booking.reservation.label;"
319              accesskey="&staff.main.menu.booking.reservation.accesskey;"
320              />
321     <command id="cmd_booking_pull_list"
322              label="&staff.main.menu.booking.pull_list.label;"
323              accesskey="&staff.main.menu.booking.pull_list.accesskey;"
324              />
325     <command id="cmd_booking_capture"
326              label="&staff.main.menu.booking.capture.label;"
327              accesskey="&staff.main.menu.booking.capture.accesskey;"
328              />
329     <command id="cmd_booking_reservation_pickup"
330              label="&staff.main.menu.booking.reservation_pickup.label;"
331              accesskey="&staff.main.menu.booking.reservation_pickup.accesskey;"
332              />
333     <command id="cmd_booking_reservation_return"
334              label="&staff.main.menu.booking.reservation_return.label;"
335              accesskey="&staff.main.menu.booking.reservation_return.accesskey;"
336              />
337
338
339     <!-- local admin menu commands -->
340     <command id="cmd_local_admin_fonts_and_sounds"
341              label="&staff.server.admin.index.fonts_and_sounds;"
342              />
343     <command id="cmd_local_admin_printer"
344              label="&staff.server.admin.index.printer;"
345              />
346     <command id="cmd_local_admin_do_not_auto_attempt_print_setting"
347              label="&staff.server.admin.index.do_not_auto_attempt_print_setting.label;"
348              accesskey="&staff.server.admin.index.do_not_auto_attempt_print_setting.accesskey;"
349              />
350     <command id="cmd_local_admin_closed_dates"
351              label="&staff.server.admin.index.closed_dates;"
352              />
353     <command id="cmd_local_admin_copy_locations"
354              label="&staff.server.admin.index.copy_locations;"
355              />
356     <command id="cmd_local_admin_lib_settings"
357              label="&staff.server.admin.index.library_settings;"
358              />
359     <command id="cmd_local_admin_non_cat_types"
360              label="&staff.server.admin.index.non_cataloged_types;"
361              />
362     <command id="cmd_local_admin_stat_cats"
363              label="&staff.server.admin.index.statistical_categories;"
364              />
365     <command id="cmd_local_admin_standing_penalty"
366              label="&staff.main.menu.admin.local_admin.conify.standing_penalty.label;"
367              />
368     <command id="cmd_local_admin_grp_penalty_threshold"
369              label="&staff.main.menu.admin.local_admin.conify.grp_penalty_threshold.label;"
370              />
371     <command id="cmd_local_admin_copy_location_order"
372              label="&staff.main.menu.admin.local_admin.conify.copy_location_order.label;"
373              />
374     <command id="cmd_local_admin_external_text_editor"
375              label="&staff.server.admin.index.external_text_editor.label;"
376              accesskey="&staff.server.admin.index.external_text_editor.accesskey;"
377              />
378     <command id="cmd_local_admin_idl_field_doc"
379              label="&staff.main.menu.admin.local_admin.conify.idl_field_doc.label;"
380              />
381     <command id="cmd_local_admin_action_trigger"
382              label="&staff.main.menu.admin.local_admin.conify.action_trigger.label;"
383              />
384     <command id="cmd_local_admin_survey"
385              label="&staff.main.menu.admin.local_admin.conify.survey.label;"
386              />
387     <command id="cmd_local_admin_reports"
388              label="&staff.server.admin.index.reports;"
389              />
390     <command id="cmd_local_admin_age_overdue_circulations_to_lost"
391              label="&staff.server.admin.index.age_overdue_circulations_to_lost.label;"
392              accesskey="&staff.server.admin.index.age_overdue_circulations_to_lost.accesskey;"
393              />
394     <command id="cmd_local_admin_cash_reports"
395              label="&staff.server.admin.index.cash_reports;"
396              />
397     <command id="cmd_local_admin_transit_list"
398              label="&staff.server.admin.index.transit_list;"
399              />
400     <command id="cmd_local_admin_circ_matrix_matchpoint"
401              label="&staff.main.menu.admin.local_admin.circ_matrix_matchpoint.label;"
402              />
403     <command id="cmd_local_admin_hold_matrix_matchpoint"
404              label="&staff.main.menu.admin.local_admin.hold_matrix_matchpoint.label;"
405              />
406     <command id="cmd_local_admin_work_log"
407              label="&staff.main.menu.admin.local_admin.work_log.label;"
408              accesskey="&staff.main.menu.admin.local_admin.work_log.accesskey;"
409              />
410     <command id="cmd_local_admin_patrons_due_refunds"
411              label="&staff.main.menu.admin.local_admin.patrons_due_refunds.label;"
412              accesskey="&staff.main.menu.admin.local_admin.patrons_due_refunds.accesskey;"
413              />
414     <command id="cmd_local_admin_copy_template"
415              label="&staff.main.menu.admin.local_admin.copy_template.label;"
416              accesskey="&staff.main.menu.admin.local_admin.copy_template.accesskey;"
417              />
418
419     <!-- server admin menu commands -->
420     <command id="cmd_server_admin_org_type"
421              label="&staff.main.menu.admin.server_admin.conify.org_unit_type.label;"
422              />
423     <command id="cmd_server_admin_org_unit"
424              label="&staff.main.menu.admin.server_admin.conify.org_unit.label;"
425              />
426     <command id="cmd_server_admin_grp_tree"
427              label="&staff.main.menu.admin.server_admin.conify.grp_tree.label;"
428              />
429     <command id="cmd_server_admin_perm_list"
430              label="&staff.main.menu.admin.server_admin.conify.perm_list.label;"
431              />
432     <command id="cmd_server_admin_copy_status"
433              label="&staff.main.menu.admin.server_admin.conify.copy_status.label;"
434              />
435     <command id="cmd_server_admin_marc_code"
436              label="&staff.main.menu.admin.server_admin.conify.marc_record_attrs.label;"
437              />
438     <command id="cmd_server_admin_coded_value_map"
439              label="&staff.main.menu.admin.server_admin.conify.coded_value_maps.label;"
440              />
441     <command id="cmd_server_admin_billing_type"
442              label="&staff.main.menu.admin.server_admin.conify.billing_type.label;"
443              />
444     <command id="cmd_server_admin_acn_prefix"
445              label="&staff.main.menu.admin.server_admin.conify.acn_prefix.label;"
446              />
447     <command id="cmd_server_admin_acn_suffix"
448              label="&staff.main.menu.admin.server_admin.conify.acn_suffix.label;"
449              />
450     <command id="cmd_server_admin_acq_invoice_item_type"
451              label="&staff.main.menu.admin.server_admin.acq.invoice_item_type.label;"
452              accesskey="&staff.main.menu.admin.server_admin.acq.invoice_item_type.accesskey;"
453              />
454     <command id="cmd_server_admin_acq_invoice_payment_method"
455              label="&staff.main.menu.admin.server_admin.acq.invoice_payment_method.label;"
456              accesskey="&staff.main.menu.admin.server_admin.acq.invoice_payment_method.accesskey;"
457              />
458     <command id="cmd_server_admin_acq_cancel_reason"
459              label="&staff.main.menu.admin.server_admin.acq.cancel_reason.label;"
460              accesskey="&staff.main.menu.admin.server_admin.acq.cancel_reason.accesskey;"
461              />
462     <command id="cmd_server_admin_acq_lineitem_alert"
463              label="&staff.main.menu.admin.server_admin.acq.lineitem_alert.label;"
464              accesskey="&staff.main.menu.admin.server_admin.acq.lineitem_alert.accesskey;"
465              />
466     <command id="cmd_server_admin_acq_lineitem_marc_attr_def"
467              label="&staff.main.menu.admin.server_admin.acq.lineitem_marc_attr_def.label;"
468              accesskey="&staff.main.menu.admin.server_admin.acq.lineitem_marc_attr_def.accesskey;"
469              />
470     <command id="cmd_server_admin_acq_fund_tag"
471              label="&staff.main.menu.admin.server_admin.acq.fund_tag.label;"
472              accesskey="&staff.main.menu.admin.server_admin.acq.fund_tag.accesskey;"
473              />
474     <command id="cmd_server_admin_acq_claim_type"
475              label="&staff.main.menu.admin.server_admin.acq.claim_type.label;"
476              accesskey="&staff.main.menu.admin.server_admin.acq.claim_type.accesskey;"
477              />
478     <command id="cmd_server_admin_acq_claim_event_type"
479              label="&staff.main.menu.admin.server_admin.acq.claim_event_type.label;"
480              accesskey="&staff.main.menu.admin.server_admin.acq.claim_event_type.accesskey;"
481              />
482     <command id="cmd_server_admin_acq_claim_policy"
483              label="&staff.main.menu.admin.server_admin.acq.claim_policy.label;"
484              accesskey="&staff.main.menu.admin.server_admin.acq.claim_policy.accesskey;"
485              />
486     <command id="cmd_server_admin_acq_claim_policy_action"
487              label="&staff.main.menu.admin.server_admin.acq.claim_policy_action.label;"
488              accesskey="&staff.main.menu.admin.server_admin.acq.claim_policy_action.accesskey;"
489              />
490     <command id="cmd_server_admin_acq_fund"
491              label="&staff.main.menu.admin.server_admin.acq.fund.label;"
492              accesskey="&staff.main.menu.admin.server_admin.acq.fund.accesskey;"
493              />
494     <command id="cmd_server_admin_acq_funding_source"
495              label="&staff.main.menu.admin.server_admin.acq.funding_source.label;"
496              accesskey="&staff.main.menu.admin.server_admin.acq.funding_source.accesskey;"
497              />
498     <command id="cmd_server_admin_acq_provider"
499              label="&staff.main.menu.admin.server_admin.acq.provider.label;"
500              accesskey="&staff.main.menu.admin.server_admin.acq.provider.accesskey;"
501              />
502     <command id="cmd_server_admin_acq_edi_account"
503              label="&staff.main.menu.admin.server_admin.acq.edi_account.label;"
504              accesskey="&staff.main.menu.admin.server_admin.acq.edi_account.accesskey;"
505              />
506     <command id="cmd_server_admin_acq_edi_message"
507              label="&staff.main.menu.admin.server_admin.acq.edi_message.label;"
508              accesskey="&staff.main.menu.admin.server_admin.acq.edi_message.accesskey;"
509              />
510     <command id="cmd_server_admin_acq_currency_type"
511              label="&staff.main.menu.admin.server_admin.acq.currency_type.label;"
512              accesskey="&staff.main.menu.admin.server_admin.acq.currency_type.accesskey;"
513              />
514     <command id="cmd_server_admin_acq_exchange_rate"
515              label="&staff.main.menu.admin.server_admin.acq.exchange_rate.label;"
516              accesskey="&staff.main.menu.admin.server_admin.acq.exchange_rate.accesskey;"
517              />
518     <command id="cmd_server_admin_acq_distrib_formula"
519              label="&staff.main.menu.admin.server_admin.acq.distrib_formula.label;"
520              accesskey="&staff.main.menu.admin.server_admin.acq.distrib_formula.accesskey;"
521              />
522     <command id="cmd_server_admin_z39_source"
523              label="&staff.main.menu.admin.server_admin.conify.z3950_source.label;"
524              />
525     <command id="cmd_server_admin_circ_mod"
526              label="&staff.main.menu.admin.server_admin.conify.circulation_modifier.label;"
527              />
528     <command id="cmd_server_admin_global_flag"
529              label="&staff.main.menu.admin.server_admin.conify.global_flag.label;"
530              />
531     <command id="cmd_server_admin_org_unit_setting_type"
532              label="&staff.main.menu.admin.server_admin.conify.org_unit_setting_type;"
533              />
534     <command id="cmd_server_admin_usr_setting_type"
535              label="&staff.main.menu.admin.server_admin.conify.usr_setting_type;"
536              />
537     <command id="cmd_server_admin_config_hard_due_date"
538              label="&staff.main.menu.admin.server_admin.conify.config_hard_due_date;"
539              />
540     <command id="cmd_server_admin_config_rule_circ_duration"
541              label="&staff.main.menu.admin.server_admin.conify.config_rule_circ_duration;"
542              />
543     <command id="cmd_server_admin_config_rule_recurring_fine"
544              label="&staff.main.menu.admin.server_admin.conify.config_rule_recurring_fine;"
545              />
546     <command id="cmd_server_admin_config_rule_max_fine"
547              label="&staff.main.menu.admin.server_admin.conify.config_rule_max_fine;"
548              />
549     <command id="cmd_server_admin_config_rule_age_hold_protect"
550              label="&staff.main.menu.admin.server_admin.conify.config_rule_age_hold_protect;"
551              />
552     <command id="cmd_server_admin_booking_resource"
553              label="&staff.main.menu.admin.server_admin.booking.resource.label;"
554              accesskey="&staff.main.menu.admin.server_admin.booking.resource.accesskey;"
555              />
556     <command id="cmd_server_admin_booking_resource_type"
557              label="&staff.main.menu.admin.server_admin.booking.resource_type.label;"
558              accesskey="&staff.main.menu.admin.server_admin.booking.resource_type.accesskey;"
559              />
560     <command id="cmd_server_admin_booking_resource_attr"
561              label="&staff.main.menu.admin.server_admin.booking.resource_attr.label;"
562              accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr.accesskey;"
563              />
564     <command id="cmd_server_admin_booking_resource_attr_value"
565              label="&staff.main.menu.admin.server_admin.booking.resource_attr_value.label;"
566              accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr_value.accesskey;"
567              />
568     <command id="cmd_server_admin_booking_resource_attr_map"
569              label="&staff.main.menu.admin.server_admin.booking.resource_attr_map.label;"
570              accesskey="&staff.main.menu.admin.server_admin.booking.resource_attr_map.accesskey;"
571              />
572     <command id="cmd_server_admin_config_circ_weights"
573              label="&staff.main.menu.admin.server_admin.conify.config_circ_weights;"
574              />
575     <command id="cmd_server_admin_config_hold_weights"
576              label="&staff.main.menu.admin.server_admin.conify.config_hold_weights;"
577              />
578     <command id="cmd_server_admin_config_weight_assoc"
579              label="&staff.main.menu.admin.server_admin.conify.config_weight_assoc;"
580              />
581 </commandset>
582
583
584 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
585 <keyset id="menu_frame_keys">
586     <key id="new-window-key" modifiers="accel" key="N" command="cmd_new_window"/>
587     <key id="new-tab-key" modifiers="accel" key="T" command="cmd_new_tab"/>
588     <key id="open-key" modifiers="accel" key="O" command=""/>
589     <key id="save-key" modifiers="accel" key="S" command=""/>
590     <key id="close-tab-key" modifiers="accel" key="W" command="cmd_close_tab"/>
591     <key id="close-all-tabs-key" modifiers="accel,shift" key="W" command="cmd_close_all_tabs"/>
592     <key id="close-window-key" modifiers="accel" key="Q" command="cmd_close_window"/>
593     <key id="circ-checkout-key" keycode="VK_F1" command="cmd_circ_checkout"/>
594     <key id="circ-checkin-key" keycode="VK_F2" command="cmd_circ_checkin"/>
595     <key id="circ-renew-key" keycode="VK_F2" modifiers="control" command="cmd_circ_renew"/>
596     <key id="reprint-receipt-key" keycode="VK_F9" command="cmd_reprint"/>
597     <key id="search-opac-key" keycode="VK_F3" command="cmd_search_opac"/>
598     <key id="search-tcn-key" keycode="VK_F3" modifiers="shift" command="cmd_search_tcn"/>
599     <key id="patron-search-key" keycode="VK_F4" command="cmd_patron_search"/>
600     <key id="copy-status-key" keycode="VK_F5" command="cmd_copy_status"/>
601     <key id="circ-in-house-use-key" keycode="VK_F6" command="cmd_in_house_use"/>
602     <key id="circ-hold-capture-key" keycode="VK_F2" modifiers="shift" command="cmd_circ_hold_capture"/>
603     <key id="patron-register-key" keycode="VK_F1" modifiers="shift" command="cmd_patron_register"/>
604     <key id="retrieve_last_patron_key" keycode="VK_F8" command="cmd_retrieve_last_patron"/>
605     <key id="retrieve_last_record_key" keycode="VK_F8" modifiers="shift" command="cmd_retrieve_last_record"/>
606 </keyset>
607
608 <!-- The File menu on the main menu -->
609 <menu id="main.menu.file" label="&staff.main.menu.file.label;" accesskey="&staff.main.menu.file.accesskey;" >
610     <menupopup id="main.menu.file.popup">
611         <menuitem key="new-window-key" command="cmd_new_window"/>
612         <menuitem key="new-tab-key" command="cmd_new_tab"/>
613         <menuseparator />
614         <menuitem key="close-tab-key" command="cmd_close_tab"/>
615         <menuitem key="close-all-tabs-key" command="cmd_close_all_tabs"/>
616         <menuitem key="close-window-key" command="cmd_close_window"/>
617         <menuseparator />
618         <menuitem command="cmd_shutdown"/>
619     </menupopup>
620 </menu>
621
622 <!-- The Edit menu on the main menu -->
623 <menu id="main.menu.edit" label="&staff.main.menu.edit.label;" accesskey="&staff.main.menu.edit.accesskey;">
624     <menupopup id="main.menu.edit.popup">
625         <menuitem label="&staff.main.menu.edit.buckets.copies;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.edit.buckets.copies.accesskey;"/>
626         <!--
627         <menuitem label="&staff.main.menu.edit.buckets.volumes;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.edit.buckets.volumes.accesskey;"/>
628         -->
629         <menuitem label="&staff.main.menu.edit.buckets.records;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.edit.buckets.records.accesskey;"/>
630         <!--
631         <menuitem command="cmd_edit_user_buckets"/>
632         -->
633         <menuseparator />
634         <menuitem command="cmd_replace_barcode"/>
635     </menupopup>
636 </menu>
637
638 <!-- The Circulation menu on the main menu -->
639 <menu id="main.menu.circ" label="&staff.main.menu.circ.label;" accesskey="&staff.main.menu.circ.accesskey;">
640     <menupopup id="main.menu.circ.popup">
641         <menuitem key="circ-checkout-key" command="cmd_circ_checkout"/>
642         <menuitem key="circ-checkin-key" command="cmd_circ_checkin"/>
643         <menuitem key="circ-renew-key" command="cmd_circ_renew"/>
644         <menuitem key="patron-register-key" command="cmd_patron_register"/>
645         <menuitem command="cmd_staged_patrons"/>
646         <menuitem command="cmd_retrieve_last_patron" key="retrieve_last_patron_key"/>
647         <menuseparator />
648         <menuitem key="circ-hold-capture-key" command="cmd_circ_hold_capture"/>
649         <menuitem command="cmd_circ_hold_pull_list"/>
650         <menuitem command="cmd_browse_holds_shelf"/>
651         <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"/>
652         <menuseparator />
653         <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"/>
654         <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"/>
655         <menuitem command="cmd_verify_credentials"/>
656         <menuitem command="cmd_replace_barcode"/>
657         <menuitem key="circ-in-house-use-key" command="cmd_in_house_use"/>
658         <menuitem command="cmd_scan_item_as_missing_pieces"/>
659         <menuseparator />
660         <menuitem key="reprint-receipt-key" command="cmd_reprint"/>
661         <menuitem command="cmd_standalone"/>
662     </menupopup>
663 </menu>
664
665 <!-- The Cataloging menu on the main menu -->
666 <menu id="main.menu.cat" label="&staff.main.menu.cat.label;" accesskey="&staff.main.menu.cat.accesskey;">
667     <menupopup id="main.menu.cat.popup">
668         <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"/>
669         <menuitem key="search-tcn-key" command="cmd_search_tcn" />
670         <menuitem key="search-bib-id-key" command="cmd_search_bib_id" />
671         <menuitem key="copy-status-key" command="cmd_copy_status"/>
672         <menuseparator />
673         <!--
674         <menuitem disabled="true" label="&staff.main.menu.cat.dedup.label;" accesskey="&staff.main.menu.cat.dedup.accesskey;" command="cmd_broken"/>
675         -->
676         <menuitem command="cmd_edit_copy_buckets"/>
677         <!--
678         <menuitem command="cmd_edit_volume_buckets"/>
679         -->
680         <menuitem command="cmd_edit_record_buckets"/>
681         <menuseparator />
682         <menuitem command="cmd_create_marc"/>
683         <menuitem command="cmd_z39_50_import"/>
684         <menuitem command="cmd_open_vandelay"/>
685         <menuitem command="cmd_marc_batch_edit"/>
686         <menuseparator />
687         <menuitem command="cmd_replace_barcode"/>
688         <menuitem command="cmd_retrieve_last_record" key="retrieve_last_record_key"/>
689         <menuseparator />
690         <menuitem command="cmd_authority_manage"/>
691     </menupopup>
692 </menu>
693
694
695 <!-- The Acquisitions menu on the main menu -->
696 <menu id="main.menu.acq" label="&staff.main.menu.acq.label;" accesskey="&staff.main.menu.acq.accesskey;">
697     <menupopup id="main.menu.acq.popup">
698         <menuitem command="cmd_acq_unified_search"/>
699         <menuseparator />
700         <menuitem command="cmd_acq_view_my_pl"/>
701         <menuitem command="cmd_acq_new_brief_record"/>
702         <menuitem command="cmd_acq_user_requests" />
703         <menuitem command="cmd_acq_bib_search"/>
704         <menuitem command="cmd_acq_from_bib"/>
705         <menuseparator />
706         <menuitem command="cmd_acq_upload"/>
707         <menuitem command="cmd_acq_view_local_po"/>
708         <menuitem command="cmd_acq_create_po"/>
709         <menuseparator />
710         <menuitem command="cmd_acq_claim_eligible" />
711         <menuitem command="cmd_acq_view_local_inv"/>
712         <menuitem command="cmd_acq_create_invoice"/>
713     </menupopup>
714 </menu>
715
716 <!-- The Booking menu on the main menu -->
717 <menu id="main.menu.booking" label="&staff.main.menu.booking.label;" accesskey="&staff.main.menu.booking.accesskey;">
718     <menupopup id="main.menu.booking.popup">
719         <menuitem command="cmd_booking_reservation"/>
720         <menuitem command="cmd_booking_pull_list"/>
721         <menuitem command="cmd_booking_capture"/>
722          <menuitem command="cmd_booking_reservation_pickup"/>
723         <menuitem command="cmd_booking_reservation_return"/>
724     </menupopup>
725 </menu>
726
727 <!-- The Search menu on the main menu -->
728 <menu id="main.menu.search" label="&staff.main.menu.search.label;" accesskey="&staff.main.menu.search.accesskey;">
729     <menupopup id="main.menu.search.popup">
730         <menuitem key="patron-search-key" command="cmd_patron_search" />
731         <menuitem key="search-opac-key" command="cmd_search_opac" />
732         <menuitem label="&staff.main.menu.search.record.label;" accesskey="&staff.main.menu.search.record.accesskey;" key="search-tcn-key" command="cmd_search_tcn" />
733         <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" />
734         <menuitem label="&staff.main.menu.search.copies.label;" accesskey="&staff.main.menu.search.copies.accesskey;" key="copy-status-key" command="cmd_copy_status"/>
735         <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"/>
736     </menupopup>
737 </menu>
738
739 <!-- The Help menu on the main menu -->
740 <menu id="main.menu.help" label="&staff.main.menu.help.label;" accesskey="&staff.main.menu.help.accesskey;">
741     <menupopup id="main.menu.help.popup">
742         <!-- kludge -->
743         <menuitem label="&staff.main.menu.help.active_tab.label;" accesskey="&staff.main.menu.help.active_tab.accesskey;" 
744             oncommand="try { this.nextSibling.doCommand(); } catch(E) { alert(E); }" />
745         <help id="help_btn" hidden="true" />
746     </menupopup>
747 </menu>
748
749 <!-- The Help menu on the main menu -->
750 <menu id="main.menu.admin" label="&staff.main.menu.admin.label;" accesskey="&staff.main.menu.admin.accesskey;" old_accesskey="&staff.main.menu.admin.key;">
751     <menupopup id="main.menu.admin.popup">
752         <menuitem id="oc_menuitem" label_orig="&staff.main.menu.admin.change_session.label;" command="cmd_change_session"/>
753         <menuitem command="cmd_manage_offline_xacts"/>
754         <menuitem command="cmd_download_patrons"/>
755         <menuseparator />
756
757         <menu id="main.menu.admin.local" label="&staff.main.menu.admin.local_admin.label;">
758             <menupopup id="main.menu.admin.local.popup">
759                 <menuitem command="cmd_local_admin_age_overdue_circulations_to_lost"/>
760                 <menuitem command="cmd_local_admin_cash_reports"/>
761                 <menuitem command="cmd_local_admin_circ_matrix_matchpoint"/>
762                 <menuitem command="cmd_local_admin_closed_dates"/>
763                 <menuitem command="cmd_local_admin_copy_locations"/>
764                 <menuitem command="cmd_local_admin_copy_location_order"/>
765                 <menuitem command="cmd_local_admin_copy_template"/>
766                 <menuitem command="cmd_local_admin_external_text_editor"/>
767                 <menuitem command="cmd_local_admin_idl_field_doc"/>
768                 <menuitem command="cmd_local_admin_fonts_and_sounds"/>
769                 <menuitem command="cmd_local_admin_grp_penalty_threshold"/>
770                 <menuitem command="cmd_local_admin_hold_matrix_matchpoint"/>
771                 <menuitem command="cmd_local_admin_lib_settings"/>
772                 <menuitem command="cmd_local_admin_non_cat_types"/>
773                 <menuitem command="cmd_local_admin_action_trigger"/>
774                 <menuitem command="cmd_local_admin_patrons_due_refunds"/>
775                 <menuitem command="cmd_local_admin_printer"/>
776                 <menuitem command="cmd_print_list_template_edit"/>
777                 <menuitem command="cmd_local_admin_do_not_auto_attempt_print_setting"/>
778                 <menuitem command="cmd_local_admin_reports"/>
779                 <menuitem command="cmd_local_admin_standing_penalty"/>
780                 <menuitem command="cmd_local_admin_stat_cats"/>
781                 <menuitem command="cmd_local_admin_survey"/>
782                 <menuitem command="cmd_local_admin_transit_list"/>
783                 <menuitem command="cmd_local_admin_work_log"/>
784             </menupopup>
785         </menu>
786         <menu id="main.menu.admin.server" label="&staff.main.menu.admin.server_admin.label;">
787             <menupopup id="main.menu.admin.server.popup">
788                 <menuitem command="cmd_server_admin_org_type"/>
789                 <menuitem command="cmd_server_admin_org_unit"/>
790                 <menuitem command="cmd_server_admin_grp_tree"/>
791                 <menuitem command="cmd_server_admin_perm_list"/>
792                 <menuitem command="cmd_server_admin_copy_status"/>
793                 <menuitem command="cmd_server_admin_acn_prefix"/>
794                 <menuitem command="cmd_server_admin_acn_suffix"/>
795                 <menuitem command="cmd_server_admin_marc_code"/>
796                 <menuitem command="cmd_server_admin_coded_value_map"/>
797                 <menuitem command="cmd_server_admin_billing_type"/>
798                 <menuitem command="cmd_server_admin_z39_source"/>
799                 <menuitem command="cmd_server_admin_circ_mod"/>
800                 <menuitem command="cmd_server_admin_global_flag"/>
801                 <menuitem command="cmd_server_admin_org_unit_setting_type"/>
802                 <menuitem command="cmd_server_admin_usr_setting_type"/>
803                 <menuitem command="cmd_server_admin_config_hard_due_date"/>
804                 <menuitem command="cmd_server_admin_config_rule_circ_duration"/>
805                 <menuitem command="cmd_server_admin_config_rule_recurring_fine"/>
806                 <menuitem command="cmd_server_admin_config_rule_max_fine"/>
807                 <menuitem command="cmd_server_admin_config_rule_age_hold_protect"/>
808                 <menuitem command="cmd_server_admin_config_circ_weights"/>
809                 <menuitem command="cmd_server_admin_config_hold_weights"/>
810                 <menuitem command="cmd_server_admin_config_weight_assoc"/>
811                 <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;">
812                     <menupopup id="main.menu.admin.server.acq.popup">
813                         <menuitem command="cmd_server_admin_acq_fund" />
814                         <menuitem command="cmd_server_admin_acq_fund_tag"/>
815                         <menuitem command="cmd_server_admin_acq_funding_source" />
816                         <menuitem command="cmd_server_admin_acq_distrib_formula" />
817                         <menuitem command="cmd_server_admin_acq_currency_type" />
818                         <menuitem command="cmd_server_admin_acq_exchange_rate" />
819                         <menuitem command="cmd_server_admin_acq_provider" />
820                         <menuitem command="cmd_server_admin_acq_edi_account" />
821                         <menuitem command="cmd_server_admin_acq_edi_message" />
822                         <menuseparator />
823                         <menuitem command="cmd_server_admin_acq_claim_type"/>
824                         <menuitem command="cmd_server_admin_acq_claim_event_type"/>
825                         <menuitem command="cmd_server_admin_acq_claim_policy"/>
826                         <menuitem command="cmd_server_admin_acq_claim_policy_action"/>
827                         <menuseparator />
828                         <menuitem command="cmd_server_admin_acq_invoice_item_type"/>
829                         <menuitem command="cmd_server_admin_acq_invoice_payment_method"/>
830                         <menuseparator />
831                         <menuitem command="cmd_server_admin_acq_lineitem_alert"/>
832                         <menuitem command="cmd_server_admin_acq_lineitem_marc_attr_def"/>
833                         <menuitem command="cmd_server_admin_acq_cancel_reason"/>
834                     </menupopup>
835                 </menu>
836                 <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;">
837                     <menupopup id="main.menu.admin.server.booking.popup">
838                         <menuitem command="cmd_server_admin_booking_resource"/>
839                         <menuitem command="cmd_server_admin_booking_resource_type"/>
840                         <menuitem command="cmd_server_admin_booking_resource_attr"/>
841                         <menuitem command="cmd_server_admin_booking_resource_attr_value"/>
842                         <menuitem command="cmd_server_admin_booking_resource_attr_map"/>
843                     </menupopup>
844                 </menu>
845             </menupopup>
846         </menu>
847
848         <menuseparator />
849         <menuitem command="cmd_adv_user_edit"/>
850         <menuitem command="cmd_toggle_buttonbar"/>
851         <menuitem command="cmd_toggle_meters"/>
852         <menuseparator />
853         <menu id="main.menu.admin.sub" accesskey="&staff.main.menu.admin.developer.accesskey;" label="&staff.main.menu.admin.developer.label;">
854             <menupopup id="main.menu.admin.sub.popup">
855                 <menuitem command="cmd_stat_cat_edit"/>
856                 <menuitem command="cmd_non_cat_type_edit"/>
857                 <menuitem command="cmd_copy_location_edit"/>
858                 <menuitem command="cmd_browse_holds"/>
859                 <menuitem command="cmd_local_admin"/>
860                 <menuitem command="cmd_survey_wizard"/>
861                 <menuseparator />
862                 <menuitem command="cmd_public_opac"/>
863                 <menuitem command="cmd_test"/>
864                 <menuitem command="cmd_xuleditor"/>
865                 <menuitem command="cmd_fieldmapper"/>
866                 <menuitem command="cmd_console"/>
867                 <menuitem command="cmd_shell"/>
868                 <menuitem label="&staff.main.menu.admin.cmd_chrome_shell.label;" accesskey="&staff.main.menu.admin.cmd_chrome_shell.accesskey;" 
869                     oncommand="try{xulG.window.win.start_js_shell();}catch(E){alert(E);}"/>
870                 <menuitem command="cmd_test_html"/>
871                 <menuitem command="cmd_test_xul"/>
872                 <menuitem command="cmd_clear_cache"/>
873                 <menuitem command="cmd_restore_all_tabs"/>
874                 <menuitem command="cmd_extension_manager"/>
875                 <menuitem command="cmd_theme_manager"/>
876                 <menuitem command="cmd_about_config"/>
877                 <menuitem label="&staff.main.menu.admin.venkman.label;" oncommand="try{xulG.window.win.start_debugger();}catch(E){alert(E);}"/>
878                 <menuitem label="&staff.main.auth.debug.inspector;" oncommand="try{xulG.window.win.start_inspector();}catch(E){alert(E);}"/>
879                 <menuitem label="&staff.main.auth.debug.chrome_list;" oncommand="try{xulG.window.win.start_chrome_list();}catch(E){alert(E);}"/>
880                 <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);}"/>
881             </menupopup>
882         </menu>
883     </menupopup>
884 </menu>
885
886
887 </overlay>