Fix for missing array elements
[mailer.git] / templates / de / html / member / member_doubler_list.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
2         <tr>
3                 <td class="doubler_header bottom right" align="center" width="100">
4                         <strong>{--_UID--}</strong>
5                 </td>
6                 <td class="doubler_header bottom right" align="center" width="100">
7                         <strong>{--REF_UID--}</strong>
8                 </td>
9                 <td class="doubler_header bottom right" align="center" width="160">
10                         <strong>{?POINTS?}</strong>
11                 </td>
12                 <td class="doubler_header bottom" align="center" width="160">
13                         <strong>{--DOUBLER_TIMEMARK--}</strong>
14                 </td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="4" align="center" class="doubler_footer">
19                         {--MEMBER_DOUBLER_FOOTER--}
20                 </td>
21         </tr>
22 </table>