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 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,19 +4,14 @@
4 4  
5 5  #macro(twitter_display $list $nb $withuser)
6 6  {pre}
7 -<table width="95%">
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 -<br />
14 14  <span style="color: #A2AAAA; font-size: 10px;">$xwiki.formatDate($msg.createdAt) #if($msg.source!="")from $msg.source #end</span>
15 -</td>
16 -</tr>
12 +</div>
17 17  #end
18 18  #end
19 -</table>
20 20  {/pre}
21 21  #end
22 22