diff --git a/config/alfresco/templates/webscripts/org/alfresco/portlets/mytasks_get_html.ftl b/config/alfresco/templates/webscripts/org/alfresco/portlets/mytasks_get_html.ftl index 9e9cdf5d6e..60b9842fc2 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/portlets/mytasks_get_html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/portlets/mytasks_get_html.ftl @@ -95,12 +95,11 @@
- - - - - - + + + + +
Type:${t.type?html}
Name:${t.name?html}
Start Date:${t.startDate?date}
Priority:${t.properties["bpm:priority"]}
Status:${t.properties["bpm:status"]}
Completed:${t.isCompleted?string("Yes", "No")}
@@ -218,7 +217,7 @@ a.filterLinkSelected:link, a.filterLinkSelected:visited .taskDetail { - background-color: #CFB540; + background-color: #DFC900; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; @@ -234,6 +233,12 @@ a.filterLinkSelected:link, a.filterLinkSelected:visited border-top: 1px solid #82770B !important; } +.taskMetadata +{ + color: #5A5741; + font-family: Trebuchet MS, Arial, Helvetica, sans-serif; +} + .paperEdgeRight { background-image: url(../images/parts/paper_rightedge.png);