diff options
author | skolb <none@none> | 2009-11-12 15:36:04 -0800 |
---|---|---|
committer | skolb <none@none> | 2009-11-12 15:36:04 -0800 |
commit | 759cf798c30e5480fa43fdc9dc25d8f4ddf92349 (patch) | |
tree | 5c70db65dad30a7b2efb8ba3dcfcdda9f96f1c18 /indra/newview/skins/default/xui/en | |
parent | 04eaf3f34fbc0b2ba7f6dd22600e8df1aaa63ed8 (diff) |
EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadable
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tos.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tos.xml b/indra/newview/skins/default/xui/en/floater_tos.xml index 4e2cce1428..1adb824e2a 100644 --- a/indra/newview/skins/default/xui/en/floater_tos.xml +++ b/indra/newview/skins/default/xui/en/floater_tos.xml @@ -53,22 +53,6 @@ Please read the following Terms of Service carefully. To continue logging in to [SECOND_LIFE], you must accept the agreement. </text> - <text_editor - type="string" - length="1" - follows="left|top" - font="SansSerif" - height="283" - layout="topleft" - left_delta="0" - max_length="65536" - name="tos_text" - top_pad="43" - width="568" - handle_edit_keys_directly="true" - word_wrap="true"> - TOS_TEXT - </text_editor> <web_browser follows="left|top" height="340" @@ -76,6 +60,6 @@ you must accept the agreement. left_delta="0" name="tos_html" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E" - top_delta="-27" + top_delta="0" width="568" /> </floater> |