]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/cat/copy_buckets_overlay.xul
bucket interface fixes and a Not Yet Implemented popup
[Evergreen.git] / Open-ILS / xul / staff_client / server / cat / copy_buckets_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_buckets_overlay" 
6         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8 <script>dump('loading copy_buckets_overlay.xul\n');</script>
9
10 <commandset id="copy_buckets_cmds" />
11
12 <box id="copy_buckets_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 flex="1">
18                 <caption label="Pending Copies" />
19                 <hbox id="pending_buckets_top_ui" />
20                 <tree id="pending_copies_list" flex="1" enableColumnDrag="true"/>
21                 <hbox id="pending_buckets_bottom_ui" />
22         </groupbox>
23         <splitter><grippy /></splitter>
24         <groupbox flex="2">
25                 <caption label="Bucket View" />
26                 <hbox id="copy_buckets_top_ui" />
27                 <tree id="copies_in_bucket_list" flex="1" enableColumnDrag="true"/>
28                 <hbox id="copy_buckets_bottom_ui" />
29         </groupbox>
30 </vbox>
31
32 <hbox id="pending_buckets_bottom_ui">
33         <spacer flex="1"/>
34         <button label="Add All" command="copy_buckets_add" accesskey="A" image="/xul/server/skin/media/images/down_arrow.gif"/>
35         <button label="Add Selected" command="copy_buckets_sel_add" accesskey="" image="/xul/server/skin/media/images/down_arrow.gif"/>
36 </hbox>
37
38 <hbox id="copy_buckets_top_ui">
39         <hbox id="copy_buckets_menulist_placeholder" />
40         <button command="copy_buckets_new_bucket" label="New Bucket"/>
41         <button command="copy_buckets_delete_bucket" label="Delete Bucket"/>
42         <spacer flex="1"/>
43         <button command="copy_buckets_delete_item" label="Delete Selected" disabled="true" image="/xul/server/skin/media/images/icon_delete.gif"/>
44         <button command="copy_buckets_export" label="Add Selected" image="/xul/server/skin/media/images/up_arrow.gif"/>
45 </hbox>
46
47 <hbox id="copy_buckets_bottom_ui">
48         <button id="copy_buckets_print" label="Print" command="cmd_copy_buckets_print" accesskey="P"/>
49         <button id="copy_buckets_reprint" label="Print Last" command="cmd_copy_buckets_reprint" accesskey_disabled="L"/>
50         <spacer flex="1"/>
51         <button label="Show All in Copy Status Interface" accesskey="C" command="cmd_export_to_copy_status"/>
52         <button command="copy_buckets_transfer_to_volume" label="Transfer All to Specific Volume"/>
53         <button command="copy_buckets_batch_copy_edit" label="Batch Edit" image="/xul/server/skin/media/images/grinder.gif"/>
54         <button id="copy_buckets_done" label="Done" command="cmd_copy_buckets_done" accesskey="D"/>
55 </hbox>
56
57 </overlay>