summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml
blob: f596b876aba7321808c92bd0b100ce2bfbe520c5 (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
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 name="panel_profile_firstlife"
 label="Profile"
 top="0"
 left="0"
 height="480"
 width="420"
 follows="all"
 layout="topleft"
>
    <loading_indicator
     name="progress_indicator"
     top="5"
     right="-10"
     height="23"
     width="23"
     follows="top|right"
     layout="topleft"
     visible="false"
    />
    <thumbnail
     name="real_world_pic"
     image_name="Generic_Person_Large"
     follows="top|left"
     layout="topleft"
     top="10"
     left="8"
     height="160"
     width="160"/>
    <loading_indicator
     name="image_upload_indicator"
     top="79"
     left="77"
     height="23"
     width="23"
     follows="top|left"
     layout="topleft"
     visible="false"/>
    <button
     name="fl_upload_image"
     label="Upload Photo"
     top="102"
     left="175"
     height="20"
     width="120"
     follows="top|left"
     layout="topleft"/>
    <button
     name="fl_change_image"
     label="Change Photo"
     top_pad="5"
     left="175"
     height="20"
     width="120"
     follows="top|left"
     layout="topleft"/>
    <button
     name="fl_remove_image"
     label="Remove Photo"
     top_pad="5"
     left_delta="0"
     height="20"
     width="120"
     follows="top|left"
     layout="topleft"/>
    <text_editor
     name="fl_description_edit"
     trusted_content="false"
     enabled="false"
     top="180"
     left="6"
     right="-6"
     height="224"
     follows="all"
     layout="topleft"
     bg_readonly_color="Transparent"
     border_visible="true"
     max_length="65000"
     parse_urls="true"
     word_wrap="true"
    />
    <button
     name="fl_save_changes"
     label="Save"
     top_pad="5"
     right="-108"
     height="20"
     width="80"
     enabled="false"
     follows="right|bottom"
     layout="topleft"/>
    <button
     name="fl_discard_changes"
     label="Discard"
     top_delta="0"
     right="-4"
     height="20"
     width="100"
     enabled="false"
     follows="right|bottom"
     layout="topleft"/>
</panel>