diff --git a/config/alfresco/templates/client/task_summary_panel.ftl b/config/alfresco/templates/client/task_summary_panel.ftl index f78ed72db0..7016927c6e 100644 --- a/config/alfresco/templates/client/task_summary_panel.ftl +++ b/config/alfresco/templates/client/task_summary_panel.ftl @@ -13,7 +13,7 @@
Type: | ${task.type?html} | |||||||||||
Name: | ${task.name?html} | |||||||||||
Start Date: | ${task.startDate?date} |
+
|
+||||||||||||
+
+ <#assign weekms=1000*60*60*24*7>
+ <#assign count=0>
+ <#list home.children?sort_by('name') as d>
+ <#if d.isDocument>
+ <#if (filter=0) ||
+ (filter=1 && d.mimetype="application/msword") ||
+ (filter=2 && d.mimetype="text/html") ||
+ (filter=3 && d.mimetype="application/pdf") ||
+ (filter=4 && (dateCompare(d.properties["cm:modified"],date,weekms) == 1 || dateCompare(d.properties["cm:created"], date, weekms) == 1))>
+ <#assign count=count+1>
+
+
+
+
+ #if>
+ #if>
+ #list>
+
+
+
+ ${d.name?html}
+
+
+ ![]()
+
+
|
+||||||||||||
+ | + +