diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-12 20:35:01 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-12 20:35:01 +0300 |
commit | 28cdee4e0833c96f4b0c707092814f6ed0bbfd96 (patch) | |
tree | 2c422844b1f09171caa56723bf07a164425ae968 /indra/newview/skins/default | |
parent | 599cd81b8c912d8db377f5be475ea6fd4abaab1d (diff) |
MAINT-8566 Access lists search implementation
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_access.xml | 80 |
1 files changed, 73 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_region_access.xml b/indra/newview/skins/default/xui/en/panel_region_access.xml index 84967f466c..4a78cdacf0 100644 --- a/indra/newview/skins/default/xui/en/panel_region_access.xml +++ b/indra/newview/skins/default/xui/en/panel_region_access.xml @@ -113,6 +113,28 @@ name="allowed_panel" right="-1" top="0"> + <panel + follows="left|top|right" + height="27" + label="top_panel" + layout="topleft" + left="0" + name="allowed_search_panel" + right="-1" + top="0"> + <filter_editor + follows="left|top|right" + height="23" + layout="topleft" + left="6" + label="Search allowed agents" + max_length_chars="300" + name="allowed_search_input" + text_color="Black" + text_pad_left="10" + top="4" + width="498" /> + </panel> <text type="string" length="1" @@ -130,14 +152,14 @@ <view_border bevel_style="none" follows="top|left" - height="400" + height="370" layout="topleft" left="10" top_pad="-5" width="498" /> <name_list follows="left|top" - height="400" + height="370" layout="topleft" left_delta="0" multi_select="true" @@ -184,7 +206,29 @@ help_topic="allowed_groups_tab" name="allowed_groups_panel" right="-1" - top="0"> + top="0"> + <panel + follows="left|top|right" + height="27" + label="top_panel" + layout="topleft" + left="0" + name="allowed_group_search_panel" + right="-1" + top="0"> + <filter_editor + follows="left|top|right" + height="23" + layout="topleft" + left="6" + label="Search allowed groups" + max_length_chars="300" + name="allowed_group_search_input" + text_color="Black" + text_pad_left="10" + top="4" + width="498" /> + </panel> <text type="string" length="1" @@ -201,14 +245,14 @@ <view_border bevel_style="none" follows="top|left" - height="400" + height="370" layout="topleft" left="10" top_pad="-5" width="498" /> <name_list follows="left|top" - height="400" + height="370" layout="topleft" left_delta="0" multi_select="true" @@ -257,6 +301,28 @@ name="banned_panel" right="-1" top="0"> + <panel + follows="left|top|right" + height="27" + label="top_panel" + layout="topleft" + left="0" + name="banned_search_panel" + right="-1" + top="0"> + <filter_editor + follows="left|top|right" + height="23" + layout="topleft" + left="6" + label="Search banned agents" + max_length_chars="300" + name="banned_search_input" + text_color="Black" + text_pad_left="10" + top="4" + width="498" /> + </panel> <text type="string" length="1" @@ -273,14 +339,14 @@ <view_border bevel_style="none" follows="top|left" - height="400" + height="370" layout="topleft" left="10" top_pad="-5" width="498" /> <name_list follows="left|top" - height="400" + height="370" layout="topleft" left_delta="0" multi_select="true" |