summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_notes.xml
blob: 0bafaac36132503317215bb568ca1eaf323ba657 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 name="panel_notes"
 label="Notes &amp; Privacy"
 top="0"
 left="0"
 height="480"
 width="420"
 follows="all"
 layout="topleft"
>
    <loading_indicator
     name="progress_indicator"
     top="3"
     right="-10"
     height="23"
     width="23"
     follows="top|right"
     layout="topleft"
     visible="false"
    />
    <text
     name="status_message"
     value="Private notes on this avatar:"
     top="6"
     left="6"
     right="-6"
     height="16"
     follows="left|top|right"
     layout="topleft"
     font.style="BOLD"
    />
    <text_editor
     name="notes_edit"
     enabled="false"
     top_pad="4"
     left="6"
     right="-6"
     height="335"
     follows="all"
     layout="topleft"
     max_length="1000"
     word_wrap="true"
    />
    <text
     name="status_message2"
     value="Allow this avatar to:"
     top_pad="8"
     left="6"
     right="-6"
     height="16"
     follows="left|bottom|right"
     layout="topleft"
     font.style="BOLD"
    />
    <check_box
     name="status_check"
     label="See when I am online"
     enabled="false"
     left="10"
     height="16"
     width="293"
     follows="left|bottom|right"
     layout="topleft"
    />
    <check_box
     name="map_check"
     label="Find me on the world map"
     enabled="false"
     left="10"
     height="16"
     width="293"
     follows="left|bottom|right"
     layout="topleft"
    />
    <check_box
     name="objects_check"
     label="Edit, delete or take my objects"
     enabled="false"
     left="10"
     height="16"
     width="293"
     follows="left|bottom|right"
     layout="topleft"
    />
</panel>