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