]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/cat/copy_buckets_overlay.xul
remove Reprint button... it is a top-level menu option
[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 id="clip_button" command="sel_clip" label="Copy to Clipboard" disabled="true" />
44         <button command="copy_buckets_delete_item" label="Delete Selected" disabled="true" image="/xul/server/skin/media/images/icon_delete.gif"/>
45         <button command="copy_buckets_export" label="Add Selected" disabled="true" image="/xul/server/skin/media/images/up_arrow.gif"/>
46 </hbox>
47
48 <hbox id="copy_buckets_bottom_ui">
49         <button id="copy_buckets_print" label="Print" command="cmd_copy_buckets_print" accesskey="P"/>
50         <spacer flex="1"/>
51         <hbox style="background: grey">
52                 <vbox><spacer flex="1"/><label value="Batch:" style="font-weight: bold"/><spacer flex="1"/></vbox>
53                 <button label="Show Status" command="cmd_export_to_copy_status"/>
54                 <button command="copy_buckets_transfer_to_volume" label="Transfer to Specific Volume"/>
55                 <button command="copy_buckets_batch_copy_edit" label="Edit Item Attributes" image="/xul/server/skin/media/images/grinder.gif"/>
56                 <button command="copy_buckets_batch_copy_delete" label="Delete" />
57         </hbox>
58 </hbox>
59
60 </overlay>