]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/cat/copy_buckets_overlay.xul
some images I probably won't add to cvs, and bucket deletion confirmation
[Evergreen.git] / Open-ILS / xul / staff_client / server / cat / copy_buckets_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
3 <overlay id="copy_buckets_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <script>dump('loading copy_buckets_overlay.xul\n');</script>
7
8 <commandset id="copy_buckets_cmds" />
9
10 <box id="copy_buckets_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 flex="2">
16                 <caption label="Pending Copies" />
17                 <hbox id="pending_buckets_top_ui" />
18                 <tree id="pending_copies_list" flex="1" enableColumnDrag="true"/>
19                 <hbox id="pending_buckets_bottom_ui" />
20         </groupbox>
21         <splitter><grippy /></splitter>
22         <groupbox flex="2">
23                 <caption label="Bucket View" />
24                 <hbox id="copy_buckets_top_ui" />
25                 <tree id="copies_in_bucket_list" flex="1" enableColumnDrag="true"/>
26                 <hbox id="copy_buckets_bottom_ui" />
27         </groupbox>
28 </vbox>
29
30 <hbox id="pending_buckets_bottom_ui">
31         <spacer flex="1"/>
32         <button label="Add All" id="copy_buckets_add" accesskey="A" image="/xul/server/skin/media/images/down_arrow.gif"/>
33         <button label="Add Selected" id="copy_buckets_sel_add" accesskey="" image="/xul/server/skin/media/images/down_arrow.gif"/>
34 </hbox>
35
36 <hbox id="copy_buckets_top_ui">
37         <label value="Select:"/>
38         <hbox id="copy_buckets_menulist_placeholder" />
39         <button id="copy_buckets_new_bucket" label="New Bucket"/>
40         <button id="copy_buckets_delete_bucket" label="Delete Bucket"/>
41         <spacer flex="1"/>
42         <button id="copy_buckets_delete_item" label="Delete Selected" disabled="true" image="/xul/server/skin/media/images/icon_delete.gif"/>
43         <button id="copy_buckets_export" label="Add Selected" image="/xul/server/skin/media/images/up_arrow.gif"/>
44 </hbox>
45
46 <hbox id="copy_buckets_bottom_ui">
47         <button id="copy_buckets_print" label="Print" command="cmd_copy_buckets_print" accesskey="P"/>
48         <button id="copy_buckets_reprint" label="Print Last" command="cmd_copy_buckets_reprint" accesskey_disabled="L"/>
49         <spacer flex="1"/>
50         <button id="copy_buckets_done" label="Done" command="cmd_copy_buckets_done" accesskey="D"/>
51 </hbox>
52
53 </overlay>