diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-17 13:58:52 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-17 13:58:52 -0700 |
commit | fa344fdcd987ec66fa08f6286b504cb126c9a45c (patch) | |
tree | 815990cf85068f93e1e4c1864c23f18981c7246a /indra/newview/skins/default/xui | |
parent | 1aed2f848c4f2a86d6c2ea6385ebb920e7658aa8 (diff) |
Updated experience profile to remove the permission buttons on privileged
experiences and fix the enabling of the save button with the checkbox controls.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_experienceprofile.xml | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_experienceprofile.xml b/indra/newview/skins/default/xui/en/floater_experienceprofile.xml index e70151c64e..2b936b79c9 100644 --- a/indra/newview/skins/default/xui/en/floater_experienceprofile.xml +++ b/indra/newview/skins/default/xui/en/floater_experienceprofile.xml @@ -359,37 +359,38 @@ top="5" width="313" auto_resize="false" + visible="false" name="perm panel"> - <button - follows="bottom|left" - height="23" - label="Allow" - layout="topleft" - name="allow_btn" - width="80" - top_pad="3" - left="10" - enabled="false"/> - <button - follows="bottom|left" - height="23" - label="Forget" - layout="topleft" - name="forget_btn" - width="80" - top_pad="-23" - left_pad="3" - enabled="false"/> - <button - follows="bottom|left" - height="23" - label="Block" - layout="topleft" - name="block_btn" - width="80" - top_pad="-23" - left_pad="3" - enabled="false"/> + <button + follows="bottom|left" + height="23" + label="Allow" + layout="topleft" + name="allow_btn" + width="80" + top_pad="3" + left="10" + enabled="false"/> + <button + follows="bottom|left" + height="23" + label="Forget" + layout="topleft" + name="forget_btn" + width="80" + top_pad="-23" + left_pad="3" + enabled="false"/> + <button + follows="bottom|left" + height="23" + label="Block" + layout="topleft" + name="block_btn" + width="80" + top_pad="-23" + left_pad="3" + enabled="false"/> </layout_panel> </layout_stack> @@ -549,8 +550,9 @@ layout="topleft" left_pad="5" top_pad="-14" + use_ellipses="true" name="edit_LocationTextText" - right="-10">Location</text> + right="-10"></text> <button left="10" width="150" |