summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_incoming_call.xml
blob: 8b271eb41ef6e8d1d6870cd0874b3a019edc1e88 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_close="false"
 can_minimize="false"
 can_tear_off="false"
 height="200"
 layout="topleft"
 name="incoming call"
 help_topic="incoming_call"
 title="Unknown Person is calling"
 width="240">
     <floater.string
     name="anonymous">
        anonymous
    </floater.string>
    <floater.string
     name="VoiceInviteP2P">
        is calling.
    </floater.string>
    <floater.string
     name="VoiceInviteAdHoc">
        has joined a Voice Chat call with a conference chat.
    </floater.string>
    <avatar_icon
     enabled="false"
     follows="left|top"
     height="36"
     image_name="icon_avatar_online.tga"
     layout="topleft"
     left_delta="19"
     top="35"
     width="36" />
    <text_editor
     font="SansSerif"
     height="64"
     hide_border="true"
     hide_scrollbar="true"
     layout="topleft"
     left="77"
     max_length="2147483647"
     name="caller name"
     read_only="true"
     top="21"
     width="163"
     word_wrap="true" />
    <button
     height="24"
     label="Accept"
     label_selected="Accept"
     layout="topleft"
     left="70"
     name="Accept"
     top="92"
     width="100" />
    <button
     height="24"
     label="Reject"
     label_selected="Reject"
     layout="topleft"
     left_delta="0"
     name="Reject"
     top_pad="12"
     width="100" />
    <button
     height="24"
     label="Start IM"
     layout="topleft"
     left_delta="0"
     name="Start IM"
     top_pad="12"
     width="100" />
</floater>