]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
menu entry Circulation->Clear Shelf-Expired Holds
[working/Evergreen.git] / Open-ILS / xul / staff_client / chrome / content / main / menu_frame_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
3 <?xul-overlay href="chrome://open_ils_staff_client/content/main/menu_frame_menus.xul"?>
4 <!--
5 <?xul-overlay href="/xul/server/main/menu_frame_menus.xul"?>
6 -->
7 <overlay id="menu_frame_overlay" 
8     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9
10 <script>dump('loading menu_frame_overlay.xul\n');</script>
11
12 <commandset id="universal_cmds" />
13 <keyset id="menu_frame_keys" />
14
15 <!-- The top level widget for the staff client -->
16 <box id="menu_frame_main" flex="1" orient="vertical">
17     <toolbox id="main_toolbox"/>
18     <tabbox id="main_tabbox" flex="1" eventnode="window" handleCtrlTab="true">
19         <hbox>
20             <arrowscrollbox orient="horizontal" id="main_tabs_scrollbox" flex="1">
21                 <tabs id="main_tabs">
22                     <tab hidden="true" />
23                 </tabs>
24             </arrowscrollbox>
25             <toolbarbutton id="main_tabs_newbutton" class="tabs-button" style="list-style-image: url('chrome://open_ils_staff_client/skin/media/images/newtab.png');" command="cmd_new_tab" />
26             <spacer flex="10000"/>
27             <toolbarbutton id="main_tabs_closebutton" class="tabs-closebutton close-button" command="cmd_close_tab" />
28         </hbox>
29         <tabpanels id="main_panels" flex="1">
30             <tabpanel />
31         </tabpanels>
32     </tabbox>
33     <statusbar>
34         <statusbarpanel />
35         <statusbarpanel id="statusbarpanel1"/>
36         <statusbarpanel id="statusbarpanel2"/>
37         <statusbarpanel id="statusbarpanel3"/>
38         <statusbarpanel id="statusbarpanel4"/>
39         <statusbarpanel id="statusbarpanel5"/>
40         <spacer flex="1" />
41         <progressmeter id="network_progress" flex="0" mode="determined" value="0" tooltip="network_progress_tip"/>
42         <progressmeter id="page_progress" flex="0" mode="determined" value="0" />
43         <statusbarpanel />
44     </statusbar>
45     <tooltip id="network_progress_tip" noautohide="true">
46         <grid>
47             <columns>
48                 <column/>
49                 <column/>
50                 <column/>
51                 <column flex="1"/>
52                 <column/>
53                 <column/>
54                 <column/>
55                 <column/>
56             </columns>
57             <rows id="network_progress_rows">
58             </rows>
59         </grid>
60     </tooltip>
61 </box>
62
63 <toolbarpallete id="palette">
64     <toolbarbutton 
65         templateid="circ_checkout"
66         command="cmd_circ_checkout" 
67         label="&staff.main.button_bar.check_out.label;" 
68         tooltiptext="&staff.main.button_bar.check_out.label;"
69         type="menu-button">
70         <menupopup tooltiptext=""> <!-- Little note on this first one - The blank tooltiptext stops the button's tooltiptext from applying to the menu and items -->
71             <menuitem label="&staff.main.menu.circ.checkout.label;" accesskey="&staff.main.menu.circ.checkout.accesskey;" command="cmd_circ_checkout"/>
72             <menuitem label="&staff.main.menu.circ.in_house.label;" accesskey="&staff.main.menu.circ.in_house.accesskey;" command="cmd_in_house_use"/>
73         </menupopup>
74     </toolbarbutton>
75     <toolbarbutton
76         templateid="circ_checkin"
77         command="cmd_circ_checkin" 
78         label="&staff.main.button_bar.check_in.label;" 
79         tooltiptext="&staff.main.button_bar.check_in.label;"
80         type="menu-button">
81         <menupopup tooltiptext="">
82             <menuitem label="&staff.main.menu.circ.checkin.label;" accesskey="&staff.main.menu.circ.checkin.accesskey;" command="cmd_circ_checkin"/>
83             <menuitem label="&staff.main.menu.circ.hold_capture.label;" accesskey="&staff.main.menu.circ.hold_capture.accesskey;" command="cmd_circ_hold_capture"/>
84         </menupopup>
85     </toolbarbutton>
86     <toolbarbutton
87         templateid="search_opac"
88         command="cmd_search_opac" 
89         label="&staff.main.button_bar.search_opac.label;" 
90         tooltiptext="&staff.main.button_bar.search_opac.label;"
91         type="menu-button">
92         <menupopup tooltiptext="">
93             <menuitem label="&staff.main.menu.cat.bib_search.label;" accesskey="&staff.main.menu.cat.bib_search.accesskey;" command="cmd_search_opac"/>
94             <menuitem label="&staff.main.menu.cat.search_tcn.label;" accesskey="&staff.main.menu.cat.search_tcn.accesskey;" command="cmd_search_tcn" />
95             <menuitem label="&staff.main.menu.cat.search_bib_id.label;" accesskey="&staff.main.menu.cat.search_bib_id.accesskey;" command="cmd_search_bib_id" />
96         </menupopup>
97     </toolbarbutton>
98     <toolbarbutton
99         templateid="copy_status"
100         command="cmd_copy_status" 
101         label="&staff.main.button_bar.item_status.label;" 
102         tooltiptext="&staff.main.button_bar.item_status.label;"
103         type="menu-button">
104         <menupopup tooltiptext="">
105             <menuitem label="&staff.main.menu.circ.barcode.show_item;" accesskey="&staff.main.menu.circ.barcode.show_item.accesskey;" command="cmd_copy_status"/>
106             <menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
107         </menupopup>
108     </toolbarbutton>
109     <toolbarbutton
110         templateid="patron_search"
111         command="cmd_patron_search" 
112         label="&staff.main.button_bar.patron_search.label;" 
113         tooltiptext="&staff.main.button_bar.patron_search.label;"
114         type="menu-button">
115         <menupopup tooltiptext="">
116             <menuitem label="&staff.main.menu.search.patrons.label;" accesskey="&staff.main.menu.search.patrons.accesskey;" command="cmd_patron_search" />
117             <menuitem label="&staff.main.menu.search.patrons_barcode.label;" accesskey="&staff.main.menu.search.patrons_barcode.accesskey;" command="cmd_circ_checkout"/>
118             <menuitem label="&staff.main.menu.search.patron_db_id.label;" accesskey="&staff.main.menu.search.patron_db_id.accesskey;" command="cmd_search_usr_id"/>
119         </menupopup>
120     </toolbarbutton>
121     <toolbarbutton
122         templateid="patron_register"
123         command="cmd_patron_register" 
124         label="&staff.main.button_bar.patron_registration.label;" 
125         tooltiptext="&staff.main.button_bar.patron_registration.label;"
126         type="menu-button">
127         <menupopup tooltiptext="">
128             <menuitem label="&staff.main.menu.circ.patron_registration.label;" accesskey="&staff.main.menu.circ.patron_registration.accesskey;" command="cmd_patron_register"/>
129             <menuitem label="&staff.main.menu.circ.staged_patrons.label;" accesskey="&staff.main.menu.circ.staged_patrons.accesskey;" command="cmd_staged_patrons"/>
130         </menupopup>
131     </toolbarbutton>
132     <toolbarbutton
133         templateid="create_marc"
134         command="cmd_create_marc"
135         label="&staff.main.button_bar.create_marc;"
136         tooltiptext="&staff.main.button_bar.create_marc;"
137         type="menu-button">
138         <menupopup tooltiptext="">
139             <menuitem label="&staff.main.menu.cat.create_marc.label;" accesskey="&staff.main.menu.cat.create_marc.accesskey;" command="cmd_create_marc"/>
140             <menuitem label="&staff.main.menu.cat.z39_50_import.label;" accesskey="&staff.main.menu.cat.z39_50_import.accesskey;" command="cmd_z39_50_import"/>
141             <menuitem label="&staff.main.menu.cat.vandelay.label;" command="cmd_open_vandelay"/>
142         </menupopup>
143     </toolbarbutton>
144     <toolbarbutton
145         templateid="authority_manage"
146         command="cmd_authority_manage"
147         label="&staff.main.button_bar.authority_manage;"
148         tooltiptext="&staff.main.button_bar.authority_manage;" />
149     <toolbarbutton
150         templateid="retrieve_last_record"
151         command="cmd_retrieve_last_record"
152         label="&staff.main.button_bar.retrieve_last_record;"
153         tooltiptext="&staff.main.button_bar.retrieve_last_record;" />
154     <toolbarbutton
155         templateid="portal"
156         command="cmd_portal"
157         label="&staff.main.menu.file.portal.label;"
158         tooltiptext="&staff.main.menu.file.portal.label;" />
159     <toolbarbutton
160         templateid="edit_copy_buckets"
161         command="cmd_edit_copy_buckets"
162         label="&staff.main.menu.edit.buckets.copies;"
163         tooltiptext="&staff.main.menu.edit.buckets.copies;" />
164     <toolbarbutton
165         templateid="edit_record_buckets"
166         command="cmd_edit_record_buckets"
167         label="&staff.main.menu.edit.buckets.records;"
168         tooltiptext="&staff.main.menu.edit.buckets.records;" />
169     <toolbarbutton
170         label="&staff.main.menu.circ.renew.label;"
171         tooltiptext="&staff.main.menu.circ.renew.label;"
172         templateid="circ_renew"
173         command="cmd_circ_renew"/>
174     <toolbarbutton
175         label="&staff.main.menu.circ.hold_pull.label;"
176         tooltiptext="&staff.main.menu.circ.hold_pull.label;"
177         command="cmd_circ_hold_pull_list"
178         templateid="circ_hold_pull_list" />
179     <toolbarbutton
180         label="&staff.main.menu.circ.hold_browse.label;"
181         tooltiptext="&staff.main.menu.circ.hold_browse.label;"
182         command="cmd_browse_holds_shelf"
183         templateid="browse_holds_shelf" />
184     <toolbarbutton
185         label="&staff.main.menu.circ.hold_clear.label;"
186         tooltiptext="&staff.main.menu.circ.hold_clear.label;"
187         command="cmd_clear_holds_shelf"
188         templateid="clear_holds_shelf" />
189     <toolbarbutton
190         label="&staff.main.menu.circ.patron_retrieve.label;"
191         tooltiptext="&staff.main.menu.circ.patron_retrieve.label;"
192         command="cmd_retrieve_last_patron"
193         templateid="retrieve_last_patron" />
194     <toolbarbutton
195         label="&staff.main.menu.acq.unified_search.label;"
196         tooltiptext="&staff.main.menu.acq.unified_search.label;"
197         command="cmd_acq_unified_search"
198         templateid="acq_unified_search" />
199     <toolbarbutton
200         label="&staff.main.menu.acq.view_my_pl.label;"
201         tooltiptext="&staff.main.menu.acq.view_my_pl.label;"
202         command="cmd_acq_view_my_pl"
203         templateid="acq_view_my_pl" />
204     <toolbarbutton
205         label="&staff.main.menu.acq.brief_record.label;"
206         tooltiptext="&staff.main.menu.acq.brief_record.label;"
207         command="cmd_acq_new_brief_record"
208         templateid="acq_new_brief_record" />
209     <toolbarbutton
210         label="&staff.main.menu.acq.user_requests.label;"
211         tooltiptext="&staff.main.menu.acq.user_requests.label;"
212         command="cmd_acq_user_requests" 
213         templateid="acq_user_requests" />
214     <toolbarbutton
215         label="&staff.main.menu.acq.bib_search.label;"
216         tooltiptext="&staff.main.menu.acq.bib_search.label;"
217         command="cmd_acq_bib_search"
218         templateid="acq_bib_search" />
219     <toolbarbutton
220         label="&staff.main.menu.acq.upload.label;"
221         tooltiptext="&staff.main.menu.acq.upload.label;"
222         command="cmd_acq_upload"
223         templateid="acq_upload" />
224     <toolbarbutton
225         label="&staff.main.menu.acq.create_po.label;"
226         tooltiptext="&staff.main.menu.acq.create_po.label;"
227         command="cmd_acq_create_po"
228         templateid="acq_create_po" />
229     <toolbarbutton
230         label="&staff.main.menu.acq.claim_eligible.label;"
231         tooltiptext="&staff.main.menu.acq.claim_eligible.label;"
232         command="cmd_acq_claim_eligible" 
233         templateid="acq_claim_eligible" />
234     <toolbarbutton
235         label="&staff.main.menu.acq.create_invoice.label;"
236         tooltiptext="&staff.main.menu.acq.create_invoice.label;"
237         command="cmd_acq_create_invoice"
238         templateid="acq_create_invoice" />
239     <toolbarbutton
240         label="&staff.main.menu.booking.reservation.label;"
241         tooltiptext="&staff.main.menu.booking.reservation.label;"
242         command="cmd_booking_reservation"
243         templateid="booking_reservation" />
244     <toolbarbutton
245         label="&staff.main.menu.booking.pull_list.label;"
246         tooltiptext="&staff.main.menu.booking.pull_list.label;"
247         command="cmd_booking_pull_list"
248         templateid="booking_pull_list" />
249     <toolbarbutton
250         label="&staff.main.menu.booking.capture.label;"
251         tooltiptext="&staff.main.menu.booking.capture.label;"
252         command="cmd_booking_capture"
253         templateid="booking_capture" />
254     <toolbarbutton
255         label="&staff.main.menu.booking.reservation_pickup.label;"
256         tooltiptext="&staff.main.menu.booking.reservation_pickup.label;"
257         command="cmd_booking_reservation_pickup"
258         templateid="booking_reservation_pickup" />
259     <toolbarbutton
260         label="&staff.main.menu.booking.reservation_return.label;"
261         tooltiptext="&staff.main.menu.booking.reservation_return.label;"
262         command="cmd_booking_reservation_return"
263         templateid="booking_reservation_return" />
264     <toolbarspacer flex="1" />
265     <toolbarbutton
266         templateid="hotkeys_toggle"
267         command="cmd_hotkeys_toggle"
268         type="checkbox"
269         autocheck="false"
270         label="&staff.main.button_bar.hotkeys_toggle;"
271         tooltiptext="&staff.main.button_bar.hotkeys_toggle;"/>
272 </toolbarpallete>
273
274 <!-- The main top level menubar -->
275 <toolbox id="main_toolbox">
276     <menubar id="main_menubar">
277         <menu id="main.menu.file" />
278         <menu id="main.menu.edit" />
279         <menu id="main.menu.search" />
280         <menu id="main.menu.circ" />
281         <menu id="main.menu.cat" />
282         <menu id="main.menu.acq" />
283         <menu id="main.menu.booking" />
284         <spacer flex="1" />
285         <menu id="main.menu.admin" />
286         <menu id="main.menu.help" />
287     </menubar>
288     <toolbar id="toolbar_main" hidden="true"/>
289     <toolbarpallete id="palette" hidden="true"/>
290 </toolbox>
291
292 </overlay>