diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-03-01 01:27:30 +0200 |
---|---|---|
committer | marchcat-pe <alihatskiy@productengine.com> | 2023-03-21 00:05:42 +0200 |
commit | 79e51195fbf3409611b413c006fb4061ca820e91 (patch) | |
tree | 2b57f27f2acb94d459602024bc517d6c6934c742 /indra/newview/skins/default/xui/en | |
parent | 72cec2d347e9240cd08706ff5155bc29822e2ad8 (diff) |
SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/Region
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_estate.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_region_estate.xml b/indra/newview/skins/default/xui/en/panel_region_estate.xml index 9b9c870c49..33e99a46ae 100644 --- a/indra/newview/skins/default/xui/en/panel_region_estate.xml +++ b/indra/newview/skins/default/xui/en/panel_region_estate.xml @@ -82,7 +82,7 @@ <view_border bevel_style="none" follows="top|left" - height="185" + height="205" layout="topleft" left="10" top_pad="5" @@ -126,6 +126,16 @@ top_pad="2" width="278" /> <check_box + follows="top|left" + height="18" + label="Must not be a scripted agent" + layout="topleft" + left_delta="0" + name="limit_bots" + tool_tip="Residents must not be a scripted agents (bots) to access this estate. See the [SUPPORT_SITE] for more information." + top_pad="2" + width="278" /> + <check_box height="18" label="Parcel owners can be more restrictive" layout="topleft" |