diff --git a/config/alfresco/web-client-config-dialogs.xml b/config/alfresco/web-client-config-dialogs.xml index 6720d6ad58..367db22546 100644 --- a/config/alfresco/web-client-config-dialogs.xml +++ b/config/alfresco/web-client-config-dialogs.xml @@ -430,11 +430,11 @@ icon="/images/icons/preview_large.gif" title-id="apply_template" description-id="apply_dashboard_info" /> - - diff --git a/source/web/WEB-INF/faces-config-beans.xml b/source/web/WEB-INF/faces-config-beans.xml index 7297d7e65c..05c7fbb8f8 100644 --- a/source/web/WEB-INF/faces-config-beans.xml +++ b/source/web/WEB-INF/faces-config-beans.xml @@ -5018,8 +5018,8 @@ - The bean for Edit Simple Workflow Screen. - EditSimpleWorkflowDialog + The bean for content Edit Simple Workflow Screen. + EditContentSimpleWorkflowDialog org.alfresco.web.bean.content.EditSimpleWorkflowDialog @@ -5035,8 +5035,8 @@ - The bean for Edit Simple Space Workflow Screen. - EditSimpleWorkflowDialog + The bean for space Edit Simple Space Workflow Screen. + EditSpaceSimpleWorkflowDialog org.alfresco.web.bean.spaces.EditSimpleWorkflowDialog diff --git a/source/web/jsp/content/document-details.jsp b/source/web/jsp/content/document-details.jsp index 43547c2f83..2b2af6df14 100644 --- a/source/web/jsp/content/document-details.jsp +++ b/source/web/jsp/content/document-details.jsp @@ -266,13 +266,13 @@ - + - + diff --git a/source/web/jsp/content/edit-simple-workflow.jsp b/source/web/jsp/content/edit-simple-workflow.jsp index 5a4160f7b1..90198bb87b 100644 --- a/source/web/jsp/content/edit-simple-workflow.jsp +++ b/source/web/jsp/content/edit-simple-workflow.jsp @@ -76,7 +76,7 @@ : @@ -90,7 +90,7 @@ + value="#{DialogManager.bean.workflowProperties.approveAction}"> @@ -101,7 +101,7 @@ @@ -120,7 +120,7 @@ @@ -137,7 +137,7 @@ : @@ -161,7 +161,7 @@ diff --git a/source/web/jsp/spaces/edit-simple-workflow.jsp b/source/web/jsp/spaces/edit-simple-workflow.jsp index 1e81027eb3..2490d50591 100644 --- a/source/web/jsp/spaces/edit-simple-workflow.jsp +++ b/source/web/jsp/spaces/edit-simple-workflow.jsp @@ -80,7 +80,7 @@ : @@ -94,7 +94,7 @@ + value="#{DialogManager.bean.workflowProperties.approveAction}"> @@ -105,7 +105,7 @@ @@ -124,7 +124,7 @@ @@ -141,7 +141,7 @@ : @@ -154,7 +154,7 @@ + value="#{DialogManager.bean.workflowProperties.rejectAction}"> @@ -165,7 +165,7 @@