summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_notify.xml
blob: be34a2e02fb93456f1390b6f0634fba32680f350 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 background_visible="true"
 height="90"
 label="instant_message"
 layout="topleft"
 left="0"
 name="panel_group_notify"
 top="0"
 width="305">
    <string
     name="message_max_lines_count"
     value="7" />
    <string
     name="subject_font"
     value="SANSSERIF_BIG" />
    <string
     name="date_font"
     value="SANSSERIF" />
    <panel
     background_visible="true"
     follows="top"
     height="30"
     label="header"
     layout="topleft"
     left="0"
     name="header"
     top="0"
     width="305">
        <group_icon
         follows="all"
         height="20"
         layout="topleft"
         left="5"
         mouse_opaque="true"
         name="group_icon"
         top="5"
         width="20" />
        <text
         follows="all"
         font="SansSerifBig"
         height="20"
         layout="topleft"
         left_pad="10"
         name="title"
         parse_urls="false"
         text_color="GroupNotifyTextColor"
         top="5"
         use_ellipses="true"
         value="Sender Name / Group Name"
         width="230" />
    </panel>
    <text_editor
     parse_urls="true"
     enabled="true"
     follows="all"
     height="0"
     layout="topleft"
     left="25"
     max_length="2147483647"
     name="message"
     parse_highlights="true"
     read_only="true"
     text_color="GroupNotifyTextColor"
     top="40"
     type="string"
     use_ellipses="true"
     value="message"
     width="270"
	 word_wrap="true" >
    </text_editor>
    <icon
     bottom="60"
     follows="left|bottom|right"
     height="15"
     layout="topleft"
     left="25"
     mouse_opaque="true"
     name="attachment_icon"
     width="15" />
    <text
     bottom="60"
     follows="left|bottom|right"
     font="SansSerif"
     height="15"
     layout="topleft"
     left="45"
     name="attachment"
     parse_urls="false"
     text_color="GroupNotifyTextColor"
     value="Attachment"
     use_ellipses="true"
     width="250" />
    <button
     bottom="85"
     follows="bottom"
     height="20"
     label="OK"
     layout="topleft"
     right="-10"
     name="btn_ok"
     width="70" />
</panel>