mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for pop-up task panel, when task has due date
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8528 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>
|
||||
${t.properties["bpm:dueDate"]?date}
|
||||
${task.properties["bpm:dueDate"]?date}
|
||||
<#else>
|
||||
<i>None</i>
|
||||
</#if>
|
||||
@@ -34,7 +34,7 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<STYLE type="text/css">
|
||||
<style type="text/css">
|
||||
.taskPopupPanel
|
||||
{
|
||||
background-image: url(../images/parts/popup_bg.gif);
|
||||
@@ -50,4 +50,4 @@
|
||||
{
|
||||
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
</STYLE>
|
||||
</style>
|
Reference in New Issue
Block a user