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