summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_notes.xml
blob: 767432a522cbb136972bb8c0f2b496e1b73b4bd6 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="top|left|right|bottom"
 background_visible="true"
 bevel_style="in"
 bg_alpha_color="0.5 0.5 0.5 1"
 height="705"
 label="Notes and Privacy"
 layout="topleft"
 left="10"
 name="panel_notes"
 top="10"
 width="355">
 <scroll_container
      left="1" width="354" height="690" follows="left|top|right|bottom"
	  layout="topleft"
      reserve_scroll_corner="false">
	  <panel
	  layout="topleft"
	  width="320"
	  height="690"
	  left="0"
	  top="0">
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerifHugeBold"
     height="35"
     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="SansSerif"
     font.style="ITALIC"
     height="15"
     layout="topleft"
     left="10"
     name="status_message"
     text_color="0.1 0.1 0.1 1"
     top="50"
     width="300">
        Your notes about this user:
    </text>
    <text_editor
     bg_focus_color="white"
     bg_writeable_color="0.6 0.6 0.6 1"
     follows="left|right"
     font="SansSerif"
     height="300"
     hide_scrollbar="true"
     layout="topleft"
     left="10"
     max_length="1000"
     name="notes_edit"
     text_color="black"
     top="70"
     width="280"
     word_wrap="true" />
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerifHugeBold"
     height="35"
     layout="topleft"
     left="10"
     name="pick_title"
     text_color="white"
     top="410"
     width="250"
     word_wrap="true">
        Private Settings
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     font.style="ITALIC"
     height="15"
     layout="topleft"
     left="10"
     name="status_message"
     text_color="0.1 0.1 0.1 1"
     top="435"
     width="300">
        This user can:
    </text>
    <check_box
     enabled="false"
     follows="left|top"
     font="SansSerifBig"
     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="455"
     width="300" />
    <check_box
     enabled="false"
     follows="left|top"
     font="SansSerifBig"
     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="480"
     width="300" />
    <check_box
     enabled="false"
     follows="left|top"
     font="SansSerifBig"
     height="20"
     label="Edit, delite 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="505"
     width="300" />
    <panel
	 layout="topleft"
     follows="bottom"
     height="30"
     left="0"
     name="notes_buttons_panel"
     bottom="690"
     width="350">
      <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Add Friend"
         layout="topleft"
         left="5"
         mouse_opaque="false"
         name="add_friend"
         top="0"
         width="75" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="IM"
         layout="topleft"
         left_pad="5"
         name="im"
         top_delta="0"
         width="40" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Call"
         layout="topleft"
         left_pad="5"
         name="call"
         top_delta="0"
         width="50"
         enabled="false"/>
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left_pad="5"
         name="teleport"
         top_delta="0"
         width="65" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Share"
         layout="topleft"
         left_pad="15"
         name="share"
         top_delta="0"
         width="50"
         enabled="false"/>
    </panel>
</panel>
	</scroll_container>
</panel>