Changes for page TwitterMacros

Last modified by Ludovic Dubost on 2009/01/02 17:09

From version 11.1
edited by Ludovic Dubost
on 2009/01/02 16:47
Change comment: There is no comment for this version
To version 9.1
edited by Ludovic Dubost
on 2009/01/02 16:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,13 +4,12 @@
4 4  
5 5  #macro(twitter_display $list $nb $withuser)
6 6  {pre}
7 -<table width="95%">
7 +<table>
8 8  #foreach($msg in $list)
9 9  #if($velocityCount<$nb)
10 10  <tr>
11 11  <td style="border: 0px; border-bottom:1px dashed #D2DADA;">
12 12  #if($withuser)<a href="$msg.user.URL">$msg.user.name</a>#end $msg.text
13 -<br />
14 14  <span style="color: #A2AAAA; font-size: 10px;">$xwiki.formatDate($msg.createdAt) #if($msg.source!="")from $msg.source #end</span>
15 15  </td>
16 16  </tr>