diff options
author | Leslie Linden <none@none> | 2011-04-06 14:38:55 -0700 |
---|---|---|
committer | Leslie Linden <none@none> | 2011-04-06 14:38:55 -0700 |
commit | 4dd471d055bea672f5eb21cfcc4d07e6b3ba3f9b (patch) | |
tree | 894ea4c409f42aee39109fb68ca09539dd674fa4 /indra/newview/skins/default/xui/en/panel_profile.xml | |
parent | 81ae3c5fc984a5175f1bd0fc277f8493dc895d94 (diff) |
WEB-3750 FIX - Gone profile
* Added agent validation around calls to update avatar data
* Removed references to profile panel save options
Reviewed by Richard
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index d36220385d..cb701e03da 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -453,23 +453,6 @@ </layout_panel> </layout_stack> </layout_panel> - <layout_panel - follows="bottom|left" - height="30" - layout="topleft" - name="profile_me_buttons_panel" - visible="false" - width="313"> - <button - follows="bottom|right" - height="23" - left="20" - top="0" - label="Edit Profile" - name="edit_profile_btn" - tool_tip="Edit your personal information" - width="130" /> - </layout_panel> </layout_stack> </panel> |