Author: ludovic
Date: 2007-10-05 00:05:51 +0200 (Fri, 05 Oct 2007)
New Revision: 5296

Modified:
   
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
Log:
CURRIKI-996 the CRS review date is displaying the wrong format

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
===================================================================
--- 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   2007-10-04 21:52:36 UTC (rev 5295)
+++ 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   2007-10-04 22:05:51 UTC (rev 5296)
@@ -64,7 +64,7 @@
 </div>
 #set($date = $!comment.getProperty("date").value)
       <div class="commentheader"><span 
class="commentauthor">$!xwiki.getUserName($doc.display('author','view',$comment))</span>
-#if($date!="") <span 
class="commentdate">$xwiki.formatDate($date,"MM/dd/yy")</span>#end
+#if($date!="") <span 
class="commentdate">$xwiki.formatDate($date,$msg.get("dateFormat"))</span>#end
 #set($delredir = $doc.getURL("view", "viewer=comments"))
 ## #if($hasedit) <span class="commentdelete"><a class="commentremove" 
href="$doc.getURL("objectremove" , 
"classname=XWiki.XWikiComments&amp;classid=${comment.number}&amp;xredirect=${delredir}")"
 ##    onclick="return 
confirm('$msg.get("confirmcommentremove")')">$msg.get("removethiscomment")</a></span>#end
 ## endif hasedit

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to