summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_telehub.xml
blob: 9d4fb82ec6fa2980221b706ae5a32b98d3ac2b09 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Explicit left edge to avoid overlapping build tools -->
<floater
 legacy_header_height="18"
 height="250"
 layout="topleft"
 name="telehub"
 help_topic="telehub"
 title="TELEHUB"
 width="330">
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="10"
     name="status_text_connected"
     top="24"
     width="315">
        Telehub connected to object [OBJECT]
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left_delta="0"
     name="status_text_not_connected"
     top_delta="0"
     width="315">
        No telehub connected.
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="20"
     layout="topleft"
     left_delta="0"
     name="help_text_connected"
     top_delta="16"
     width="315">
        To remove, click Disconnect.
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="20"
     layout="topleft"
     left_delta="0"
     name="help_text_not_connected"
     top_delta="0"
     width="315">
        Select object and click Connect Telehub.
    </text>
    <button
     follows="top|left"
     height="23"
     label="Connect Telehub"
     layout="topleft"
     left_delta="0"
     name="connect_btn"
     top_delta="20"
     width="130" />
    <button
     follows="top|left"
     height="23"
     label="Disconnect"
     layout="topleft"
     left_pad="10"
     name="disconnect_btn"
     top_delta="0"
     width="130" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left="10"
     name="spawn_points_text"
     top="84"
     width="315">
        Spawn Points (positions, not objects):
    </text>
    <scroll_list
     follows="left|top"
     height="60"
     layout="topleft"
     name="spawn_points_list"
     width="315" />
    <button
     follows="top|left"
     height="23"
     label="Add Spawn"
     layout="topleft"
     name="add_spawn_point_btn"
     width="130" />
    <button
     follows="top|left"
     height="23"
     label="Remove Spawn"
     layout="topleft"
     left_pad="10"
     name="remove_spawn_point_btn"
     width="130" />
    <text
     type="string"
     length="1"
     follows="top|left"
     height="56"
     layout="topleft"
     left="10"
     name="spawn_point_help"
     word_wrap="true"
     width="317">
        Select object and click "Add Spawn" to specify position.
You can then move or delete the object.
Positions are relative to the telehub center.
Select an item in list to highlight it inworld.
    </text>
</floater>