]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
39d87153418476d9a4634f1eca3f80b9689f59f3
[Evergreen.git] / Open-ILS / xul / staff_client / server / circ / checkin_overlay.xul
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- LOCALIZATION -->
4 <!DOCTYPE overlay PUBLIC "" ""[
5         <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
6 ]>
7
8 <overlay id="checkin_overlay" 
9         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
11 <script>dump('loading checkin_overlay.xul\n');</script>
12
13 <commandset id="checkin_cmds" />
14
15 <popupset id="copy_status_popupset">
16         <popup id="copy_status_actions" position="at_pointer"> 
17                 <menuitem command="sel_clip" label="&staff.circ.checkin_overlay.sel_clip.label;" accesskey="&staff.circ.checkin_overlay.sel_clip.accesskey;" />
18                 <menuitem command="sel_bucket" label="&staff.circ.checkin_overlay.sel_bucket.label;" accesskey="&staff.circ.checkin_overlay.sel_bucket.accesskey;"/>
19                 <menuitem command="sel_opac" label="&staff.circ.checkin_overlay.sel_opac.label;" accesskey="&staff.circ.checkin_overlay.sel_opac.accesskey;" />
20                 <menuitem command="sel_copy_details" label="&staff.circ.checkin_overlay.sel_copy_details.label;" accesskey="&staff.circ.checkin_overlay.sel_copy_details.accesskey;" />
21                 <menuitem command="sel_patron" label="&staff.circ.checkin_overlay.sel_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_patron.accesskey;"/>
22                 <menuitem command="sel_last_patron" label="&staff.circ.checkin_overlay.sel_last_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_last_patron.accesskey;"/>
23                 <menuseparator/>
24                 <menuitem command="sel_edit" label="&staff.circ.checkin_overlay.sel_edit.label;" accesskey="&staff.circ.checkin_overlay.sel_edit.accesskey;" />
25                 <menuseparator />
26                 <menuitem command="sel_mark_items_damaged" label="&staff.circ.checkin_overlay.sel_mark_items_damaged.label;" accesskey="&staff.circ.checkin_overlay.sel_mark_items_damaged.accesskey;"/>
27                 <menuseparator />
28                 <menuitem command="sel_transit_abort" label="&staff.circ.checkin_overlay.sel_transit_abort.label;" />
29                 <menuseparator />
30                 <menuitem command="sel_spine" label="&staff.circ.checkin_overlay.sel_spine.label;" accesskey="&staff.circ.checkin_overlay.sel_spine.accesskey;"/>
31                 <menuitem command="save_columns" label="&staff.circ.checkin_overlay.save_columns.label;"/>
32         </popup>
33 </popupset>
34
35 <box id="checkin_main" flex="1" orient="vertical" class="my_overflow">
36         <vbox id="cmvb1" flex="1"/>
37 </box>
38
39 <vbox id="cmvb1" flex="1">
40         <hbox id="background" style="background-color: green;">
41                 <spacer flex="1"/>
42                 <vbox>
43                         <label id="background-text" value="&staff.circ.checkin_overlay.background_text;" style="font-size: x-large; font-weight: bold;"/>
44                         <label id="hold_capture_blurb" hidden="true" value="&staff.circ.checkin_overlay.background_text.hold_capture;" style="font-size: large; font-weight: bold;"/>
45                 </vbox>
46                 <spacer flex="1"/>
47         </hbox>
48         <groupbox id="cmgb1" flex="2">
49                 <caption id="caption" label="&staff.circ.checkin.caption;" />
50                 <hbox id="checkin_top_ui" />
51                 <tree id="checkin_list" flex="1" enableColumnDrag="true" context="copy_status_actions" />
52                 <hbox id="checkin_bottom_ui" />
53         </groupbox>
54 </vbox>
55
56 <hbox id="checkin_top_ui">
57         <vbox>
58                 <hbox>
59                         <label id="checkin_scan_barcode_label" 
60                                 value="&staff.circ.checkin.scan_label;" 
61                                 accesskey="&staff.circ.checkin.scan_label.accesskey;" 
62                                 control="checkin_barcode_entry_textbox"/>
63                         <textbox id="checkin_barcode_entry_textbox"/>
64                         <button id="checkin_submit_barcode_button" 
65                                 label="&staff.circ.checkin.submit_label;" 
66                                 command="cmd_checkin_submit_barcode"
67                                 oldaccesskey="&staff.circ.checkin.submit_label.accesskey;"/>
68                 </hbox>
69                 <label id="no_change_label" value="" style="color: red" hidden="true"/>
70         </vbox>
71         <spacer flex="1"/>
72         <vbox>
73                 <hbox>
74                         <hbox id="checkin_effective_date_hbox">
75                                 <label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_date_textbox" accesskey="D"/>
76                                 <textbox id="checkin_effective_date_textbox"/>
77                         </hbox>
78                         <menubar>
79                         <menu label="&staff.circ.checkin_overlay.actions.label;" accesskey="&staff.circ.checkin_overlay.actions.accesskey;">
80                                 <menupopup>
81                                         <menuitem command="sel_clip" label="&staff.circ.checkin_overlay.sel_clip.label;" accesskey="&staff.circ.checkin_overlay.sel_clip.accesskey;" />
82                                         <menuitem command="sel_bucket" label="&staff.circ.checkin_overlay.sel_bucket.label;" accesskey="&staff.circ.checkin_overlay.sel_bucket.accesskey;"/>
83                                         <menuitem command="sel_opac" label="&staff.circ.checkin_overlay.sel_opac.label;" accesskey="&staff.circ.checkin_overlay.sel_opac.accesskey;" />
84                                         <menuitem command="sel_copy_details" label="&staff.circ.checkin_overlay.sel_copy_details.label;" accesskey="&staff.circ.checkin_overlay.sel_copy_details.accesskey;" />
85                                         <menuitem command="sel_patron" label="&staff.circ.checkin_overlay.sel_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_patron.accesskey;"/>
86                                         <menuitem command="sel_last_patron" label="&staff.circ.checkin_overlay.sel_last_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_last_patron.accesskey;"/>
87                                         <menuseparator/>
88                                         <menuitem command="sel_edit" label="&staff.circ.checkin_overlay.sel_edit.label;" accesskey="&staff.circ.checkin_overlay.sel_edit.accesskey;" />
89                                         <menuseparator />
90                                         <menuitem command="sel_mark_items_damaged" label="&staff.circ.checkin_overlay.sel_mark_items_damaged.label;" accesskey="&staff.circ.checkin_overlay.sel_mark_items_damaged.accesskey;"/>
91                                         <menuseparator />
92                                         <menuitem command="sel_transit_abort" label="&staff.circ.checkin_overlay.sel_transit_abort.label;" />
93                                         <menuseparator />
94                                         <menuitem command="sel_spine" label="&staff.circ.checkin_overlay.sel_spine.label;" accesskey="&staff.circ.checkin_overlay.sel_spine.accesskey;"/>
95                                         <menuitem command="save_columns" label="&staff.circ.checkin_overlay.save_columns.label;"/>
96                                 </menupopup>
97                         </menu>
98                         </menubar>
99                 </hbox>
100         </vbox>
101
102 </hbox>
103
104 <hbox id="checkin_bottom_ui">
105         <button id="checkin_print" 
106                 label="&staff.checkin.print_receipt_label;" 
107                 command="cmd_checkin_print"
108                 accesskey="&staff.checkin.print_receipt_label.accesskey;"/>
109         <button id="checkin_export" 
110                 label="&staff.circ.checkin_overlay.checkin_export.label;"
111                 command="cmd_checkin_export"
112                 accesskey=""/>
113         <checkbox id="trim_list" label="&staff.circ.checkin_overlay.trim_list.label;" checked="true" persist="checked"/> 
114         <checkbox id="strict_barcode" label="&staff.circ.checkin_overlay.strict_barcode.label;" checked="false" persist="checked"/> 
115         <checkbox id="do_not_alert_on_precat" label="&staff.circ.checkin_overlay.do_not_alert_on_precat.label;" persist="checked"/> 
116         <spacer id="pcii3s" flex="1"/>
117         <checkbox id="checkin_auto" label="&staff.circ.checkin_overlay.checkin_auto.label;" accesskey="&staff.circ.checkin_overlay.checkin_auto.accesskey;" persist="checked"/> 
118 </hbox>
119
120 </overlay>