diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_critical.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_critical.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_critical.xml b/linden/indra/newview/skins/default/xui/en-us/floater_critical.xml new file mode 100644 index 0000000..5ce1f5c --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_critical.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="false" can_drag_on_left="false" can_minimize="false" | ||
3 | can_resize="false" height="500" min_height="100" min_width="100" | ||
4 | name="modal container" title="" width="600"> | ||
5 | <button bottom="15" font="SansSerif" halign="center" height="20" label="Continue" | ||
6 | label_selected="Continue" left="370" mouse_opaque="true" name="Continue" | ||
7 | width="100" /> | ||
8 | <button bottom="15" font="SansSerif" halign="center" height="20" label="Cancel" | ||
9 | label_selected="Cancel" left_delta="108" mouse_opaque="true" name="Cancel" | ||
10 | width="100" /> | ||
11 | <!-- No title text here because our "critical message" is usually the | ||
12 | community standards. JC --> | ||
13 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-35" drop_shadow_visible="true" follows="left|top" font="SansSerif" h_pad="0" halign="left" height="20" left="20" mouse_opaque="true" name="tos_heading" v_pad="0" width="552"> | ||
14 | Please read the following message carefully. | ||
15 | </text> | ||
16 | <text_editor bottom="45" embedded_items="false" follows="left|top" font="SansSerif" left="20" max_length="65536" mouse_opaque="true" text_readonly_color="255,255,255,255" bg_readonly_color="0, 30, 80, 200" name="tos_text" right="-20" top="-45" word_wrap="true"> | ||
17 | TOS_TEXT | ||
18 | </text_editor> | ||
19 | </floater> \ No newline at end of file | ||