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