]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/cat/copy_buckets_overlay.xul
shared buckets
[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                 <hbox id="info_box"/>
28                 <tree id="copies_in_bucket_list" flex="1" enableColumnDrag="true"/>
29                 <hbox id="copy_buckets_bottom_ui" />
30         </groupbox>
31 </vbox>
32
33 <hbox id="pending_buckets_bottom_ui">
34         <spacer flex="1"/>
35         <button label="Add All" command="copy_buckets_add" accesskey="A" image="/xul/server/skin/media/images/down_arrow.gif"/>
36         <button label="Add Selected" command="copy_buckets_sel_add" accesskey="" image="/xul/server/skin/media/images/down_arrow.gif"/>
37 </hbox>
38
39 <hbox id="copy_buckets_top_ui">
40         <hbox id="copy_buckets_menulist_placeholder" />
41         <button command="copy_buckets_new_bucket" label="New Bucket"/>
42         <button command="copy_buckets_delete_bucket" label="Delete Bucket"/>
43         <button id="refresh" label="Refresh"/>
44         <spacer flex="1"/>
45         <button id="clip_button" command="sel_clip" label="Copy to Clipboard" disabled="true" />
46         <button command="copy_buckets_delete_item" label="Delete Selected" disabled="true" image="/xul/server/skin/media/images/icon_delete.gif"/>
47         <button command="copy_buckets_export" label="Add Selected" disabled="true" image="/xul/server/skin/media/images/up_arrow.gif"/>
48 </hbox>
49
50 <hbox id="info_box" hidden="true" style="font-size: large;">
51         <label value="Bucket #"/>
52         <label id="bucket_number" style="color: blue; text-decoration: underline; -moz-user-focus: normal;" onclick="copy_to_clipboard(event)"/>
53         <label id="bucket_name" style="color: blue;"/>
54         <label value="Owner:"/>
55         <label id="bucket_owner" style="color: blue;"/>
56 </hbox>
57
58 <hbox id="copy_buckets_bottom_ui">
59         <button id="copy_buckets_print" label="Print" command="cmd_copy_buckets_print" accesskey="P"/>
60         <spacer flex="1"/>
61         <hbox style="background: grey">
62                 <vbox><spacer flex="1"/><label value="Batch:" style="font-weight: bold"/><spacer flex="1"/></vbox>
63                 <button label="Show Status" command="cmd_export_to_copy_status"/>
64                 <button command="copy_buckets_transfer_to_volume" label="Transfer to Specific Volume"/>
65                 <button command="copy_buckets_batch_copy_edit" label="Edit Item Attributes" image="/xul/server/skin/media/images/grinder.gif"/>
66                 <button command="copy_buckets_batch_copy_delete" label="Delete" />
67         </hbox>
68 </hbox>
69
70 </overlay>