Changes for page TwitterMacros

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

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

Summary

Details

Page properties
Content
... ... @@ -4,18 +4,14 @@
4 4  
5 5  #macro(twitter_display $list $nb $withuser)
6 6  {pre}
7 -<table>
8 8  #foreach($msg in $list)
9 9  #if($velocityCount<$nb)
10 -<tr>
11 -<td style="border: 0px; border-bottom:1px dashed #D2DADA;">
9 +<div 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 13  <span style="color: #A2AAAA; font-size: 10px;">$xwiki.formatDate($msg.createdAt) #if($msg.source!="")from $msg.source #end</span>
14 -</td>
15 -</tr>
12 +</div>
16 16  #end
17 17  #end
18 -</table>
19 19  {/pre}
20 20  #end
21 21