mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Calendar dashlet consitent with other dashlets. Date formats to UK
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10748 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"name" : "${event.name}",
|
||||
"title" : "${event.properties["ia:whatEvent"]}",
|
||||
"where" : "${event.properties["ia:whereEvent"]}",
|
||||
"when" : "${event.properties["ia:fromDate"]?string("dd MMMM yyyy")}",
|
||||
"when" : "${event.properties["ia:fromDate"]?string("dd MMM yyyy")}",
|
||||
"url" : "page/site/${event.parent.parent.name}/calendar?date=${event.properties["ia:fromDate"]?string("MM/dd/yyyy")}",
|
||||
"start" : "${event.properties["ia:fromDate"]?string("HH:mm")}",
|
||||
"end" : "${event.properties["ia:toDate"]?string("HH:mm")}",
|
||||
|
@@ -56,10 +56,10 @@
|
||||
"lockedByUser": "${lockedByUser}",
|
||||
"title": "${(d.properties.title!"")}",
|
||||
"description": "${(d.properties.description!"")}",
|
||||
"createdOn": "${d.properties.created?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
|
||||
"createdOn": "${d.properties.created?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
|
||||
"createdBy": "${createdBy}",
|
||||
"createdByUser": "${createdByUser}",
|
||||
"modifiedOn": "${d.properties.modified?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
|
||||
"modifiedOn": "${d.properties.modified?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
|
||||
"modifiedBy": "${modifiedBy}",
|
||||
"modifiedByUser": "${modifiedByUser}",
|
||||
"size": "${d.size?c}",
|
||||
|
Reference in New Issue
Block a user