summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfit_snapshot_inventory.xml
blob: 441cf97e870208479566276655644efe4d3f2b06 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 height="380"
 layout="topleft"
 name="panel_outfit_snapshot_inventory"
 width="490">
    <icon
     follows="top|left"
     height="18"
     image_name="Snapshot_Inventory"
     layout="topleft"
     left="12"
     mouse_opaque="true"
     name="title_icon"
     top="6"
     width="18" />
    <text
     follows="top|left|right"
     font="SansSerifBold"
     height="14"
     layout="topleft"
     left_pad="12"
     length="1"
     name="title"
     right="-10"
     text_color="white"
     type="string"
     top_delta="3">
        Inventory
    </text>
    <view_border 
     bevel_style="in"
     follows="left|top|right" 
     height="1"
     left="9"
     layout="topleft"
     name="hr"
     right="-5"
     top_pad="5"
     />
    <text
     follows="top|left"
     font="SansSerif"
     height="126"
     layout="topleft"
     left="10"
     length="1"
     name="hint_lbl"
     top_pad="6"
     width="200"
     type="string"
     word_wrap="true">
Uploading an image to your inventory costs L$[UPLOAD_COST].

Fee is based on your subscription level. Higher levels are charged lower fees.
    </text>
    <button
     follows="right|bottom"
     height="23"
     label="Cancel"
     layout="topleft"
     name="cancel_btn"
     right="-5"
     top="337"
     width="97">
      <button.commit_callback
       function="Inventory.SaveOutfitCancel" />
    </button>
    <button
     follows="left|bottom"
     height="23"
     label="UPLOAD L$[UPLOAD_COST]"
     layout="topleft"
     left="10"
     name="save_btn"
     top_delta="0"
     width="97">
      <button.commit_callback
       function="Inventory.SaveOutfitPhoto" />
    </button>
</panel>