summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_general_layout.xml
blob: bffd84877f701bb2ef4745d05326ca666e73084c (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="top|left"
 height="360"
 label="Region"
 layout="topleft"
 left="0"
 name="General"
 top="360"
 width="280">
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="region_text_lbl"
     top="10"
     width="100">
        Region:
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="region_text"
     top_delta="0"
     width="200">
        unknown
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="version_channel_text_lbl"
     top="30"
     width="100">
        Version:
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="version_channel_text"
     top_delta="0"
     width="200">
        unknown
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="region_type_lbl"
     top="50"
     width="100">
        Type:
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="region_type"
     top_delta="0"
     width="200">
        unknown
    </text>
    <check_box
     height="20"
     label="Block Terraform"
     layout="topleft"
     left="10"
     name="block_terraform_check"
     top="70"
     width="80" />
    <check_box
     height="20"
     label="Block Fly"
     layout="topleft"
     left="10"
     name="block_fly_check"
     top="90"
     width="80" />
    <check_box
     height="20"
     label="Allow Damage"
     layout="topleft"
     left="10"
     name="allow_damage_check"
     top="110"
     width="80" />
    <check_box
     height="20"
     label="Restrict Pushing"
     layout="topleft"
     left="10"
     name="restrict_pushobject"
     top="130"
     width="80" />
    <check_box
     height="20"
     label="Allow Land Resell"
     layout="topleft"
     left="10"
     name="allow_land_resell_check"
     top="160"
     width="80" />
    <check_box
     height="20"
     label="Allow Land Join/Divide"
     layout="topleft"
     left="10"
     name="allow_parcel_changes_check"
     top="180"
     width="80" />
    <check_box
     height="20"
     label="Block Land Show in Search"
     layout="topleft"
     left="10"
     name="block_parcel_search_check"
     tool_tip="Let people see this region and its parcels in search results"
     top="200"
     width="80" />
    <spinner
     follows="left|top"
     height="20"
     increment="1"
     label="Agent Limit"
     label_width="97"
     layout="topleft"
     left="10"
     max_val="100"
     min_val="1"
     name="agent_limit_spin"
     top="240"
     width="170" />
    <spinner
     follows="left|top"
     height="20"
     increment="0.5"
     label="Object Bonus"
     label_width="97"
     layout="topleft"
     left="10"
     max_val="10"
     min_val="1"
     name="object_bonus_spin"
     top="260"
     width="170" />
    <text
     follows="left|top"
     height="20"
     label="Maturity"
     layout="topleft"
     left="10"
     name="access_text"
     top="290"
     width="100">
        Rating:
    </text>
    <combo_box
     height="20"
     label="Mature"
     layout="topleft"
     left_delta="100"
     name="access_combo"
     top_delta="0"
     width="85">
        <combo_box.item
         label="Adult"
         name="Adult"
         value="42" />
        <combo_box.item
         label="Mature"
         name="Mature"
         value="21" />
        <combo_box.item
         label="PG"
         name="PG"
         value="13" />
    </combo_box> 
    <button
     enabled="false"
     follows="left|top"
     height="20"
     label="Apply"
     layout="topleft"
     left="108"
     name="apply_btn"
     top="320"
     width="100"/>
   <button
     follows="left|top"
     height="20"
     label="Teleport Home One User..."
     layout="topleft"
     left="10"
     name="kick_btn"
     top_pad="10"
     width="250" />
    <button
     follows="left|top"
     height="20"
     label="Teleport Home All Users..."
     layout="topleft"
     left_delta="0"
     name="kick_all_btn"
     top_pad="3"
     width="250" />
    <button
     follows="left|top"
     height="20"
     label="Send Message To Region..."
     layout="topleft"
     left_delta="0"
     name="im_btn"
     top_pad="20"
     width="200" />
    <button
     follows="left|top"
     height="20"
     label="Manage Telehub..."
     layout="topleft"
     left_delta="0"
     name="manage_telehub_btn"
     top_pad="20"
     width="150" >
		<button.commit_callback
         function="RegionInfo.ManageTelehub" />
    </button> 
</panel>