summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_notes.xml
blob: 179fa0136caeb8ec945a6185630ff668af1280f7 (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
104
105
106
<?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"
>
    <!--these strings will be combined into one with different styles-->
    <string name="header_symbol_limit">
Warning: Your notes contain more than 1000 characters.
    </string>
    <string name="body_symbol_limit">
Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [[PROFILE_URL] on the web]
    </string>

    <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="311"
     follows="all"
     layout="topleft"
     max_length="1000"
     word_wrap="true"
    />
    <text
     layout="topleft"
     follows="left|bottom|right"
     top_pad="2"
     left="6"
     right="-6"
     height ="28"
     name="character_limit_warning"
     word_wrap="true">
      Placeholder: Your notes contain more than 1000 characters. Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [https://my.secondlife.com/settings/profile on the web]
    </text>
    <text
     name="status_message2"
     value="Allow this avatar to:"
     top_pad="11"
     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"
     top_pad="0"
     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>