]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Menu Hotkeys and Toolbars
[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_meters" />
66
67     <command id="cmd_extension_manager" />
68     <command id="cmd_theme_manager" />
69     <command id="cmd_about_config" />
70
71     <command id="cmd_adv_user_edit" />
72     <command id="cmd_console" />
73     <command id="cmd_shell" />
74     <command id="cmd_xuleditor" />
75     <command id="cmd_fieldmapper" />
76     <command id="cmd_test_html" />
77     <command id="cmd_test_xul" />
78     <command id="cmd_clear_cache" />
79     <command id="cmd_restore_all_tabs" />
80
81     <command id="cmd_test" />
82     <command id="cmd_broken" disabled="true" />
83     <command id="cmd_open_vandelay" />
84     
85     <command id="cmd_acq_create_invoice" />
86     <command id="cmd_acq_create_po" />
87     <command id="cmd_acq_view_my_pl" />
88     <command id="cmd_acq_view_local_po" />
89     <command id="cmd_acq_view_local_inv" />
90     <command id="cmd_acq_upload" />
91     <command id="cmd_acq_user_requests" />
92     <command id="cmd_acq_bib_search" />
93     <command id="cmd_acq_unified_search" />
94     <command id="cmd_acq_from_bib" />
95     <command id="cmd_acq_new_brief_record" />
96     <command id="cmd_acq_claim_eligible" />
97
98     <command id="cmd_booking_reservation" />
99     <command id="cmd_booking_pull_list" />
100     <command id="cmd_booking_capture" />
101     <command id="cmd_booking_reservation_pickup" />
102     <command id="cmd_booking_reservation_return" />
103
104
105     <!-- local admin menu commands -->
106     <command id="cmd_local_admin_fonts_and_sounds" />
107     <command id="cmd_local_admin_printer" />
108     <command id="cmd_local_admin_do_not_auto_attempt_print_setting" />
109     <command id="cmd_local_admin_closed_dates"
110              perm="actor.org_unit.closed_date.update actor.org_unit.closed_date.create actor.org_unit.closed_date.delete" 
111              />
112     <command id="cmd_local_admin_copy_locations" />
113     <command id="cmd_local_admin_lib_settings" />
114     <command id="cmd_local_admin_non_cat_types" />
115     <command id="cmd_local_admin_stat_cats" />
116     <command id="cmd_local_admin_standing_penalty" />
117     <command id="cmd_local_admin_grp_penalty_threshold" />
118     <command id="cmd_local_admin_copy_location_order" />
119     <command id="cmd_local_admin_external_text_editor" />
120     <command id="cmd_local_admin_idl_field_doc" />
121     <command id="cmd_local_admin_action_trigger" />
122     <command id="cmd_local_admin_survey" />
123     <command id="cmd_local_admin_reports" />
124     <command id="cmd_local_admin_age_overdue_circulations_to_lost" />
125     <command id="cmd_local_admin_cash_reports" />
126     <command id="cmd_local_admin_transit_list" />
127     <command id="cmd_local_admin_circ_matrix_matchpoint"
128              perm="ADMIN_CIRC_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT"
129              />
130     <command id="cmd_local_admin_hold_matrix_matchpoint"
131              perm="ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
132              />
133     <command id="cmd_local_admin_work_log" />
134     <command id="cmd_local_admin_patrons_due_refunds" />
135     <command id="cmd_local_admin_copy_template" />
136
137     <!-- server admin menu commands -->
138     <command id="cmd_server_admin_org_type"
139              perm="CREATE_ORG_TYPE DELETE_ORG_TYPE UPDATE_ORG_TYPE"
140              />
141     <command id="cmd_server_admin_org_unit"
142              perm="CREATE_ORG_UNIT DELETE_ORG_UNIT UPDATE_ORG_UNIT"
143              />
144     <command id="cmd_server_admin_grp_tree" />
145     <command id="cmd_server_admin_perm_list"
146              perm="CREATE_PERM DELETE_PERM UPDATE_PERM"
147              />
148     <command id="cmd_server_admin_copy_status"
149              perm="CREATE_COPY_STATUS DELETE_COPY_STATUS UPDATE_COPY_STATUS"
150              />
151     <command id="cmd_server_admin_marc_code" />
152     <command id="cmd_server_admin_coded_value_map" />
153     <command id="cmd_server_admin_billing_type" />
154     <command id="cmd_server_admin_acn_prefix" />
155     <command id="cmd_server_admin_acn_suffix" />
156     <command id="cmd_server_admin_acq_invoice_item_type" />
157     <command id="cmd_server_admin_acq_invoice_payment_method" />
158     <command id="cmd_server_admin_acq_cancel_reason" />
159     <command id="cmd_server_admin_acq_lineitem_alert" />
160     <command id="cmd_server_admin_acq_lineitem_marc_attr_def" />
161     <command id="cmd_server_admin_acq_fund_tag" />
162     <command id="cmd_server_admin_acq_claim_type" />
163     <command id="cmd_server_admin_acq_claim_event_type" />
164     <command id="cmd_server_admin_acq_claim_policy" />
165     <command id="cmd_server_admin_acq_claim_policy_action" />
166     <command id="cmd_server_admin_acq_fund" />
167     <command id="cmd_server_admin_acq_funding_source" />
168     <command id="cmd_server_admin_acq_provider" />
169     <command id="cmd_server_admin_acq_edi_account" />
170     <command id="cmd_server_admin_acq_edi_message" />
171     <command id="cmd_server_admin_acq_currency_type" />
172     <command id="cmd_server_admin_acq_exchange_rate" />
173     <command id="cmd_server_admin_acq_distrib_formula" />
174     <command id="cmd_server_admin_z39_source" />
175     <command id="cmd_server_admin_circ_mod" 
176              perm="CREATE_CIRC_MOD DELETE_CIRC_MOD UPDATE_CIRC_MOD ADMIN_CIRC_MOD"
177              />
178     <command id="cmd_server_admin_global_flag"
179              perm="ADMIN_GLOBAL_FLAG"
180              />
181     <command id="cmd_server_admin_org_unit_setting_type" />
182     <command id="cmd_server_admin_usr_setting_type" />
183     <command id="cmd_server_admin_config_hard_due_date"
184              perm="CREATE_CIRC_DURATION DELETE_CIRC_DURATION UPDATE_CIRC_DURATION"
185              />
186     <command id="cmd_server_admin_config_rule_circ_duration"
187              perm="CREATE_CIRC_DURATION DELETE_CIRC_DURATION UPDATE_CIRC_DURATION"
188              />
189     <command id="cmd_server_admin_config_rule_recurring_fine"
190              perm="ADMIN_RECURRING_FINE_RULE"
191              />
192     <command id="cmd_server_admin_config_rule_max_fine"
193              perm="ADMIN_MAX_FINE_RULE"
194              />
195     <command id="cmd_server_admin_config_rule_age_hold_protect"
196              perm="ADMIN_AGE_PROTECT_RULE"
197              />
198     <command id="cmd_server_admin_booking_resource" />
199     <command id="cmd_server_admin_booking_resource_type" />
200     <command id="cmd_server_admin_booking_resource_attr" />
201     <command id="cmd_server_admin_booking_resource_attr_value" />
202     <command id="cmd_server_admin_booking_resource_attr_map" />
203     <command id="cmd_server_admin_config_circ_weights"
204              perm="ADMIN_CIRC_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT"
205              />
206     <command id="cmd_server_admin_config_hold_weights"
207              perm="ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
208              />
209     <command id="cmd_server_admin_config_weight_assoc"
210              perm="ADMIN_CIRC_MATRIX_MATCHPOINT ADMIN_HOLD_MATRIX_MATCHPOINT VIEW_CIRC_MATRIX_MATCHPOINT VIEW_HOLD_MATRIX_MATCHPOINT"
211              />
212
213     <command id="cmd_hotkeys_toggle" />
214     <command id="cmd_hotkeys_set" />
215     <command id="cmd_hotkeys_setworkstation" />
216     <command id="cmd_hotkeys_clearworkstation" />
217     <command id="cmd_toolbar_set" />
218     <command id="cmd_toolbar_setworkstation" />
219     <command id="cmd_toolbar_clearworkstation" />
220     <command id="cmd_toolbar_mode_set" />
221     <command id="cmd_toolbar_size_set" />
222     <command id="cmd_toolbar_label_position_set" />
223 </commandset>
224
225 <!-- The File menu on the main menu -->
226 <menu id="main.menu.file" label="&staff.main.menu.file.label;" accesskey="&staff.main.menu.file.accesskey;" >
227     <menupopup id="main.menu.file.popup">
228         <menuitem label="&staff.main.menu.file.new.label;" accesskey="&staff.main.menu.file.new.accesskey;" command="cmd_new_window"/>
229         <menuitem label="&staff.main.menu.file.new_tab.label;" accesskey="&staff.main.menu.file.new_tab.accesskey;" command="cmd_new_tab"/>
230         <menuseparator />
231         <menuitem label="&staff.main.menu.file.close_tab.label;" accesskey="&staff.main.menu.file.close_tab.accesskey;" command="cmd_close_tab"/>
232         <menuitem label="&staff.main.menu.tabs.close;" accesskey="&staff.main.menu.tabs.close.accesskey;" command="cmd_close_all_tabs"/>
233         <menuitem label="&staff.main.menu.file.close.label;" accesskey="&staff.main.menu.file.close.accesskey;" command="cmd_close_window"/>
234         <menuseparator />
235         <menuitem label="&staff.main.menu.quit;" accesskey="&staff.main.menu.quit.accesskey;" command="cmd_shutdown"/>
236     </menupopup>
237 </menu>
238
239 <!-- The Edit menu on the main menu -->
240 <menu id="main.menu.edit" label="&staff.main.menu.edit.label;" accesskey="&staff.main.menu.edit.accesskey;">
241     <menupopup id="main.menu.edit.popup">
242         <menuitem label="&staff.main.menu.edit.buckets.copies;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.edit.buckets.copies.accesskey;"/>
243         <!--
244         <menuitem label="&staff.main.menu.edit.buckets.volumes;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.edit.buckets.volumes.accesskey;"/>
245         -->
246         <menuitem label="&staff.main.menu.edit.buckets.records;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.edit.buckets.records.accesskey;"/>
247         <!--
248         <menuitem label="&staff.main.menu.edit.buckets.users;" command="cmd_edit_user_buckets" accesskey="&staff.main.menu.edit.buckets.users.accesskey;"/>
249         -->
250         <menuseparator />
251         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
252     </menupopup>
253 </menu>
254
255 <!-- The Circulation menu on the main menu -->
256 <menu id="main.menu.circ" label="&staff.main.menu.circ.label;" accesskey="&staff.main.menu.circ.accesskey;">
257     <menupopup id="main.menu.circ.popup">
258         <menuitem label="&staff.main.menu.circ.checkout.label;" accesskey="&staff.main.menu.circ.checkout.accesskey;" command="cmd_circ_checkout"/>
259         <menuitem label="&staff.main.menu.circ.checkin.label;" accesskey="&staff.main.menu.circ.checkin.accesskey;" command="cmd_circ_checkin"/>
260         <menuitem label="&staff.main.menu.circ.renew.label;" accesskey="&staff.main.menu.circ.renew.accesskey;" command="cmd_circ_renew"/>
261         <menuitem label="&staff.main.menu.circ.patron_registration.label;" accesskey="&staff.main.menu.circ.patron_registration.accesskey;" command="cmd_patron_register"/>
262         <menuitem label="&staff.main.menu.circ.staged_patrons.label;" accesskey="&staff.main.menu.circ.staged_patrons.accesskey;" command="cmd_staged_patrons"/>
263         <menuitem label="&staff.main.menu.circ.patron_retrieve.label;" accesskey="&staff.main.menu.circ.patron_retrieve.accesskey;" command="cmd_retrieve_last_patron"/>
264         <menuseparator />
265         <menuitem label="&staff.main.menu.circ.hold_capture.label;" accesskey="&staff.main.menu.circ.hold_capture.accesskey;" command="cmd_circ_hold_capture"/>
266         <menuitem label="&staff.main.menu.circ.hold_pull.label;" accesskey="&staff.main.menu.circ.hold_pull.accesskey;" command="cmd_circ_hold_pull_list"/>
267         <menuitem label="&staff.main.menu.circ.hold_browse.label;" command="cmd_browse_holds_shelf" accesskey="&staff.main.menu.circ.hold_browse.accesskey;"/>
268         <menuitem label="&staff.main.menu.circ.place_hold.label;" accesskey="&staff.main.menu.circ.place_hold.accesskey;" command="cmd_search_opac"/>
269         <menuseparator />
270         <menuitem label="&staff.main.menu.circ.barcode.show_item;" accesskey="&staff.main.menu.circ.barcode.show_item.accesskey;" command="cmd_copy_status"/>
271         <menuitem label="&staff.main.menu.circ.barcode.retrieve_patron;" accesskey="&staff.main.menu.circ.barcode.retrieve_patron.accesskey;" command="cmd_circ_checkout"/>
272         <menuitem label="&staff.main.menu.circ.verify_credentials;" accesskey="&staff.main.menu.circ.verify_credentials.accesskey;" command="cmd_verify_credentials"/>
273         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
274         <menuitem label="&staff.main.menu.circ.in_house.label;" accesskey="&staff.main.menu.circ.in_house.accesskey;" command="cmd_in_house_use"/>
275         <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;"/>
276         <menuseparator />
277         <menuitem label="&staff.main.menu.circ.reprint.label;" accesskey="&staff.main.menu.circ.reprint.accesskey;" command="cmd_reprint"/>
278         <menuitem label="&staff.main.menu.circ.offline.label;" command="cmd_standalone" accesskey="&staff.main.menu.circ.offline.accesskey;"/>
279     </menupopup>
280 </menu>
281
282 <!-- The Cataloging menu on the main menu -->
283 <menu id="main.menu.cat" label="&staff.main.menu.cat.label;" accesskey="&staff.main.menu.cat.accesskey;">
284     <menupopup id="main.menu.cat.popup">
285         <menuitem label="&staff.main.menu.cat.bib_search.label;" accesskey="&staff.main.menu.cat.bib_search.accesskey;" command="cmd_search_opac"/>
286         <menuitem label="&staff.main.menu.cat.search_tcn.label;" accesskey="&staff.main.menu.cat.search_tcn.accesskey;" command="cmd_search_tcn" />
287         <menuitem label="&staff.main.menu.cat.search_bib_id.label;" accesskey="&staff.main.menu.cat.search_bib_id.accesskey;" command="cmd_search_bib_id" />
288         <menuitem label="&staff.main.menu.cat.copy_status.label;" accesskey="&staff.main.menu.cat.copy_status.accesskey;" command="cmd_copy_status"/>
289         <menuseparator />
290         <!--
291         <menuitem disabled="true" label="&staff.main.menu.cat.dedup.label;" accesskey="&staff.main.menu.cat.dedup.accesskey;" command="cmd_broken"/>
292         -->
293         <menuitem label="&staff.main.menu.cat.edit_copy_buckets.label;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.cat.edit_copy_buckets.accesskey;"/>
294         <!--
295         <menuitem label="&staff.main.menu.cat.edit_volume_buckets.label;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.cat.edit_volume_buckets.accesskey;"/>
296         -->
297         <menuitem label="&staff.main.menu.cat.edit_record_buckets.label;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.cat.edit_record_buckets.accesskey;"/>
298         <menuseparator />
299         <menuitem label="&staff.main.menu.cat.create_marc.label;" accesskey="&staff.main.menu.cat.create_marc.accesskey;" command="cmd_create_marc"/>
300         <menuitem label="&staff.main.menu.cat.z39_50_import.label;" accesskey="&staff.main.menu.cat.z39_50_import.accesskey;" command="cmd_z39_50_import"/>
301         <menuitem label="&staff.main.menu.cat.vandelay.label;" command="cmd_open_vandelay"/>
302         <menuitem command="cmd_marc_batch_edit" label="&staff.main.menu.cat.marc_batch_edit.label;" accesskey="&staff.main.menu.cat.marc_batch_edit.accesskey;"/>
303         <menuseparator />
304         <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
305         <menuitem label="&staff.main.menu.cat.retrieve_last_record.label;" accesskey="&staff.main.menu.cat.retrieve_last_record.accesskey;" command="cmd_retrieve_last_record"/>
306         <menuseparator />
307         <menuitem label="&staff.main.menu.cat.authority_manage.label;" accesskey="&staff.main.menu.cat.authority_manage.accesskey;" command="cmd_authority_manage"/>
308     </menupopup>
309 </menu>
310
311
312 <!-- The Acquisitions menu on the main menu -->
313 <menu id="main.menu.acq" label="&staff.main.menu.acq.label;" accesskey="&staff.main.menu.acq.accesskey;">
314     <menupopup id="main.menu.acq.popup">
315         <menuitem label="&staff.main.menu.acq.unified_search.label;" accesskey="&staff.main.menu.acq.unified_search.accesskey;" command="cmd_acq_unified_search"/>
316         <menuseparator />
317         <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"/>
318         <menuitem label="&staff.main.menu.acq.brief_record.label;" accesskey="&staff.main.menu.acq.brief_record.accesskey;" command="cmd_acq_new_brief_record"/>
319         <menuitem label="&staff.main.menu.acq.user_requests.label;" accesskey="&staff.main.menu.acq.user_requests.accesskey;" command="cmd_acq_user_requests" />
320         <menuitem label="&staff.main.menu.acq.bib_search.label;" accesskey="&staff.main.menu.acq.bib_search.accesskey;" command="cmd_acq_bib_search"/>
321         <menuitem label="&staff.main.menu.acq.from_bib.label;" accesskey="&staff.main.menu.acq.from_bib.accesskey;" command="cmd_acq_from_bib"/>
322         <menuseparator />
323         <menuitem label="&staff.main.menu.acq.upload.label;" accesskey="&staff.main.menu.acq.upload.accesskey;" command="cmd_acq_upload"/>
324         <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"/>
325         <menuitem label="&staff.main.menu.acq.create_po.label;" accesskey="&staff.main.menu.acq.create_po.accesskey;" command="cmd_acq_create_po"/>
326         <menuseparator />
327         <menuitem label="&staff.main.menu.acq.claim_eligible.label;" accesskey="&staff.main.menu.acq.claim_eligible.accesskey;" command="cmd_acq_claim_eligible" />
328         <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"/>
329         <menuitem label="&staff.main.menu.acq.create_invoice.label;" accesskey="&staff.main.menu.acq.create_invoice.accesskey;" command="cmd_acq_create_invoice"/>
330     </menupopup>
331 </menu>
332
333 <!-- The Booking menu on the main menu -->
334 <menu id="main.menu.booking" label="&staff.main.menu.booking.label;" accesskey="&staff.main.menu.booking.accesskey;">
335     <menupopup id="main.menu.booking.popup">
336         <menuitem label="&staff.main.menu.booking.reservation.label;" accesskey="&staff.main.menu.booking.reservation.accesskey;" command="cmd_booking_reservation"/>
337         <menuitem label="&staff.main.menu.booking.pull_list.label;" accesskey="&staff.main.menu.booking.pull_list.accesskey;" command="cmd_booking_pull_list"/>
338         <menuitem label="&staff.main.menu.booking.capture.label;" accesskey="&staff.main.menu.booking.capture.accesskey;" command="cmd_booking_capture"/>
339          <menuitem label="&staff.main.menu.booking.reservation_pickup.label;" accesskey="&staff.main.menu.booking.reservation_pickup.accesskey;" command="cmd_booking_reservation_pickup"/>
340         <menuitem label="&staff.main.menu.booking.reservation_return.label;" accesskey="&staff.main.menu.booking.reservation_return.accesskey;" command="cmd_booking_reservation_return"/>
341     </menupopup>
342 </menu>
343
344 <!-- The Search menu on the main menu -->
345 <menu id="main.menu.search" label="&staff.main.menu.search.label;" accesskey="&staff.main.menu.search.accesskey;">
346     <menupopup id="main.menu.search.popup">
347         <menuitem label="&staff.main.menu.search.patrons.label;" accesskey="&staff.main.menu.search.patrons.accesskey;" command="cmd_patron_search" />
348         <menuitem label="&staff.main.menu.search.catalog.label;" accesskey="&staff.main.menu.search.catalog.accesskey;" command="cmd_search_opac" />
349         <menuitem label="&staff.main.menu.search.record.label;" accesskey="&staff.main.menu.search.record.accesskey;" command="cmd_search_tcn" />
350         <menuitem label="&staff.main.menu.search.record_via_id.label;" accesskey="&staff.main.menu.search.record_via_id.accesskey;" command="cmd_search_bib_id" />
351         <menuitem label="&staff.main.menu.search.copies.label;" accesskey="&staff.main.menu.search.copies.accesskey;" command="cmd_copy_status"/>
352         <menuitem label="&staff.main.menu.search.patrons_barcode.label;" accesskey="&staff.main.menu.search.patrons_barcode.accesskey;" command="cmd_circ_checkout"/>
353     </menupopup>
354 </menu>
355
356 <!-- The Help menu on the main menu -->
357 <menu id="main.menu.help" label="&staff.main.menu.help.label;" accesskey="&staff.main.menu.help.accesskey;">
358     <menupopup id="main.menu.help.popup">
359         <!-- kludge -->
360         <menuitem
361             label="&staff.main.menu.help.active_tab.label;" 
362             accesskey="&staff.main.menu.help.active_tab.accesskey;" 
363             oncommand="try { this.nextSibling.doCommand(); } catch(E) { alert(E); }" />
364         <help id="help_btn" hidden="true" />
365     </menupopup>
366 </menu>
367
368 <!-- The Admin menu on the main menu -->
369 <menu id="main.menu.admin" label="&staff.main.menu.admin.label;" accesskey="&staff.main.menu.admin.accesskey;">
370     <menupopup id="main.menu.admin.popup">
371         <menuitem id="oc_menuitem" label="&staff.main.menu.admin.change_session.label;" label_orig="&staff.main.menu.admin.change_session.label;" 
372             accesskey="O" command="cmd_change_session"/>
373         <menuitem label="&staff.main.menu.admin.offline_xacts.label;" accesskey="&staff.main.menu.admin.offline_xacts.accesskey;" command="cmd_manage_offline_xacts"/>
374         <menuitem label="&staff.main.menu.admin.download_patrons.label;" accesskey="&staff.main.menu.admin.download_patrons.accesskey;" command="cmd_download_patrons"/>
375         <menuseparator />
376
377         <menu id="main.menu.admin.client" label="&staff.main.menu.admin.client.label;" accesskey="&staff.main.menu.admin.client.accesskey;">
378             <menupopup id="main.menu.admin.client.popup">
379                 <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;"/>
380                 <menuitem label="&staff.server.admin.index.printer;" command="cmd_local_admin_printer"/>
381                 <menuitem label="&staff.main.menu.admin.template_edit.label;" accesskey="&staff.main.menu.admin.template_edit.accesskey;" command="cmd_print_list_template_edit"/>
382                 <menuitem label="&staff.server.admin.index.fonts_and_sounds;" command="cmd_local_admin_fonts_and_sounds"/>
383                 <menu id="main.menu.admin.client.hotkeys" label="&staff.main.menu.admin.client.hotkeys;">
384                     <menupopup id="main.menu.admin.client.hotkeys.popup">
385                         <menuitem label="&staff.main.menu.admin.client.hotkeys.toggle.label;" accesskey="&staff.main.menu.admin.client.hotkeys.toggle.accesskey;" type="checkbox" autocheck="false" command="cmd_hotkeys_toggle"/>
386                         <menu id="main.menu.admin.client.hotkeys.current" label="&staff.main.menu.admin.client.hotkeys.current;">
387                             <menupopup id="main.menu.admin.client.hotkeys.current.popup">
388                             </menupopup>
389                         </menu>
390                         <menuseparator />
391                         <menuitem label="&staff.main.menu.admin.client.hotkeys.setworkstation.label;" accesskey="&staff.main.menu.admin.client.hotkeys.setworkstation.accesskey;" command="cmd_hotkeys_setworkstation"/>
392                         <menuitem label="&staff.main.menu.admin.client.hotkeys.clearworkstation.label;" accesskey="&staff.main.menu.admin.client.hotkeys.clearworkstation.accesskey;" command="cmd_hotkeys_clearworkstation"/>
393                     </menupopup>
394                 </menu>
395                 <menu id="main.menu.admin.client.toolbars" label="&staff.main.menu.admin.client.toolbars;">
396                     <menupopup id="main.menu.admin.client.toolbars.popup">
397                         <menu id="main.menu.admin.client.toolbars.current" label="&staff.main.menu.admin.client.toolbars.current;">
398                             <menupopup id="main.menu.admin.client.toolbars.current.popup">
399                                 <menuitem name="current_toolbar" type="radio" label="&staff.main.button_bar.none;" value="none" command="cmd_toolbar_set" checked="true"/>
400                                 <menuitem name="current_toolbar" type="radio" label="&staff.main.button_bar.circ;" value="circ" command="cmd_toolbar_set"/>
401                                 <menuitem name="current_toolbar" type="radio" label="&staff.main.button_bar.cat;" value="cat" command="cmd_toolbar_set"/>
402                             </menupopup>
403                         </menu>
404                         <menu id="main.menu.admin.client.toolbars.mode" label="&staff.main.menu.admin.client.toolbars.mode;">
405                             <menupopup id="main.menu.admin.client.toolbars.mode.popup">
406                                 <menuitem name="toolbar_mode" type="radio" label="&staff.main.menu.admin.client.toolbars.mode.both;" value="both" command="cmd_toolbar_mode_set" checked="true"/>
407                                 <menuitem name="toolbar_mode" type="radio" label="&staff.main.menu.admin.client.toolbars.mode.icons;" value="icons" command="cmd_toolbar_mode_set"/>
408                                 <menuitem name="toolbar_mode" type="radio" label="&staff.main.menu.admin.client.toolbars.mode.text;" value="text" command="cmd_toolbar_mode_set"/>
409                             </menupopup>
410                         </menu>
411                         <menu id="main.menu.admin.client.toolbars.label_position" label="&staff.main.menu.admin.client.toolbars.label_position;">
412                             <menupopup id="main.menu.admin.client.toolbars.label_position.popup">
413                                 <menuitem name="toolbar_label_position" type="radio" label="&staff.main.menu.admin.client.toolbars.label_position.side;" value="side" command="cmd_toolbar_label_position_set" checked="true"/>
414                                 <menuitem name="toolbar_label_position" type="radio" label="&staff.main.menu.admin.client.toolbars.label_position.under;" value="under" command="cmd_toolbar_label_position_set"/>
415                             </menupopup>
416                         </menu>
417                         <menu id="main.menu.admin.client.toolbars.size" label="&staff.main.menu.admin.client.toolbars.size;">
418                             <menupopup id="main.menu.admin.client.toolbars.size.popup">
419                                 <menuitem name="toolbar_size" type="radio" label="&staff.main.menu.admin.client.toolbars.size.large;" value="large" command="cmd_toolbar_size_set" checked="true"/>
420                                 <menuitem name="toolbar_size" type="radio" label="&staff.main.menu.admin.client.toolbars.size.small;" value="small" command="cmd_toolbar_size_set"/>
421                             </menupopup>
422                         </menu>
423                         <menuseparator />
424                         <menuitem label="&staff.main.menu.admin.client.toolbars.setworkstation.label;" accesskey="&staff.main.menu.admin.client.toolbars.setworkstation.accesskey;" command="cmd_toolbar_setworkstation"/>
425                         <menuitem label="&staff.main.menu.admin.client.toolbars.clearworkstation.label;" accesskey="&staff.main.menu.admin.client.toolbars.clearworkstation.accesskey;" command="cmd_toolbar_clearworkstation"/>
426                     </menupopup>
427                 </menu>
428
429             </menupopup>
430         </menu>
431         <menu id="main.menu.admin.local" label="&staff.main.menu.admin.local_admin.label;">
432             <menupopup id="main.menu.admin.local.popup">
433                 <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;"/>
434                 <menuitem label="&staff.server.admin.index.cash_reports;" command="cmd_local_admin_cash_reports"/>
435                 <menuitem label="&staff.main.menu.admin.local_admin.circ_matrix_matchpoint.label;" command="cmd_local_admin_circ_matrix_matchpoint"/>
436                 <menuitem label="&staff.server.admin.index.closed_dates;" command="cmd_local_admin_closed_dates"/>
437                 <menuitem label="&staff.server.admin.index.copy_locations;" command="cmd_local_admin_copy_locations"/>
438                 <menuitem label="&staff.main.menu.admin.local_admin.conify.copy_location_order.label;" command="cmd_local_admin_copy_location_order"/>
439                 <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"/>
440                 <menuitem label="&staff.main.menu.admin.local_admin.conify.idl_field_doc.label;" command="cmd_local_admin_idl_field_doc"/>
441                 <menuitem label="&staff.main.menu.admin.local_admin.conify.grp_penalty_threshold.label;" command="cmd_local_admin_grp_penalty_threshold"/>
442                 <menuitem label="&staff.main.menu.admin.local_admin.hold_matrix_matchpoint.label;" command="cmd_local_admin_hold_matrix_matchpoint"/>
443                 <menuitem label="&staff.server.admin.index.library_settings;" command="cmd_local_admin_lib_settings"/>
444                 <menuitem label="&staff.server.admin.index.non_cataloged_types;" command="cmd_local_admin_non_cat_types"/>
445                 <menuitem label="&staff.main.menu.admin.local_admin.conify.action_trigger.label;" command="cmd_local_admin_action_trigger"/>
446                 <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"/>
447                 <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;"/>
448                 <menuitem label="&staff.server.admin.index.reports;" command="cmd_local_admin_reports"/>
449                 <menuitem label="&staff.main.menu.admin.local_admin.conify.standing_penalty.label;" command="cmd_local_admin_standing_penalty"/>
450                 <menuitem label="&staff.server.admin.index.statistical_categories;" command="cmd_local_admin_stat_cats"/>
451                 <menuitem label="&staff.main.menu.admin.local_admin.conify.survey.label;" command="cmd_local_admin_survey"/>
452                 <menuitem label="&staff.server.admin.index.transit_list;" command="cmd_local_admin_transit_list"/>
453                 <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"/>
454             </menupopup>
455         </menu>
456         <menu id="main.menu.admin.server" label="&staff.main.menu.admin.server_admin.label;">
457             <menupopup id="main.menu.admin.server.popup">
458                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit_type.label;" command="cmd_server_admin_org_type"/>
459                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit.label;" command="cmd_server_admin_org_unit"/>
460                 <menuitem label="&staff.main.menu.admin.server_admin.conify.grp_tree.label;" command="cmd_server_admin_grp_tree"/>
461                 <menuitem label="&staff.main.menu.admin.server_admin.conify.perm_list.label;" command="cmd_server_admin_perm_list"/>
462                 <menuitem label="&staff.main.menu.admin.server_admin.conify.copy_status.label;" command="cmd_server_admin_copy_status"/>
463                 <menuitem label="&staff.main.menu.admin.server_admin.conify.acn_prefix.label;" command="cmd_server_admin_acn_prefix"/>
464                 <menuitem label="&staff.main.menu.admin.server_admin.conify.acn_suffix.label;" command="cmd_server_admin_acn_suffix"/>
465                 <menuitem label="&staff.main.menu.admin.server_admin.conify.marc_record_attrs.label;" command="cmd_server_admin_marc_code"/>
466                 <menuitem label="&staff.main.menu.admin.server_admin.conify.coded_value_maps.label;" command="cmd_server_admin_coded_value_map"/>
467                 <menuitem label="&staff.main.menu.admin.server_admin.conify.billing_type.label;" command="cmd_server_admin_billing_type"/>
468                 <menuitem label="&staff.main.menu.admin.server_admin.conify.z3950_source.label;" command="cmd_server_admin_z39_source"/>
469                 <menuitem label="&staff.main.menu.admin.server_admin.conify.circulation_modifier.label;" command="cmd_server_admin_circ_mod"/>
470                 <menuitem label="&staff.main.menu.admin.server_admin.conify.global_flag.label;" command="cmd_server_admin_global_flag"/>
471                 <menuitem label="&staff.main.menu.admin.server_admin.conify.org_unit_setting_type;" command="cmd_server_admin_org_unit_setting_type"/>
472                 <menuitem label="&staff.main.menu.admin.server_admin.conify.usr_setting_type;" command="cmd_server_admin_usr_setting_type"/>
473                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_hard_due_date;" command="cmd_server_admin_config_hard_due_date"/>
474                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_circ_duration;" command="cmd_server_admin_config_rule_circ_duration"/>
475                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_recurring_fine;" command="cmd_server_admin_config_rule_recurring_fine"/>
476                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_max_fine;" command="cmd_server_admin_config_rule_max_fine"/>
477                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_rule_age_hold_protect;" command="cmd_server_admin_config_rule_age_hold_protect"/>
478                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_circ_weights;" command="cmd_server_admin_config_circ_weights"/>
479                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_hold_weights;" command="cmd_server_admin_config_hold_weights"/>
480                 <menuitem label="&staff.main.menu.admin.server_admin.conify.config_weight_assoc;" command="cmd_server_admin_config_weight_assoc"/>
481                 <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;">
482                     <menupopup id="main.menu.admin.server.acq.popup">
483                         <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" />
484                         <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"/>
485                         <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" />
486                         <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" />
487                         <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" />
488                         <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" />
489                         <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" />
490                         <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" />
491                         <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" />
492                         <menuseparator />
493                         <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"/>
494                         <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"/>
495                         <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"/>
496                         <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"/>
497                         <menuseparator />
498                         <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"/>
499                         <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"/>
500                         <menuseparator />
501                         <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"/>
502                         <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"/>
503                         <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"/>
504                     </menupopup>
505                 </menu>
506                 <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;">
507                     <menupopup id="main.menu.admin.server.booking.popup">
508                         <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;"/>
509                         <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;"/>
510                         <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;"/>
511                         <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;"/>
512                         <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;"/>
513                     </menupopup>
514                 </menu>
515             </menupopup>
516         </menu>
517
518         <menuseparator />
519         <menuitem label="&staff.main.menu.admin.user_edit.label;" accesskey="&staff.main.menu.admin.user_edit.accesskey;" command="cmd_adv_user_edit"/>
520         <menuitem label="&staff.main.menu.admin.toggle_meters.label;" accesskey="&staff.main.menu.admin.toggle_meters.accesskey;" command="cmd_toggle_meters"/>
521         <menuseparator />
522         <menu id="main.menu.admin.sub" accesskey="&staff.main.menu.admin.developer.accesskey;" label="&staff.main.menu.admin.developer.label;">
523             <menupopup id="main.menu.admin.sub.popup">
524                 <menuitem label="&staff.main.menu.admin.stat_cat_edit.label;" accesskey="&staff.main.menu.admin.stat_cat_edit.accesskey;" command="cmd_stat_cat_edit"/>
525                 <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"/>
526                 <menuitem label="&staff.main.menu.admin.copy_location_edit.label;" accesskey="&staff.main.menu.admin.copy_location_edit.accesskey;" command="cmd_copy_location_edit"/>
527                 <menuitem label="&staff.main.menu.admin.browse_holds.label;" command="cmd_browse_holds" accesskey="&staff.main.menu.admin.browse_holds.accesskey;"/>
528                 <menuitem label="&staff.main.menu.admin.local_admin.label;" accesskey="&staff.main.menu.admin.local_admin.accesskey;" command="cmd_local_admin"/>
529                 <menuitem label="&staff.main.menu.admin.survey_wizard.label;" accesskey="&staff.main.menu.admin.survey_wizard.accesskey;" command="cmd_survey_wizard"/>
530                 <menuseparator />
531                 <menuitem label="&staff.main.menu.admin.public_opac.label;" command="cmd_public_opac" accesskey="&staff.main.menu.admin.public_opac.accesskey;"/>
532                 <menuitem label="&staff.main.menu.admin.cmd_test.label;" command="cmd_test"/>
533                 <menuitem label="&staff.main.menu.admin.xuleditor.label;" accesskey="&staff.main.menu.admin.xuleditor.accesskey;" command="cmd_xuleditor"/>
534                 <menuitem label="&staff.main.menu.admin.fieldmapper.label;" accesskey="&staff.main.menu.admin.fieldmapper.accesskey;" command="cmd_fieldmapper"/>
535                 <menuitem label="&staff.main.menu.admin.cmd_console.label;" accesskey="&staff.main.menu.admin.cmd_console.accesskey;" command="cmd_console"/>
536                 <menuitem label="&staff.main.menu.admin.cmd_shell.label;" accesskey="&staff.main.menu.admin.cmd_shell.accesskey;" command="cmd_shell"/>
537                 <menuitem label="&staff.main.menu.admin.cmd_chrome_shell.label;" accesskey="&staff.main.menu.admin.cmd_chrome_shell.accesskey;" 
538                     oncommand="try{xulG.window.win.start_js_shell();}catch(E){alert(E);}"/>
539                 <menuitem label="server/main/test.html" accesskey="1" command="cmd_test_html"/>
540                 <menuitem label="server/main/test.xul" accesskey="2" command="cmd_test_xul"/>
541                 <menuitem label="&staff.main.menu.admin.clear_cache.label;" accesskey="&staff.main.menu.admin.clear_cache.accesskey;" command="cmd_clear_cache"/>
542                 <menuitem label="&staff.main.menu.admin.restore_all_tabs.label;" command="cmd_restore_all_tabs"/>
543                 <menuitem label="&staff.main.menu.admin.extension_manager.label;" command="cmd_extension_manager"/>
544                 <menuitem label="&staff.main.menu.admin.theme_manager.label;" command="cmd_theme_manager"/>
545                 <menuitem label="&staff.main.menu.admin.about_config.label;" command="cmd_about_config"/>
546                 <menuitem label="&staff.main.menu.admin.venkman.label;" oncommand="try{xulG.window.win.start_debugger();}catch(E){alert(E);}"/>
547                 <menuitem label="&staff.main.auth.debug.inspector;" oncommand="try{xulG.window.win.start_inspector();}catch(E){alert(E);}"/>
548                 <menuitem label="&staff.main.auth.debug.chrome_list;" oncommand="try{xulG.window.win.start_chrome_list();}catch(E){alert(E);}"/>
549                 <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);}"/>
550             </menupopup>
551         </menu>
552     </menupopup>
553 </menu>
554
555
556 </overlay>