diff -ruN xwiki.orig/templates/attachmentsinline.vm xwiki/templates/attachmentsinline.vm --- xwiki.orig/templates/attachmentsinline.vm 2008-12-10 11:53:12.000000000 +0000 +++ xwiki/templates/attachmentsinline.vm 2008-12-31 18:04:51.000000000 +0000 @@ -41,7 +41,7 @@ $attach.version
$msg.get("PostedBy"): $xwiki.getLocalUserName($attach.author) - $msg.get("on") $!xwiki.formatDate($attach.date, "dd/MM/yyyy") + $msg.get("on") $!xwiki.formatDate($attach.date) (#dynamicsize($attach.filesize))
@@ -70,4 +70,4 @@ #end ## attachments ## attw - ## attachmentscontent \ No newline at end of file + ## attachmentscontent diff -ruN xwiki.orig/templates/commentsinline.vm xwiki/templates/commentsinline.vm --- xwiki.orig/templates/commentsinline.vm 2008-12-10 11:53:10.000000000 +0000 +++ xwiki/templates/commentsinline.vm 2008-12-31 18:05:00.000000000 +0000 @@ -20,7 +20,7 @@ ## #set($date = $doc.display("date","view",$comment)) #set($date = $comment.getProperty("date").value) #if($date) - | $!xwiki.formatDate($date, "dd/MM/yyyy") $msg.get("at") $!xwiki.formatDate($date, "HH:mm") + | $!xwiki.formatDate($date) $msg.get("at") $!xwiki.formatDate($date, "HH:mm") #end #if($hasEdit) [$msg.get("removethiscomment")]#end @@ -49,4 +49,4 @@ #end ## comments - ## commentscontent \ No newline at end of file + ## commentscontent diff -ruN xwiki.orig/templates/docextra.vm xwiki/templates/docextra.vm --- xwiki.orig/templates/docextra.vm 2008-12-10 11:53:12.000000000 +0000 +++ xwiki/templates/docextra.vm 2008-12-31 18:02:49.000000000 +0000 @@ -48,7 +48,7 @@ ## Last modification ## $msg.get("lastmodifiedby") $xwiki.getLocalUserName($tdoc.author) -$msg.get("lastmodifiedon") $!xwiki.formatDate($tdoc.date, "dd/MM/yyyy") $msg.get("at") $!xwiki.formatDate($tdoc.date, "HH:mm") +$msg.get("lastmodifiedon") $!xwiki.formatDate($tdoc.date) $msg.get("at") $!xwiki.formatDate($tdoc.date, "HH:mm") #end #if($docextras.size() < 1) diff -ruN xwiki.orig/templates/historyinline.vm xwiki/templates/historyinline.vm --- xwiki.orig/templates/historyinline.vm 2008-12-10 11:53:12.000000000 +0000 +++ xwiki/templates/historyinline.vm 2008-12-31 18:06:11.000000000 +0000 @@ -67,7 +67,7 @@ #end $version $xwiki.getLocalUserName($revinfo.author) - $xwiki.formatDate($revinfo.date, "dd/MM/yyyy HH:mm") + $xwiki.formatDate($revinfo.date) $xwiki.formatDate($revinfo.date, "HH:mm") #if($xwiki.hasEditComment()) $!{revinfo.comment} #end diff -ruN xwiki.orig/templates/pdffooter.vm xwiki/templates/pdffooter.vm --- xwiki.orig/templates/pdffooter.vm 2008-12-10 11:53:12.000000000 +0000 +++ xwiki/templates/pdffooter.vm 2008-12-31 17:32:28.000000000 +0000 @@ -1 +1 @@ -$msg.Page - $msg.get("lastmodifiedby") $xwiki.getLocalUserName($tdoc.author) $msg.get("lastmodifiedon") $!xwiki.formatDate($tdoc.date, "dd/MM/yyyy") $msg.get("at") $!xwiki.formatDate($tdoc.date, "HH:mm") +$msg.Page - $msg.get("lastmodifiedby") $xwiki.getLocalUserName($tdoc.author) $msg.get("lastmodifiedon") $!xwiki.formatDate($tdoc.date) $msg.get("at") $!xwiki.formatDate($tdoc.date, "HH:mm")