]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
clean up
[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" key="close-window-key" />
12         <command id="cmd_new_window" key="new-window-key" />
13         <command id="cmd_new_tab" key="new-tab-key" />
14         <command id="cmd_close_tab" key="close-tab-key" />
15
16         <command id="cmd_edit_copy_buckets" />
17         <command id="cmd_edit_record_buckets" />
18
19         <command id="cmd_cat_main" key="cat-main-key" />
20         <command id="cmd_circ_checkout" key="circ-checkout-key" />
21         <command id="cmd_patron_search" key="patron-search-key" />
22         <command id="cmd_circ_checkin" key="circ-checkin-key" />
23         <command id="cmd_circ_hold_capture" key="circ-hold-capture-key" />
24         <command id="cmd_circ_hold_pull_list" />
25         <command id="cmd_browse_holds" />
26         <command id="cmd_browse_holds_shelf" />
27         <command id="cmd_in_house_use" key="circ-in-house-use" />
28         <command id="cmd_copy_status" key="copy-status-key" />
29         <command id="cmd_search_opac" key="search-opac-key" />
30         <command id="cmd_public_opac" />
31         <command id="cmd_search_tcn" />
32         <command id="cmd_patron_register" key="patron-register-key" />
33         <command id="cmd_standalone" />
34         <command id="cmd_survey_wizard" />
35         <command id="cmd_stat_cat_edit" />
36         <command id="cmd_non_cat_type_edit" />
37         <command id="cmd_copy_location_edit" />
38         <command id="cmd_print_list_template_edit" />
39         <command id="cmd_z39_50_import" />
40         <command id="cmd_create_new_marc_book" />
41         <command id="cmd_replace_barcode" />
42         <command id="cmd_reprint" />
43         <command id="cmd_retrieve_last_patron" />
44         <command id="cmd_retrieve_last_record" />
45
46         <command id="cmd_manage_offline_xacts" />
47         <command id="cmd_download_patrons" />
48         <command id="cmd_local_admin" />
49
50         <command id="cmd_adv_user_edit" />
51         <command id="cmd_console" />
52         <command id="cmd_shell" />
53         <command id="cmd_xuleditor" />
54         <command id="cmd_fieldmapper" />
55         <command id="cmd_test_html" />
56         <command id="cmd_test_xul" />
57         <command id="cmd_clear_cache" />
58         <command id="cmd_restore_all_tabs" />
59
60         <command id="cmd_test" />
61         <command id="cmd_broken" disabled="true" />
62 </commandset>
63
64
65 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
66 <keyset id="menu_frame_keys">
67         <key id="new-window-key" modifiers="accel" key="N" command="cmd_new_window"/>
68         <key id="new-tab-key" modifiers="accel" key="T" command="cmd_new_tab"/>
69         <key id="open-key" modifiers="accel" key="O" command=""/>
70         <key id="save-key" modifiers="accel" key="S" command=""/>
71         <key id="close-tab-key" modifiers="accel" key="W" command="cmd_close_tab"/>
72         <key id="close-window-key" modifiers="accel" key="Q" command="cmd_close_window"/>
73         <key id="circ-checkout-key" keycode="VK_F1" command="cmd_circ_checkout"/>
74         <key id="circ-checkin-key" keycode="VK_F2" command="cmd_circ_checkin"/>
75         <key id="search-opac-key" keycode="VK_F3" command="cmd_search_opac"/>
76         <key id="search-tcn-key" keycode="VK_F3" modifiers="shift" command="cmd_search_tcn"/>
77         <key id="patron-search-key" keycode="VK_F4" command="cmd_patron_search"/>
78         <key id="copy-status-key" keycode="VK_F5" command="cmd_copy_status"/>
79         <key id="circ-in-house-use-key" keycode="VK_F6" command="cmd_in_house_use"/>
80         <key id="circ-hold-capture-key" keycode="VK_F2" modifiers="shift" command="cmd_circ_hold_capture"/>
81         <key id="patron-register-key" keycode="VK_F1" modifiers="shift" command="cmd_patron_registration"/>
82         <key id="retrieve_last_patron_key" keycode="VK_F8" command="cmd_patron_registration"/>
83         <key id="retrieve_last_record_key" keycode="VK_F8" modifiers="shift" command="cmd_patron_registration"/>
84 </keyset>
85
86
87 <!-- The File menu on the main menu -->
88 <menu id="main.menu.file" label="&staff.main.menu.file.label;" accesskey="&staff.main.menu.file.key;" >
89         <menupopup id="main.menu.file.popup">
90                 <menuitem label="&staff.main.menu.file.new.label;" accesskey="&staff.main.menu.file.new.key;" key="new-window-key" command="cmd_new_window"/>
91                 <menuitem label="&staff.main.menu.file.new_tab.label;" accesskey="&staff.main.menu.file.new_tab.key;" key="new-tab-key" command="cmd_new_tab"/>
92                 <menuseparator />
93         <!--
94                 <menuitem label="&staff.main.menu.file.open.label;" accesskey="&staff.main.menu.file.open.key;" key="file-open-key" command="cmd_broken" disabled="true"/>
95                 <menuitem label="&staff.main.menu.file.save.label;" accesskey="&staff.main.menu.file.save.key;" key="file-save-key" command="cmd_broken"/>
96                 <menuseparator />
97         -->
98                 <menuitem label="&staff.main.menu.file.close_tab.label;" accesskey="&staff.main.menu.file.close_tab.key;" key="close-tab-key" command="cmd_close_tab"/>
99                 <menuitem label="&staff.main.menu.file.close.label;" accesskey="&staff.main.menu.file.close.key;" key="close-window-key" command="cmd_close_window"/>
100         </menupopup>
101 </menu>
102
103 <!-- The Edit menu on the main menu -->
104 <menu id="main.menu.edit" label="&staff.main.menu.edit.label;" accesskey="&staff.main.menu.edit.key;">
105         <menupopup id="main.menu.edit.popup">
106                 <menuitem label="Copy Buckets" command="cmd_edit_copy_buckets" accesskey="B"/>
107                 <menuitem label="Volume Buckets" command="cmd_broken" accesskey="V"/>
108                 <menuitem label="Record Buckets" command="cmd_edit_record_buckets" accesskey="R"/>
109                 <menuseparator />
110                 <menuitem label="Replace Barcode" command="cmd_replace_barcode"/>
111         </menupopup>
112 </menu>
113
114 <!-- The Circulation menu on the main menu -->
115 <menu id="main.menu.circ" label="&staff.main.menu.circ.label;" accesskey="&staff.main.menu.circ.key;">
116         <menupopup id="main.menu.circ.popup">
117                 <menuitem label="Check Out Items" accesskey="&staff.main.menu.circ.checkout.key;" key="circ-checkout-key" command="cmd_circ_checkout"/>
118                 <menuitem label="Use In-House Items" accesskey="I" key="circ-in-house-use-key" command="cmd_in_house_use"/>
119                 <menuitem label="Check In Items" accesskey="&staff.main.menu.circ.checkin.key;" key="circ-checkin-key" command="cmd_circ_checkin"/>
120                 <menuitem label="Capture Holds" accesskey="&staff.main.menu.circ.hold_capture.key;" key="circ-hold-capture-key" command="cmd_circ_hold_capture"/>
121                 <menuseparator />
122                 <menuitem label="Pull List for Hold Requests" accesskey="S" command="cmd_circ_hold_pull_list"/>
123                 <menuitem label="Browse Holds Shelf" command="cmd_browse_holds_shelf" accesskey="B"/>
124                 <menuseparator />
125                 <menuitem label="Retrieve Patron by Barcode" accesskey="P" key="circ-checkout-key" command="cmd_circ_checkout"/>
126                 <menuitem label="Show Copy Status by Barcode" accesskey="B" key="copy-status-key" command="cmd_copy_status"/>
127                 <menuitem label="Replace Barcode" command="cmd_replace_barcode"/>
128                 <menuseparator />
129                 <menuitem label="Enter Offline Interface" command="cmd_standalone" accesskey="f"/>
130                 <menuitem label="&staff.main.menu.circ.patron_registration.label;" accesskey="&staff.main.menu.circ.patron_registration.key;" key="patron-register-key" command="cmd_patron_register"/>
131                 <menuseparator />
132                 <menuitem label="Re-Print Last" accesskey="L" command="cmd_reprint"/>
133                 <menuitem label="Retrieve Last Patron" accesskey="L" command="cmd_retrieve_last_patron" key="retrieve_last_patron_key"/>
134         </menupopup>
135 </menu>
136
137 <!-- The Cataloging menu on the main menu -->
138 <menu id="main.menu.cat" label="Cataloging" accesskey="g">
139         <menupopup id="main.menu.cat.popup">
140                 <menuitem label="Search the Catalog" accesskey="&staff.main.menu.cat.bib_search.key;" key="search-opac-key" command="cmd_search_opac"/>
141                 <menuitem label="Retrieve record by TCN" accesskey="T" key="search-tcn-key" command="cmd_search_tcn" />
142                 <menuitem label="Show Copy Status by Barcode" accesskey="B" key="copy-status-key" command="cmd_copy_status"/>
143                 <menuseparator />
144                 <!--
145                 <menuitem disabled="true" label="&staff.main.menu.cat.dedup.label;" accesskey="&staff.main.menu.cat.dedup.key;" command="cmd_broken"/>
146                 -->
147                 <menuitem label="Manage Copy Buckets" command="cmd_edit_copy_buckets" accesskey="B"/>
148                 <menuitem label="Manage Volume Buckets" command="cmd_broken" accesskey="V"/>
149                 <menuitem label="Manage Record Buckets" command="cmd_edit_record_buckets" accesskey="R"/>
150                 <menuseparator />
151                 <menuitem label="Create New Marc Record" accesskey="N" command="cmd_broken"/>
152                 <menuitem label="Import Record from Z39.50" accesskey="Z" command="cmd_z39_50_import"/>
153                 <menuseparator />
154                 <menuitem label="Replace Barcode" command="cmd_replace_barcode"/>
155                 <menuitem label="Retrieve Last Record" accesskey="L" command="cmd_retrieve_last_record" key="retrieve_last_record_key"/>
156         </menupopup>
157 </menu>
158
159 <!-- The Search menu on the main menu -->
160 <menu id="main.menu.search" label="&staff.main.menu.search.label;" accesskey="&staff.main.menu.search.key;">
161         <menupopup id="main.menu.search.popup">
162                 <menuitem label="for Patrons" accesskey="P" key="patron-search-key" command="cmd_patron_search" />
163                 <menuitem label="the Catalog" accesskey="C" key="search-opac-key" command="cmd_search_opac" />
164                 <menuitem label="for record by TCN" accesskey="T" key="search-tcn-key" command="cmd_search_tcn" />
165                 <menuitem label="for copies by Barcode" accesskey="B" key="copy-status-key" command="cmd_copy_status"/>
166                 <menuitem label="for patron by Barcode" accesskey="n" key="circ-checkout-key" command="cmd_circ_checkout"/>
167         </menupopup>
168 </menu>
169
170 <!-- The Help menu on the main menu -->
171 <menu id="main.menu.help" label="&staff.main.menu.help.label;" accesskey="&staff.main.menu.help.key;">
172         <menupopup id="main.menu.help.popup">
173                 <menuitem label="stub" />
174         </menupopup>
175 </menu>
176
177 <!-- The Help menu on the main menu -->
178 <menu id="main.menu.admin" label="&staff.main.menu.admin.label;" accesskey="-" old_accesskey="&staff.main.menu.admin.key;">
179         <menupopup id="main.menu.admin.popup">
180                 <menuitem label="Offline Transaction Management" accesskey="T" command="cmd_manage_offline_xacts"/>
181                 <menuitem label="Download Offline Patron List" accesskey="D" command="cmd_download_patrons"/>
182                 <menuseparator />
183                 <menuitem label="Local System Administration" accesskey="L" command="cmd_local_admin"/>
184                 <menuitem label="User Permission Editor" accesskey="U" command="cmd_adv_user_edit"/>
185                 <menuitem label="Receipt Template Editor" accesskey="R" command="cmd_print_list_template_edit"/>
186                 <menuitem label="Survey Wizard" accesskey="S" command="cmd_survey_wizard"/>
187                 <menuseparator />
188                 <menu id="main.menu.admin.sub" accesskey="-" label="For developers...">
189                         <menupopup id="main.menu.admin.sub.popup">
190                                 <menuitem label="Statistical Category Editor" accesskey="C" command="cmd_stat_cat_edit"/>
191                                 <menuitem label="Non-Cataloged Type Editor" accesskey="n" command="cmd_non_cat_type_edit"/>
192                                 <menuitem label="Copy Location Editor" accesskey="L" command="cmd_copy_location_edit"/>
193                                 <menuitem label="Browse Unfulfilled Holds for this Pickup Lib" command="cmd_browse_holds" accesskey="B"/>
194                                 <menuseparator />
195                                 <menuitem label="Public OPAC" command="cmd_public_opac" accesskey="p"/>
196                                 <menuitem label="Test Module" old_accesskey="T" command="cmd_test"/>
197                                 <menuitem label="XUL Test" accesskey="X" command="cmd_xuleditor"/>
198                                 <menuitem label="Fieldmapper" accesskey="m" command="cmd_fieldmapper"/>
199                                 <menuitem label="Javscript Console" accesskey="J" command="cmd_console"/>
200                                 <menuitem label="Javscript Shell" accesskey="H" command="cmd_shell"/>
201                                 <menuitem label="server/main/test.html" accesskey="1" command="cmd_test_html"/>
202                                 <menuitem label="server/main/test.xul" accesskey="2" command="cmd_test_xul"/>
203                                 <menuitem label="Clear Cache" accesskey="3" command="cmd_clear_cache"/>
204                                 <menuitem label="Unhide Tabs" command="cmd_restore_all_tabs"/>
205                         </menupopup>
206                 </menu>
207         </menupopup>
208 </menu>
209
210
211 </overlay>