products/CPSSubscriptions
changeset 1069:292786ddfaf0 CPS-3.5
#2049: prepared for styling
author | Georges Racinet on purity.racinet.fr <georges@racinet.fr> |
---|---|
date | Thu, 06 Oct 2011 21:12:31 +0200 |
parents | e91bfc6740e4 |
children | 132326f47969 |
files | skins/cps_subscriptions/subscriptions_lib_display_detailed_recipients.pt |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/skins/cps_subscriptions/subscriptions_lib_display_detailed_recipients.pt 1.2 +++ b/skins/cps_subscriptions/subscriptions_lib_display_detailed_recipients.pt 1.3 @@ -28,21 +28,21 @@ 1.4 </tr> 1.5 </thead> 1.6 <tbody tal:condition="groups"> 1.7 - <tr><th colspan="0">Groups</th></tr> 1.8 + <tr><th class="recipientCategory" colspan="0">Groups</th></tr> 1.9 <tr tal:repeat="item python:groups.values()" 1.10 tal:attributes="class python:test(repeat['item'].even(), 'even', 'odd')" 1.11 > 1.12 <td> 1.13 <metal:block use-macro="here/subscriptions_lib_display_detailed_recipients/macros/recipient"/> 1.14 </td> 1.15 - <td> 1.16 + <td class="recipientEvents"> 1.17 <metal:block use-macro="here/subscriptions_lib_display_detailed_recipients/macros/events_in_div"/> 1.18 </td> 1.19 </tr> 1.20 </tbody> 1.21 1.22 <tbody tal:condition="members"> 1.23 - <tr><th colspan="0">Members</th></tr> 1.24 + <tr><th class="recipientCategory" colspan="0">Users</th></tr> 1.25 <tr tal:repeat="item python:members.values()" 1.26 tal:attributes="class python:test(repeat['item'].even(), 'even', 'odd')" 1.27 > 1.28 @@ -50,18 +50,18 @@ 1.29 <metal:block use-macro="here/subscriptions_lib_display_detailed_recipients/macros/recipient"/> 1.30 </td> 1.31 1.32 - <td> 1.33 + <td class="recipientEvents"> 1.34 <metal:block use-macro="here/subscriptions_lib_display_detailed_recipients/macros/events_in_div"/> 1.35 </td> 1.36 </tr> 1.37 </tbody> 1.38 1.39 <tbody tal:condition="other"> 1.40 - <tr><th colspan="0">Others</th></tr> 1.41 + <tr><th class="recipientCategory" colspan="0">Others</th></tr> 1.42 <tr tal:repeat="item python:members.items()" 1.43 tal:attributes="class python:test(repeat['item'].even(), 'even', 'odd')" 1.44 > 1.45 - <td> 1.46 + <td class="recipientEvents"> 1.47 <metal:block use-macro="here/subscriptions_lib_display_detailed_recipients/macros/recipient"/> 1.48 </td> 1.49 <td>