diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 23:53:53 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 23:53:53 +0300 |
commit | 35a5fc74c0df29b496d42e89845d00a366034b68 (patch) | |
tree | 7a5aba3a814e1668f2ed9453e25e023ef6d95aba /indra/newview/skins/default/xui | |
parent | de8a61f71a16f950cbf64b5704b9952cb733403e (diff) |
SL-15312 Added permission indicators
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 24 |
1 files changed, 12 insertions, 12 deletions
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 3745706a5a..c63bf835ff 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -210,10 +210,10 @@ Account: [ACCTTYPE] <button name="allow_to_see_online" - image_hover_unselected="Toolbar_Middle_Over" - image_overlay="Command_Speak_Icon" - image_selected="Toolbar_Middle_Selected" - image_unselected="Generic_Person_Large" + image_pressed="Profile_Perm_Online_Disabled" + image_pressed_selected="Profile_Perm_Online_Enabled" + image_unselected="Profile_Perm_Online_Disabled" + image_selected="Profile_Perm_Online_Enabled" layout="topleft" follows="left|top" top="0" @@ -223,10 +223,10 @@ Account: [ACCTTYPE] <button name="allow_to_see_on_map" - image_hover_unselected="Toolbar_Middle_Over" - image_overlay="Command_Speak_Icon" - image_selected="Toolbar_Middle_Selected" - image_unselected="Generic_Person_Large" + image_pressed="Profile_Perm_Find_Disabled" + image_pressed_selected="Profile_Perm_Find_Enabled" + image_unselected="Profile_Perm_Find_Disabled" + image_selected="Profile_Perm_Find_Enabled" layout="topleft" follows="left|top" top_pad="7" @@ -236,10 +236,10 @@ Account: [ACCTTYPE] <button name="allow_edit_my_objects" - image_hover_unselected="Toolbar_Middle_Over" - image_overlay="Command_Speak_Icon" - image_selected="Toolbar_Middle_Selected" - image_unselected="Generic_Person_Large" + image_pressed="Profile_Perm_Objects_Disabled" + image_pressed_selected="Profile_Perm_Objects_Enabled" + image_unselected="Profile_Perm_Objects_Disabled" + image_selected="Profile_Perm_Objects_Enabled" layout="topleft" follows="left|top" top_pad="7" |