blob: e434face8b8deef9f37eccaed90dc9570be74676 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
can_resize="false"
show_title="false"
can_minimize="false"
can_close="false"
header_height="10"
bg_opaque_image="Window_NoTitle_Foreground"
bg_alpha_image="Window_NoTitle_Background"
height="115"
layout="topleft"
name="profile_permissions"
width="300">
<string
name="description_string"
value="Allow [AGENT_NAME] to:" />
<text
name="perm_description"
value="Allow agent to:"
top="1"
left="12"
right="-6"
height="16"
follows="top|left"
layout="topleft"
font.style="BOLD"
/>
<check_box
name="online_check"
label="See when I am online"
top_pad="5"
left="16"
height="16"
width="293"
follows="top|left"
layout="topleft"
/>
<check_box
name="map_check"
label="Find me on the world map"
top_pad="5"
left="16"
height="16"
width="293"
follows="top|left"
layout="topleft"
/>
<check_box
name="objects_check"
label="Edit, delete or take my objects from my land"
top_pad="5"
left="16"
height="16"
width="293"
follows="top|left"
layout="topleft"
/>
<button
name="perms_btn_ok"
label="OK"
top_pad="5"
left="42"
height="20"
width="100"
follows="top|left"
layout="topleft"/>
<button
name="perms_btn_cancel"
label="Cancel"
top_delta="0"
left_pad="12"
height="20"
width="100"
follows="top|left"
layout="topleft"/>
</floater>
|