. Refactored Invite Space/Content Users wizard pages to use new wizard framework

- conversion of invite/notify pages to dialog pages
 - config for new wizards
 - actions now execute new wizards
 - Summary pages added to new wizards

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4438 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-23 23:44:18 +00:00
parent e58bf45b96
commit 836906285d
11 changed files with 166 additions and 874 deletions

View File

@@ -18,7 +18,6 @@ import org.alfresco.service.namespace.RegexQNamePattern;
import org.alfresco.web.app.Application;
import org.alfresco.web.bean.repository.Node;
import org.alfresco.web.bean.wizard.InviteUsersWizard;
import org.alfresco.web.bean.wizard.InviteUsersWizard.UserGroupRole;
/**
* Bean providing the ability to invite users to a web project space.
@@ -27,8 +26,6 @@ import org.alfresco.web.bean.wizard.InviteUsersWizard.UserGroupRole;
*/
public class InviteWebsiteUsersWizard extends InviteUsersWizard
{
private static final String MSG_USERROLES = "invite_webusers_summary_users";
/** Cache of available folder permissions */
Set<String> folderPermissions = null;