mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +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>Start Date:</td><td>${task.startDate?date}</td></tr>
|
||||||
<tr><td>Due Date:</td><td>
|
<tr><td>Due Date:</td><td>
|
||||||
<#if task.properties["bpm:dueDate"]?exists>
|
<#if task.properties["bpm:dueDate"]?exists>
|
||||||
${t.properties["bpm:dueDate"]?date}
|
${task.properties["bpm:dueDate"]?date}
|
||||||
<#else>
|
<#else>
|
||||||
<i>None</i>
|
<i>None</i>
|
||||||
</#if>
|
</#if>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<STYLE type="text/css">
|
<style type="text/css">
|
||||||
.taskPopupPanel
|
.taskPopupPanel
|
||||||
{
|
{
|
||||||
background-image: url(../images/parts/popup_bg.gif);
|
background-image: url(../images/parts/popup_bg.gif);
|
||||||
@@ -50,4 +50,4 @@
|
|||||||
{
|
{
|
||||||
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
</STYLE>
|
</style>
|
Reference in New Issue
Block a user