diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties
index a538619ec1..e7b931f8ea 100644
--- a/config/alfresco/messages/webclient.properties
+++ b/config/alfresco/messages/webclient.properties
@@ -931,6 +931,7 @@ create_form_content=Create Content
recent_snapshots=Recent Snapshots
snapshot_revert=Revert
snapshot_preview=Preview
+webapp_current=Current Webapp Folder
# Website actions and dialog messages
title_import_content=Import Content into Website
@@ -974,6 +975,9 @@ submit_no_workflow_warning=No suitable workflows could be found for the modified
submit_submit_info=The following items will be submitted
submit_items_title=Submit Items
submit_items_desc=This page helps you to submit modified items for publishing on the website.
+create_webapp=Create Webapp Folder
+create_webapp_title=Create Webapp Folder
+create_webapp_desc=Create a new root Webapp folder for this web project
# New User Wizard messages
new_user_title=New User Wizard
diff --git a/config/alfresco/web-client-config-dialogs.xml b/config/alfresco/web-client-config-dialogs.xml
index 69d2802cc0..6e06e8a857 100644
--- a/config/alfresco/web-client-config-dialogs.xml
+++ b/config/alfresco/web-client-config-dialogs.xml
@@ -181,6 +181,10 @@
+
+
diff --git a/config/alfresco/web-client-config-wcm-actions.xml b/config/alfresco/web-client-config-wcm-actions.xml
index 3de257fa48..027e8fc1a3 100644
--- a/config/alfresco/web-client-config-wcm-actions.xml
+++ b/config/alfresco/web-client-config-wcm-actions.xml
@@ -135,6 +135,16 @@
dialog:createAvmFolder
+
+
+
+ CreateChildren
+
+ create_webapp
+ /images/icons/create_webapp.gif
+ dialog:createWebappFolder
+
+
@@ -206,7 +216,7 @@
- Write
+ Write,CreateChildren
edit_website
/images/icons/edit_website.gif
@@ -308,6 +318,7 @@