diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_html.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_html.xml | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_html.xml b/linden/indra/newview/skins/xui/en-us/floater_html.xml index 98cdb8e..52074c4 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_html.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_html.xml | |||
@@ -1,12 +1,29 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | height="500" min_height="300" min_width="300" name="htmlfloater" | 3 | height="500" min_height="300" min_width="400" name="htmlfloater" |
4 | title="" width="700"> | 4 | title="" width="700"> |
5 | <button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20" | 5 | <button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20" |
6 | label="Close" name="close_btn" right="-10" width="50" /> | 6 | label="Close" name="close_btn" right="-10" width="80" /> |
7 | <web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15" | 7 | <web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15" |
8 | name="html_floater_browser" right="-15" top="-30" /> | 8 | name="html_floater_browser" right="-15" top="-56" /> |
9 | <button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back" | ||
10 | left="15" name="back_btn" width="70" /> | ||
11 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | ||
12 | label="Home" left_delta="75" name="home_btn" width="70" /> | ||
13 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | ||
14 | label="Forward" left_delta="75" name="forward_btn" width="70" /> | ||
15 | |||
16 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
17 | follows="top|left|right" font="SansSerifSmall" height="20" hidden="false" left_delta="75" max_length="256" mouse_opaque="true" | ||
18 | name="url_edit" select_all_on_focus_received="true" width="350" /> | ||
19 | <button bottom_delta="0" follows="top|right" font="SansSerifSmall" height="20" | ||
20 | label="Go" left_delta="360" name="go_btn" width="70" /> | ||
21 | |||
22 | <!-- web_browser bottom="20" follows="top|left|bottom|right" font="SansSerifSmall" left="15" | ||
23 | name="html_floater_browser" right="-15" top="-56" / --> | ||
9 | 24 | ||
25 | <text hidden="true" name="home_page_url">http://www.google.com</text> | ||
26 | |||
10 | <text hidden="true" name="in-world_help_title">In-World Help</text> | 27 | <text hidden="true" name="in-world_help_title">In-World Help</text> |
11 | <text hidden="true" name="in-world_help_url"> | 28 | <text hidden="true" name="in-world_help_url"> |
12 | http://www.secondlife.com/app/support/inworld.html | 29 | http://www.secondlife.com/app/support/inworld.html |
@@ -16,4 +33,4 @@ | |||
16 | <text hidden="true" name="additional_help_url"> | 33 | <text hidden="true" name="additional_help_url"> |
17 | http://www.secondlife.com/app/support/support.html | 34 | http://www.secondlife.com/app/support/support.html |
18 | </text> | 35 | </text> |
19 | </floater> \ No newline at end of file | 36 | </floater> |