User Profile for any user now visible by clicking a username link in the Manage Space/Content Users screens

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7510 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-12-03 17:52:37 +00:00
parent 579c94b92c
commit 7219be39f2
8 changed files with 115 additions and 7 deletions

View File

@@ -31,8 +31,7 @@ import org.alfresco.web.bean.dialog.BaseDialogBean;
public class UserConsoleDialog extends BaseDialogBean
{
private static final String BUTTON_CLOSE = "close";
private static final String MSG_CLOSE = "close";
@Override
protected String finishImpl(FacesContext context, String outcome) throws Exception
@@ -43,7 +42,7 @@ public class UserConsoleDialog extends BaseDialogBean
@Override
public String getCancelButtonLabel()
{
return Application.getMessage(FacesContext.getCurrentInstance(), BUTTON_CLOSE);
return Application.getMessage(FacesContext.getCurrentInstance(), MSG_CLOSE);
}
@Override