diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-15 01:02:39 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-15 01:02:39 +0300 |
commit | 3678678506d9d026ebdb88d3775920e6b0b32f8a (patch) | |
tree | 64cca53cb4e09aa57f34ad8ed70b3942e94eae7a /indra/newview/skins/default/xui/en | |
parent | 4f38a63b076044e9578a91b769a4e1856241f2ba (diff) |
SL-15312 Legacy profiles remake #7
Finalized agent profile permissions floater
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_profile_permissions.xml | 27 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 2 |
2 files changed, 16 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_profile_permissions.xml b/indra/newview/skins/default/xui/en/floater_profile_permissions.xml index d186146770..62cf9b3272 100644 --- a/indra/newview/skins/default/xui/en/floater_profile_permissions.xml +++ b/indra/newview/skins/default/xui/en/floater_profile_permissions.xml @@ -7,15 +7,18 @@ header_height="10" bg_opaque_image="Window_NoTitle_Foreground" bg_alpha_image="Window_NoTitle_Background" - height="200" + height="115" layout="topleft" name="profile_permissiona" width="300"> + <string + name="description_string" + value="Allow [AGENT_NAME] to:" /> <text name="perm_description" - value="Allow [AGENT_NAME] to:" - top="5" - left="6" + value="Allow agent to:" + top="1" + left="12" right="-6" height="16" follows="top|left" @@ -26,7 +29,7 @@ name="online_check" label="See when I am online" top_pad="5" - left="10" + left="16" height="16" width="293" follows="top|left" @@ -36,7 +39,7 @@ name="map_check" label="Find me on the world map" top_pad="5" - left="10" + left="16" height="16" width="293" follows="top|left" @@ -44,9 +47,9 @@ /> <check_box name="objects_check" - label="Edit, delete or take my objects" + label="Edit, delete or take my objects from my land" top_pad="5" - left="10" + left="16" height="16" width="293" follows="top|left" @@ -56,18 +59,18 @@ name="perms_btn_ok" label="OK" top_pad="5" - left="10" + left="42" height="20" - width="90" + width="100" follows="top|left" layout="topleft"/> <button name="perms_btn_cancel" label="Cancel" top_delta="0" - left_pad="10" + left_pad="12" height="20" - width="90" + width="100" follows="top|left" layout="topleft"/> </floater> diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index 5dd4a9116a..cc59e12c4b 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -140,7 +140,7 @@ Account: [ACCTTYPE] left="2" bottom="-1" height="25" - width="120" + width="140" label="Actions" halign="left" image_unselected="DropDown_Off" |