diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/skins/xui/en-us/floater_telehub.xml | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_telehub.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_telehub.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_telehub.xml b/linden/indra/newview/skins/xui/en-us/floater_telehub.xml deleted file mode 100644 index 2bb5d66..0000000 --- a/linden/indra/newview/skins/xui/en-us/floater_telehub.xml +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" height="250" min_height="220" min_width="83" | ||
4 | name="telehub" title="Telehub" width="272"> | ||
5 | <text bottom_delta="-40" follows="left|top" font="SansSerifSmall" height="16" | ||
6 | left="10" name="status_text_connected" width="200"> | ||
7 | Telehub connected to object [OBJECT] | ||
8 | </text> | ||
9 | <text bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" left="10" | ||
10 | name="status_text_not_connected" width="200"> | ||
11 | No telehub connected. | ||
12 | </text> | ||
13 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20" | ||
14 | left="10" name="help_text_connected" width="260"> | ||
15 | To remove, click Disconnect. | ||
16 | </text> | ||
17 | <text bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" left="10" | ||
18 | name="help_text_not_connected" width="260"> | ||
19 | Select object and click Connect Telehub. | ||
20 | </text> | ||
21 | <button bottom_delta="-20" follows="top|left" font="SansSerifSmall" height="20" | ||
22 | label="Connect Telehub" left="10" name="connect_btn" width="110" /> | ||
23 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | ||
24 | label="Disconnect" left="130" name="disconnect_btn" width="110" /> | ||
25 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | ||
26 | left="10" name="spawn_points_text" width="200"> | ||
27 | Spawn Points (positions, not objects): | ||
28 | </text> | ||
29 | <scroll_list bottom_delta="-60" draw_border="true" follows="left|top" font="SansSerifSmall" | ||
30 | height="60" left="10" multi_select="false" name="spawn_points_list" | ||
31 | width="230" /> | ||
32 | <button bottom_delta="-25" follows="top|left" font="SansSerifSmall" height="20" | ||
33 | label="Add Spawn" left="10" name="add_spawn_point_btn" width="110" /> | ||
34 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | ||
35 | label="Remove Spawn" left="130" name="remove_spawn_point_btn" width="110" /> | ||
36 | <text bottom_delta="-85" follows="top|left" font="SansSerifSmall" height="80" | ||
37 | left="10" name="spawn_point_help" width="260"> | ||
38 | Select object and click Add to specify position. | ||
39 | You may then move or delete the object. | ||
40 | Positions are relative to the telehub center. | ||
41 | Select item in list to show position in world. | ||
42 | </text> | ||
43 | </floater> | ||