summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_event.xml
blob: cf61b7d24d4409b1f0db01787af31438a212681f (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 height="400"
 can_resize="true"
 help_topic="event_details"
 label="Event"
 layout="topleft"
 name="Event"
 save_rect="true"
 save_visibility="false"
 title="EVENT DETAILS" 
 width="600">
	<floater.string
		name="loading_text">
		Loading...
	</floater.string>
    <floater.string
     name="done_text">
        Done
    </floater.string>
  <web_browser
     trusted_content="true" 
     follows="left|right|top|bottom"
     layout="topleft"
     left="10"
     name="browser"
     height="365"
     width="580"
     top="0"/>
	<text
	 follows="bottom|left"
	 height="16"
	 layout="topleft"
	 left_delta="0"
	 name="status_text"
	 top_pad="10"
	 width="150" />	 
</floater>