summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_buy_contents.xml
blob: 0930043659b95b8854f51e8ab1ea1ccf917c8da5 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 height="300"
 layout="topleft"
 min_height="150"
 min_width="200"
 name="floater_buy_contents"
 save_rect="true"
 title="Buy Contents"
 width="280">
    <floater.string
     name="no_copy_text">
        (no copy)
    </floater.string>
    <floater.string
     name="no_modify_text">
        (no modify)
    </floater.string>
    <floater.string
     name="no_transfer_text">
        (no transfer)
    </floater.string>
    <text
     type="string"
     length="1"
     follows="left|top|right"
     font="SansSerif"
     height="16"
     layout="topleft"
     left="15"
     name="contains_text"
     top="24"
     width="281">
        [NAME] contains:
    </text>
    <scroll_list
     follows="left|top|right|bottom"
     height="148"
     layout="topleft"
     left_delta="0"
     name="item_list"
     top_pad="4"
     width="250">
        <scroll_list.columns
         name="icon"
         width="16" />
        <scroll_list.columns
         name="text"
         relative_width="1" />
    </scroll_list>
    <text
     type="string"
     length="1"
     follows="left|right|bottom"
     font="SansSerif"
     height="24"
     layout="topleft"
     left_delta="0"
     name="buy_text"
     top_pad="4"
     width="281">
        Buy for L$[AMOUNT] from [NAME]?
    </text>
    <check_box
     follows="left|bottom"
     height="20"
     label="Wear clothing now"
     layout="topleft"
     left_delta="0"
     name="wear_check"
     top="224"
     width="135" />
    <button
     follows="right|bottom"
     height="20"
     label="Buy"
     label_selected="Buy"
     layout="topleft"
     left_delta="0"
     name="buy_btn"
     top_pad="10"
     width="125" />
    <button
     follows="right|bottom"
     height="20"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     left_pad="5"
     name="cancel_btn"
     top_delta="0"
     width="125" />
</floater>