"Create from existing Web Project" added to the Create Web Project wizard

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7004 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-10-16 10:22:26 +00:00
parent 0fc2e60e03
commit d71993e374
11 changed files with 659 additions and 386 deletions

View File

@@ -34,4 +34,5 @@ public class WebResources extends org.alfresco.web.ui.repo.WebResources
public static final String IMAGE_USERSANDBOX_32 = "/images/icons/user_sandbox_large.gif";
public static final String IMAGE_WEBFORM_32 = "/images/icons/webform_large.gif";
public static final String IMAGE_TEMPLATE_32 = "/images/icons/template_large.gif";
public static final String IMAGE_WEBPROJECT_32 = "/images/icons/website_large.gif";
}