summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_notes.xml
blob: cff7b51ce8a931ea8fd29d139e6f85762b74c8df (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="all"
 height="533"
 label="Notes &amp; Privacy"
 layout="topleft"
 left="0"
 name="panel_notes"
 top="0"
 width="313"
>
    <layout_stack
     name="layout"
     orientation="vertical"
     follows="all"
     layout="topleft"
     left="0"
     top="0"
     height="517"
     width="313"
     border_size="0">
      <layout_panel
       name="notes_stack"
       follows="all"
       layout="topleft"
       top="0"
       left="0"
       height="450"
       width="313">
        <scroll_container
         color="DkGray2"
         follows="all"
         layout="topleft"
         left="0"
         name="profile_scroll"
         opaque="true"
         height="450"
         width="313"
         top="0">
          <panel
           height="450"
           layout="topleft"
           name="profile_scroll_panel"
           top="0"
           left="0"
           width="303">
            <text
             follows="left|top"
         font.style="BOLD"
             height="16"
             layout="topleft"
             left="11"
             name="status_message"
             text_color="white"
             top="10"
             value="My private notes:"
             width="293" />
            <text_editor
             follows="left|top"
             height="120"
             layout="topleft"
             left="12"
             max_length="1000"
             name="notes_edit"
             text_color="DkGray"
             top_pad="3"
             width="288"
             word_wrap="true" />
            <text
             follows="left|top"
         font.style="BOLD"
             height="16"
             layout="topleft"
             left="11"
             name="status_message2"
             text_color="white"
             top_pad="20"
             value="Allow this person to:"
             width="293" />
            <check_box
             enabled="false"
             height="16"
             label="See my online status"
             layout="topleft"
             left="10"
             name="status_check"
             width="293" />
            <check_box
             enabled="false"
             height="16"
             label="See me on the map"
             layout="topleft"
             left="10"
             name="map_check"
             width="293" />
            <check_box
             enabled="false"
             height="16"
             label="Edit, delete or take my objects"
             layout="topleft"
             left="10"
             name="objects_check"
             width="293" />
          </panel>
        </scroll_container>
      </layout_panel>
      <layout_panel
       follows="bottom|left"
       height="30"
         layout="topleft"
         left="0"
         name="notes_buttons_panel"
         auto_resize="false"
         width="313">
       <button
         follows="bottom|left"
         height="23"
         label="Add Friend"
         layout="topleft"
         left="2"
         mouse_opaque="false"
         name="add_friend"
         tool_tip="Offer friendship to the Resident"
         top="5"
         width="80" />
        <button
         follows="bottom|left"
         height="23"
         label="IM"
         layout="topleft"
         name="im"
         tool_tip="Open instant message session"
         top="5"
         left_pad="3"
         width="45" />
        <button
         follows="bottom|left"
         height="23"
         label="Call"
         layout="topleft"
         name="call"
         tool_tip="Call this Resident"
         left_pad="3"
         top="5"
         width="46" />
        <button
         enabled="false"
         follows="bottom|left"
         height="23"
         label="Map"
         layout="topleft"
         name="show_on_map_btn"
         tool_tip="Show the Resident on the map"
         top="5"
         left_pad="3"
         width="45" />
        <button
         follows="bottom|left"
         height="23"
         label="Teleport"
         layout="topleft"
         name="teleport"
         tool_tip="Offer teleport"
         left_pad="3"
         top="5"
         width="80" />
        </layout_panel>
    </layout_stack>
</panel>