aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/en-us/floater_html.xml
blob: fe295c79cb9aa341d114929ea7680f8c176b848b (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
     height="500" min_height="300" min_width="400" name="htmlfloater"
     title="" width="700">
	<button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20"
	     label="Close" name="close_btn" right="-10" width="80" />
	<web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15"
	     name="html_floater_browser" right="-15" top="-56" />
	<button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back"
	     left="15" name="back_btn" width="80" />
<!-- 	<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" -->
<!-- 	     label="Home" left_delta="75" name="home_btn" width="70" /> -->
	<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
	     label="Forward" left_delta="83" name="forward_btn" width="80" />
	     
	<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="top|left|right" font="SansSerifSmall" height="20" hidden="false" left_delta="85" max_length="256" mouse_opaque="true"
	     name="url_edit" select_all_on_focus_received="true" width="435" />
	<button bottom_delta="0" follows="top|right" font="SansSerifSmall" height="20"
	     label="Go" left_delta="440" name="go_btn" width="70" />
     	     
	<!-- web_browser bottom="20" follows="top|left|bottom|right" font="SansSerifSmall" left="15"
	     name="html_floater_browser" right="-15" top="-56" / -->

	<text hidden="true" name="home_page_url">http://www.secondlife.com</text>
	
	<text hidden="true" name="in-world_help_title">In-World Help</text>
	<text hidden="true" name="in-world_help_url">
		http://www.secondlife.com/app/support/inworld.html
	</text>
	
	<text hidden="true" name="additional_help_title">Additional Help</text>
	<text hidden="true" name="additional_help_url">
		http://www.secondlife.com/app/support/support.html
	</text>
</floater>