updated for displaying the background summary

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@98906 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-07-23 14:45:58 +00:00
parent c38ed814d1
commit 349622c790
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ public class DisplayProfile extends Composite {
editButton.addClickHandler(new ClickHandler() { editButton.addClickHandler(new ClickHandler() {
@Override @Override
public void onClick(ClickEvent event) { public void onClick(ClickEvent event) {
Location.assign("/group/control_panel/manage?p_p_id=2"); Location.assign("/group/control_panel/manage?p_p_id=2#_LFR_FN_comments");
} }
}); });

View File

@ -60,7 +60,7 @@
</div> </div>
<div class="user-details"> <div class="user-details">
<g:Button ui:field="messageButton" visible="false">Private Message</g:Button> <g:Button ui:field="messageButton" visible="false">Private Message</g:Button>
<g:Button ui:field="editButton" visible="false">Complete your profile</g:Button> <g:Button ui:field="editButton" visible="false">Edit Professional Background</g:Button>
</div> </div>
</td> </td>
</tr> </tr>