]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
new way of handling entities for remote xul
[Evergreen.git] / Open-ILS / xul / staff_client / server / circ / copy_status_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay PUBLIC "" ""[
3         <!--#include virtual="/opac/locale/en-US/lang.dtd"-->
4 ]>
5 <overlay id="copy_status_overlay" 
6         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8 <script>dump('loading copy_status_overlay.xul\n');</script>
9
10 <commandset id="copy_status_cmds" />
11
12 <box id="copy_status_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="Scan Item" />
19                 <hbox id="copy_status_top_ui" />
20                 <tree id="copy_status_list" flex="1" enableColumnDrag="true"/>
21                 <hbox id="copy_status_bottom_ui" />
22         </groupbox>
23 </vbox>
24
25 <hbox id="copy_status_top_ui">
26         <label id="copy_status_scan_barcode_label" 
27                 value="Barcode:"
28                 accesskey="B"
29                 control="copy_status_barcode_entry_textbox"/>
30         <textbox id="copy_status_barcode_entry_textbox"/>
31         <button id="copy_status_submit_barcode_button" 
32                 label="Submit"
33                 command="cmd_copy_status_submit_barcode"
34                 accesskey="S"/>
35         <spacer flex="1"/>
36         <label value="Selected Items:"/>
37         <button id="sel_checkin" label="Check In" disabled="true"/>
38         <button id="sel_edit" label="Edit" disabled="true"/>
39         <button id="sel_opac" label="OPAC" disabled="true"/>
40         <button id="sel_patron" label="Patron" disabled="true"/>
41         <button id="sel_bucket" label="Bucket" disabled="true"/>
42 </hbox>
43
44 <hbox id="copy_status_bottom_ui">
45         <button id="copy_status_print" 
46                 label="Print"
47                 command="cmd_copy_status_print"
48                 accesskey="P"/>
49         <button id="copy_status_reprint" 
50                 label="Print Last"
51                 command="cmd_copy_status_reprint"
52                 accesskey_disabled="L"/>
53         <spacer id="pcii3s" flex="1"/>
54         <checkbox id="copy_status_auto" 
55                 label="Auto-Print"
56                 accesskey_disabled="A"/> 
57 <!--
58         <button id="copy_status_done" 
59                 label="&staff.copy_status.done_label;" 
60                 command="cmd_copy_status_done"
61                 accesskey="&staff.copy_status.done_label.accesskey;"/>
62 -->
63 </hbox>
64
65 </overlay>