summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_notify.xml
blob: a39a681f83d15fc66eac4deb9fb45165d99af8c1 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel background_visible="true" bevel_style="in" bg_alpha_color="0 0 0 0"
	height="200" label="instant_message" layout="topleft" left="0"
	name="panel_group_notify" top="0" width="350">
	<panel background_visible="true" bevel_style="in" bg_alpha_color="black"
		height="50" label="header" layout="topleft" left="0" name="header"
		top="0" width="350">
		<icon follows="left|top|right|bottom" height="40"  width="40" layout="topleft"
			top="5"  left="5" mouse_opaque="true" name="group_icon"/>
		<text type="string" length="1" follows="left|top|right|bottom"
			font="SansSerifBigBold" height="20" layout="topleft" left="60" name="title"
			text_color="GroupNotifyTextColor" top="20" width="300">
			Sender Name / Group Name
        </text>
	</panel>
	<text_editor type="string" length="1" bg_readonly_color="0 0 0 0"
		follows="left|top|right|bottom" height="70" hide_scrollbar="true"
		hide_border="true" layout="topleft" top="55" left="25" name="message"
		text_color="GroupNotifyTextColor" text_readonly_color="GroupNotifyTextColor" width="300" word_wrap="true">
		Message
		Body
    </text_editor>
	<icon follows="left|top|right|bottom" height="16" width="16"
		layout="topleft" top="135" left="25" mouse_opaque="true" name="attachment_icon" />
	<text font="SansSerif" font.style="UNDERLINE" font_shadow="hard"
		type="string" length="1" follows="left|top|right|bottom" layout="topleft"
		left="45" top="135" height="15" width="280" name="attachment"
		text_color="GroupNotifyTextColor">
		Attachment
        </text>
	<button label="OK" layout="topleft" top="170" left="140" height="20"
		width="70" name="btn_ok" />
</panel>