]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
checkin sfx
[Evergreen.git] / Open-ILS / xul / staff_client / server / circ / checkin_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
3 <overlay id="checkin_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <script>dump('loading checkin_overlay.xul\n');</script>
7
8 <commandset id="checkin_cmds" />
9
10 <box id="checkin_main" flex="1" orient="vertical" class="my_overflow">
11         <vbox id="cmvb1" flex="1"/>
12 </box>
13
14 <vbox id="cmvb1" flex="1">
15         <groupbox id="cmgb1" flex="2">
16                 <caption label="&staff.circ.checkin.caption;" />
17                 <hbox id="checkin_top_ui" />
18                 <tree id="checkin_list" flex="1" enableColumnDrag="true"/>
19                 <hbox id="checkin_bottom_ui" />
20         </groupbox>
21 </vbox>
22
23 <hbox id="checkin_top_ui">
24         <label id="checkin_scan_barcode_label" 
25                 value="&staff.circ.checkin.scan_label;" 
26                 accesskey="&staff.circ.checkin.scan_label.accesskey;" 
27                 control="checkin_barcode_entry_textbox"/>
28         <textbox id="checkin_barcode_entry_textbox"/>
29         <button id="checkin_submit_barcode_button" 
30                 label="&staff.circ.checkin.submit_label;" 
31                 command="cmd_checkin_submit_barcode"
32                 accesskey="&staff.circ.checkin.submit_label.accesskey;"/>
33         <spacer flex="1"/>
34         <label id="checkin_effective_date_label" value="Effective Date:" control="checkin_effective_date_textbox" accesskey="D"/>
35         <textbox id="checkin_effective_date_textbox"/>
36 </hbox>
37
38 <hbox id="checkin_bottom_ui">
39         <button id="checkin_print" 
40                 label="&staff.checkin.print_receipt_label;" 
41                 command="cmd_checkin_print"
42                 accesskey="&staff.checkin.print_receipt_label.accesskey;"/>
43         <button id="checkin_reprint" 
44                 label="&staff.checkin.reprint_receipt_label;" 
45                 command="cmd_checkin_reprint"
46                 accesskey="&staff.checkin.reprint_receipt_label.accesskey;"/>
47         <spacer id="pcii3s" flex="1"/>
48         <checkbox id="checkin_auto" 
49                 label="&staff.checkin.auto_print_label;" 
50                 accesskey_disabled="&staff.checkin.auto_print_label.accesskey;"/> 
51 <!--
52         <button id="checkin_done" 
53                 label="&staff.checkin.done_label;" 
54                 command="cmd_checkin_done"
55                 accesskey="&staff.checkin.done_label.accesskey;"/>
56 -->
57 </hbox>
58
59 </overlay>