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:
Mike Hatfield
2008-03-13 15:01:21 +00:00
parent bb38db8dec
commit c137e532a5

View File

@@ -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>