blob: 3baed595da75ac72c29352577fcf451e542a6db3 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="330"
label="Ban Residents"
layout="topleft"
left="0"
name="bulk_ban_panel"
top="330"
width="210">
<panel.string
name="loading">
(loading...)
</panel.string>
<panel.string
name="ban_selection_too_large">
Group Invitations not sent: too many Residents selected. Group Invitations are limited to 100 per request.
</panel.string>
<text
type="string"
length="1"
height="54"
layout="topleft"
left="7"
name="help_text"
top="28"
word_wrap="true"
width="200">
You can select multiple Residents to ban from your group. Click 'Open Resident Chooser' to start.
</text>
<button
height="20"
label="Open Resident Chooser"
layout="topleft"
left_delta="-2"
name="add_button"
top_delta="44"
width="200" />
<name_list
allow_calling_card_drop="true"
column_padding="0"
height="174"
layout="topleft"
left_delta="0"
multi_select="true"
name="banned_agent_list"
tool_tip="Hold the Ctrl key and click Resident names to multi-select"
top_pad="4"
width="200" />
<button
height="20"
label="Remove Selected from List"
layout="topleft"
left_delta="0"
name="remove_button"
tool_tip="Removes the Residents selected above from the ban list"
top_pad="4"
width="200" />
<button
height="20"
label="BAN THIS SICK FILTH"
layout="topleft"
left="4"
name="ban_button"
top_delta="30"
width="135" />
<button
height="20"
label="Cancel"
layout="topleft"
left_pad="2"
name="cancel_button"
top_delta="0"
width="65" />
<string
name="GroupBulkBan">
Group Ban
</string>
</panel>
|