Author: ludovic
Date: 2008-01-13 16:52:09 +0100 (Sun, 13 Jan 2008)
New Revision: 6802

Modified:
   
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
Log:
CURRIKI-1396 Date format in CB Comments tab

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
   2008-01-12 21:15:53 UTC (rev 6801)
+++ 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   2008-01-13 15:52:09 UTC (rev 6802)
@@ -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,$msg.get("dateFormat"))</span>#end
+#if($date!="") <span 
class="commentdate">$xwiki.formatDate($date,$msg.get("mycurriki.datetimeFormat"))</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
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to