mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user