summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_critical.xml
blob: 7d1a1113b0bc9d76d1b6a1b3c2528d4d0a263d44 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_close="false"
 can_minimize="false"
 height="500"
 layout="topleft"
 name="modal container"
 help_topic="modal_container"
 width="600">
    <button
     height="20"
     label="Continue"
     label_selected="Continue"
     layout="topleft"
     left="484"
     name="Continue"
     top="465"
     width="100" />
    <button
     height="20"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     left_delta="-468"
     name="Cancel"
     top_delta="0"
     width="100" />
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="4"
     name="tos_heading"
     top_delta="-450"
     width="552">
        Please read the following message carefully.
    </text>
    <text_editor
     type="string"
     length="1"
     bg_readonly_color="1 1 1 1"
     bottom="455"
     follows="left|top"
     font="SansSerif"
     layout="topleft"
     left="20"
     max_length="65536"
     name="tos_text"
     right="-20"
     text_readonly_color="0 0 0 1"
     top="45"
     word_wrap="true">
        TOS_TEXT
    </text_editor>
</floater>