mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Fix to a couple of minor issues with MyTasks portlet templates
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7253 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<tr><td>Start Date:</td><td>${task.startDate?date}</td></tr>
|
||||
<tr><td>Due Date:</td><td>
|
||||
<#if task.properties["bpm:dueDate"]?exists>
|
||||
${task.startDate?date}
|
||||
${t.properties["bpm:dueDate"]?date}
|
||||
<#else>
|
||||
<i>None</i>
|
||||
</#if>
|
||||
|
@@ -58,7 +58,7 @@
|
||||
<td>
|
||||
<div id="taskFooter">
|
||||
<#-- the count value is retrieved and set dynamically from the AJAX webscript output above -->
|
||||
<span onclick="MyTasks.displayMessage('sljfsdfjlsdjifds lsdfj lsidjfoi jsdofij sodfj ');" class="taskFooterText">Showing <span id="taskCount">0</span> <#if filter=4>overdue</#if> task(s)<#if filter=1> due today</#if><#if filter=2> due next week</#if><#if filter=3> with no due date set</#if></span>
|
||||
<span class="taskFooterText">Showing <span id="taskCount">0</span> <#if filter=4>overdue</#if> task(s)<#if filter=1> due today</#if><#if filter=2> due next week</#if><#if filter=3> with no due date set</#if></span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user