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