summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_openobject.xml
blob: bc04dc9f468cfae917583e1581ebf6385e7a4af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_resize="true"
 default_tab_group="1"
 height="350"
 layout="topleft"
 min_height="190"
 min_width="285"
 name="objectcontents"
 help_topic="objectcontents"
 save_rect="true"
 title="OBJECT CONTENTS"
 width="300">
   <text
     type="string"
     length="1"
     follows="left|top|right"
     font="SansSerif"
     text_color="White"
     height="16"
     layout="topleft"
     left="10"
     name="object_name"
     parse_urls="false"
     top="20"
     width="284">
        [DESC]:
    </text>
    <panel_inventory_object
     background_visible="false"
     draw_border="false"
     follows="all"
     height="265"
     layout="topleft"
     show_root_folder="false"
     left="10"
     name="object_contents"
     top_pad="0"
     width="284" />
    <button
     follows="bottom|left"
     height="23"
     label="Only copy to inventory"
     label_selected="Copy to inventory"
     layout="topleft"
     left="15"
     name="copy_to_inventory_button"
     tab_group="1"
     top_pad="9"
     width="135">
        <button.commit_callback
         function="OpenObject.MoveToInventory" />
    </button>
    <button
     follows="bottom|left"
     height="23"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     left_pad="5"
     name="cancel_button"
     width="120">
        <button.commit_callback
         function="OpenObject.Cancel" />
    </button>
</floater>