Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_html.xml
Beeks 5ce4286fd7 f
2010-08-22 15:14:30 -04:00

26 lines
1.4 KiB
XML

<?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="70" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
label="Forward" left_delta="73" name="forward_btn" width="70" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
follows="top|left|right" font="SansSerifSmall" height="20" 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" />
<string name="home_page_url">
http://www.secondlife.com
</string>
<string name="support_page_url">
http://wiki.secondlife.com/wiki/Knowledge_Base
</string>
</floater>