]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/checkout_overlay.xul
for now.. we still need to move the receipt templates to org settings
[Evergreen.git] / Open-ILS / xul / staff_client / server / circ / checkout_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
3 <overlay id="checkout_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <script>dump('loading checkout_overlay.xul\n');</script>
7
8 <commandset id="checkout_cmds" />
9
10 <box id="checkout_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.patron_navbar.checkout;" />
17                 <hbox id="checkout_top_ui" />
18                 <tree id="checkout_list" flex="1" enableColumnDrag="true"/>
19                 <hbox id="checkout_bottom_ui" />
20         </groupbox>
21 </vbox>
22
23 <hbox id="checkout_top_ui">
24 <!--
25         <label id="checkout_scan_barcode_label" 
26                 value="&staff.patron_display.checkout.scan_label;" 
27                 accesskey="&staff.patron_display.checkout.scan_label.accesskey;" 
28                 control="checkout_barcode_entry_textbox"/>
29 -->
30         <hbox id="checkout_menu_placeholder" flex="0"/>
31         <textbox id="checkout_barcode_entry_textbox"/>
32         <button id="checkout_submit_barcode_button" 
33                 label="&staff.patron_display.checkout.submit_label;" 
34                 command="cmd_checkout_submit"
35                 accesskey="&staff.patron_display.checkout.submit_label.accesskey;"/>
36 </hbox>
37
38 <hbox id="checkout_bottom_ui">
39         <button id="checkout_print" 
40                 label="&staff.patron_display.checkout.print_receipt_label;" 
41                 command="cmd_checkout_print"
42                 accesskey="&staff.patron_display.checkout.print_receipt_label.accesskey;"/>
43         <button id="checkout_reprint" 
44                 label="&staff.patron_display.checkout.reprint_receipt_label;" 
45                 command="cmd_checkout_reprint"
46                 accesskey="&staff.patron_display.checkout.reprint_receipt_label.accesskey;"/>
47         <spacer id="pcii3s" flex="1"/>
48         <checkbox id="checkout_auto" 
49                 label="&staff.patron_display.checkout.auto_print_label;" 
50                 accesskey_old="&staff.patron_display.checkout.auto_print_label.accesskey;"/> 
51         <button id="checkout_done" 
52                 label="&staff.patron_display.checkout.done_label;" 
53                 command="cmd_checkout_done"
54                 accesskey="&staff.patron_display.checkout.done_label.accesskey;"/>
55 </hbox>
56
57 </overlay>