diff --git a/config/alfresco/templates/webscripts/org/alfresco/office/documentDetails.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/office/documentDetails.get.html.ftl index c40ffab43f..e5cc1755e7 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/office/documentDetails.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/office/documentDetails.get.html.ftl @@ -9,6 +9,7 @@ <#else> <#assign d=companyhome> +<#assign defaultQuery="?p=" + path?url + "&e=" + extn + "&n=" + nav> @@ -20,17 +21,20 @@ +
@@ -95,7 +99,7 @@
@@ -108,10 +112,12 @@ Add a tag
-
- - - + +
+ + + +
<#if d.hasAspect("cm:taggable")> @@ -120,7 +126,7 @@ <#if tag?exists>
[x] - ${tag.name} + ${tag.name}
@@ -206,14 +212,14 @@ <#else>
  • - Check Out + Check Out Check Out
    Check out the current document to a working copy.
  • - + Start Workflow Start Workflow @@ -237,7 +243,7 @@
  • <#else>
  • - + Save to Alfresco Save to Alfresco diff --git a/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl index 29ce4a52a5..aa26ca1812 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/office/myAlfresco.get.html.ftl @@ -8,6 +8,7 @@ <#else> <#assign d=companyhome> +<#assign defaultQuery="?p=" + path?url + "&e=" + extn + "&n=" + nav> @@ -19,17 +20,20 @@ +
    @@ -59,7 +63,7 @@ Modified: ${child.properties.modified?datetime} (${(child.size / 1024)?int}Kb)
    Check In - Create Workflow... + Create Workflow... Insert File into Current Document <#if !child.name?ends_with(".pdf")> Make PDF... @@ -123,7 +127,7 @@