blob: 47d6e9ebbdefcf50d3ea63d20a7c92033a708876 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_pick_info"
top="0"
left="0"
height="360"
width="310"
follows="all"
layout="topleft"
help_topic="profile_pick_info"
>
<panel.string
name="location_notice"
>
(will update after save)
</panel.string>
<texture_picker
name="pick_snapshot"
top="10"
left="10"
height="180"
width="290"
follows="left|top"
layout="topleft"
fallback_image="default_land_picture.j2c"
/>
<line_editor
name="pick_name"
enabled="false"
top_pad="-15"
left="10"
height="20"
width="290"
follows="left|right|top"
layout="topleft"
/>
<text_editor
name="pick_desc"
trusted_content="false"
enabled="false"
top_pad="8"
left="10"
height="70"
width="290"
follows="all"
layout="topleft"
allow_html="true"
border_visible="true"
h_pad="4"
max_length="1023"
v_pad="3"
word_wrap="true"
/>
<line_editor
name="pick_location"
enabled="false"
left="10"
height="20"
width="290"
follows="left|right|bottom"
layout="topleft"
length="1"
type="string"
>
Loading...
</line_editor>
<button
name="teleport_btn"
label="Teleport"
bottom="-40"
left="10"
height="20"
width="80"
follows="left|bottom"
layout="topleft"
/>
<button
name="show_on_map_btn"
label="Show on Map"
bottom_delta="0"
left_pad="5"
height="20"
width="100"
follows="left|bottom"
layout="topleft"
/>
<button
name="set_to_curr_location_btn"
label="Set Location"
tool_tip="Set to Current Location"
bottom_delta="0"
left_pad="5"
height="20"
width="100"
follows="left|bottom"
layout="topleft"
visible="false"
/>
<button
name="save_changes_btn"
label="Save Pick"
bottom="-15"
left="10"
height="20"
width="100"
follows="left|bottom"
layout="topleft"
visible="false"
/>
</panel>
|