summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_notes.xml
blob: 016aa649276f76ed617b5d120b8328acb6b63522 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="in"
 follows="left|top|right|bottom"
 height="420"
 label="Notes &amp; Privacy"
 layout="topleft"
 left="0"
 name="panel_notes"
 top="0"
 width="285">
    <scroll_container
     color="DkGray2"
     follows="left|top|right|bottom"
     height="350"
     layout="topleft"
     left="2"
     name="profile_scroll"
     opaque="true"
     top="0"
     width="284">
        <text
         follows="left|top"
         font="SansSerifBold"
         height="16"
         layout="topleft"
         left="10"
         name="status_message"
         text_color="white"
         top="0"
         value="My private notes:"
         width="230" />
        <text_editor
         follows="left|top"
         height="200"
         hide_scrollbar="true"
         layout="topleft"
         left="10"
         max_length="1000"
         name="notes_edit"
         text_color="black"
         top_pad="10"
         width="255"
         word_wrap="true" />
        <text
         follows="left|top"
         font="SansSerifBold"
         height="16"
         layout="topleft"
         left="10"
         name="status_message2"
         text_color="white"
         top_pad="10"
         value="Let this person:"
         width="225" />
        <check_box
         enabled="false"
         height="20"
         label="See my online status"
         layout="topleft"
         left="20"
         name="status_check"
         top_pad="0"
         width="230" />
        <check_box
         enabled="false"
         height="20"
         label="See me on the map"
         layout="topleft"
         left="20"
         name="map_check"
         top_pad="0"
         width="230" />
        <check_box
         enabled="false"
         height="20"
         label="Edit, delete or take my objects"
         layout="topleft"
         left="20"
         name="objects_check"
         top_pad="0"
         width="230" />
    </scroll_container>
    <panel
     follows="bottom|left"
     height="30"
     layout="topleft"
     left="10"
     name="notes_buttons_panel"
     top_pad="5"
     width="280">
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left="0"
         name="teleport_btn"
         top="0"
         width="75" />
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Map"
         layout="topleft"
         name="show_on_map_btn"
         top="0"
         left_pad="5"
         width="85" />
    </panel>
</panel>