Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_region_general.xml
2010-04-02 02:48:44 -03:00

99 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" follows="top|left" height="320" label="Region"
left="0" name="General" width="480">
<text bottom="-30" follows="left|top" font="SansSerif" height="20" left="10"
name="region_text_lbl" width="100">
Region:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
name="region_text" width="400">
unknown
</text>
<text bottom="-50" follows="left|top" font="SansSerif" height="20" left="10"
name="version_channel_text_lbl" width="100">
Version:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
name="version_channel_text" width="200">
unknown
</text>
<text bottom="-70" follows="left|top" font="SansSerif" height="20" left="10"
name="region_type_lbl" width="100">
Type:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
name="region_type" width="200">
unknown
</text>
<check_box bottom_delta="-20" follows="left|top" height="20" label="Block Terraform"
left="10" name="block_terraform_check" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="terraform_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20" label="Block Fly" left="10"
name="block_fly_check" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="fly_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20" label="Allow Damage"
left="10" name="allow_damage_check" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="damage_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20" label="Restrict Pushing"
left="10" name="restrict_pushobject" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="restrict_pushobject_help" width="18" />
<check_box bottom_delta="-30" follows="left|top" height="20" label="Allow Land Resell"
left="10" name="allow_land_resell_check" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="land_resell_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20"
label="Allow Land Join/Divide" left="10" name="allow_parcel_changes_check"
width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="parcel_changes_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20"
label="Block Land Show in Search" left="10"
name="block_parcel_search_check"
tool_tip="Let people see this region and its parcels in search results"
width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="parcel_search_help" width="18" />
<spinner bottom_delta="-40" follows="left|top" height="20" increment="1"
label="Agent Limit" label_width="97" left="10" max_val="100" min_val="1"
name="agent_limit_spin" width="170" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="agent_limit_help" width="18" />
<spinner bottom_delta="-20" follows="left|top" height="20" increment="0.5"
label="Object Bonus" label_width="97" left="10" max_val="10" min_val="1"
name="object_bonus_spin" width="170" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="object_bonus_help" width="18" />
<text bottom_delta="-30" follows="left|top" height="20" label="Maturity" left="10"
name="access_text" width="100">
Rating:
</text>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Mature" left="110"
name="access_combo" width="85">
<combo_item name="Adult" value="42">
Adult
</combo_item>
<combo_item name="Mature" value="21">
Mature
</combo_item>
<combo_item name="PG" value="13">
PG
</combo_item>
</combo_box>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="205" name="access_help" width="18" />
<button bottom_delta="-30" enabled="false" follows="left|top" height="20" label="Apply"
left="108" name="apply_btn" width="100" />
<button bottom_delta="-60" follows="left|top" height="20"
label="Teleport Home One User..." left="10" name="kick_btn" width="250" />
<button bottom_delta="-23" follows="left|top" height="20"
label="Teleport Home All Users..." left="10" name="kick_all_btn" width="250" />
<button bottom_delta="-40" follows="left|top" height="20"
label="Send Message To Region..." left="10" name="im_btn" width="200" />
<button bottom="-90" follows="left|top" height="20" label="Manage Telehub..."
left="250" name="manage_telehub_btn" width="150" />
</panel>