diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-09-06 03:24:06 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-09-06 03:24:06 +0300 |
commit | 747eccd63faa8595803b253a2dcf4d1732d924ce (patch) | |
tree | 87877cbf2e483cd3a0309dc946b90aa0f7e318a9 /indra/newview/skins/default/xui/en/panel_region_access.xml | |
parent | b5162156bd50bbb0fbad847de50136a97be87309 (diff) |
MAINT-8777 added ability to copy access lists to clipboard
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_region_access.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_access.xml | 30 |
1 files changed, 27 insertions, 3 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 4a78cdacf0..4be073195b 100644 --- a/indra/newview/skins/default/xui/en/panel_region_access.xml +++ b/indra/newview/skins/default/xui/en/panel_region_access.xml @@ -133,7 +133,15 @@ text_color="Black" text_pad_left="10" top="4" - width="498" /> + width="440" /> + <button + follows="left|top" + height="23" + label="Copy" + layout="topleft" + left_pad="10" + name="copy_allowed_list_btn" + width="40" /> </panel> <text type="string" @@ -227,7 +235,15 @@ text_color="Black" text_pad_left="10" top="4" - width="498" /> + width="440" /> + <button + follows="left|top" + height="23" + label="Copy" + layout="topleft" + left_pad="10" + name="copy_allowed_group_list_btn" + width="40" /> </panel> <text type="string" @@ -321,7 +337,15 @@ text_color="Black" text_pad_left="10" top="4" - width="498" /> + width="440" /> + <button + follows="left|top" + height="23" + label="Copy" + layout="topleft" + left_pad="10" + name="copy_banned_list_btn" + width="40" /> </panel> <text type="string" |