summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_notes.xml
blob: a0ac9df8a5e254160455630f2c81d749308c36dc (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="top|left|right|bottom"
 bevel_style="in"
 height="625"
 label="Notes and Privacy"
 layout="topleft"
 left="10"
 name="panel_notes"
 top="10"
 width="305">
    <scroll_container
     left="8" 
     width="260" 
     height="570" 
     follows="left|top|right|bottom"
     layout="topleft"
     name="profile_scroll"
     opaque="true"
     color="DkGray2"
     reserve_scroll_corner="false">
        <panel
         layout="topleft"
         width="260"
         height="530"
         left="0"
         follows="left|right"
         top="0">
           <!-- <text
             type="string"
             length="1"
             follows="left|top"
             font="SansSerifHugeBold"
             height="20"
             layout="topleft"
             left="10"
             name="pick_title"
             text_color="white"
             top="10"
             width="250"
             word_wrap="true">
                Private Notes
            </text>-->
            <text
             type="string"
             length="1"
             follows="left|top"
             font="SansSerifBold"
             height="15"
             layout="topleft"
             left="10"
             name="status_message"
             text_color="White"
             top="20"
             width="260">
                Your private notes:
            </text>
            <text_editor
             bg_focus_color="LtGray"
             bg_writeable_color="LtGray"
             follows="left|right"
             font="SansSerif"
             height="200"
             hide_scrollbar="true"
             layout="topleft"
             left="10"
             max_length="1000"
             name="notes_edit"
             text_color="black"
             top_pad="10"
             width="240"
             word_wrap="true" />
           <!-- <text
             type="string"
             length="1"
             follows="left|top"
             font="SansSerifHugeBold"
             height="20"
             layout="topleft"
             left="10"
             name="pick_title2"
             text_color="white"
             top_pad="10"
             width="250"
             word_wrap="true">
                Private Settings
            </text> -->
           <text
             type="string"
             length="1"
             follows="left|top"
             font="SansSerifBold"
             height="15"
             layout="topleft"
             left="10"
             name="status_message2"
             text_color="white"
             top_pad="30"
             width="260">
                Allow this user to:
            </text>
            <check_box
             enabled="false"
             follows="left|top"
             font="SansSerif"
             height="20"
             label="See my online status"
             layout="topleft"
             left="10"
             name="status_check"
             text_disabled_color="0.1 0.1 0.1 1"
             text_enabled_color="white"
             top_pad="10"
             width="260" />
            <check_box
             enabled="false"
             follows="left|top"
             font="SansSerif"
             height="20"
             label="See me on the map"
             layout="topleft"
             left="10"
             name="map_check"
             text_disabled_color="0.1 0.1 0.1 1"
             text_enabled_color="white"
             top_pad="10"
             width="260" />
            <check_box
             enabled="false"
             follows="left|top"
             font="SansSerif"
             height="20"
             label="Edit, delete or take my objects"
             layout="topleft"
             left="10"
             name="objects_check"
             text_disabled_color="0.1 0.1 0.1 1"
             text_enabled_color="white"
             top_pad="10"
             width="260" />
        </panel>
    </scroll_container>
    <panel
	 layout="topleft"
     follows="bottom"
     height="30"
     left="8"
     name="notes_buttons_panel"
     bottom="625"
     width="280">
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Add Friend"
         layout="topleft"
         left="0"
         mouse_opaque="false"
         name="add_friend"
         top="0"
         width="90" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="IM"
         layout="topleft"
         left_pad="0"
         name="im"
         top="0"
         width="40" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Call"
         layout="topleft"
         left_pad="0"
         name="call"
         top="0"
         width="50"
         enabled="false"/>
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left_pad="0"
         name="teleport"
         top="0"
         width="75" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Share"
         layout="topleft"
         left_pad="0"
         name="share"
         top="0"
         width="60"
         enabled="false"/>
    </panel>
</panel>