]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_booking.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_list_booking.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="6" class="table_header bottom" align="center">
5                 <strong>{--MEMBER_LIST_BOOKING_RECORDS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="header_column bottom right">
10                 <strong>{--POINTS_SUBJECT--}</strong>
11         </td>
12         <td align="center" class="header_column bottom right">
13                 <strong>{--POINTS_MODE--}</strong>
14         </td>
15         <td align="center" class="header_column bottom right">
16                 <strong>{--POINTS_ACCOUNT_TYPE--}</strong>
17         </td>
18         <td align="center" class="header_column bottom right">
19                 <strong>{?POINTS?}</strong>
20         </td>
21         <td align="center" class="header_column bottom right">
22                 <strong>{--BOOKING_RECORDED--}</strong>
23         </td>
24         <td align="center" class="header_column bottom">
25                 <strong>{--BOOKING_COMMENTS--}</strong>
26         </td>
27 </tr>
28 $content
29 <tr>
30         <td colspan="6" class="table_footer" align="center">
31                 <div class="tiny notice">{--MEMBER_LIST_BOOKING_RECORDS_NOTICE--}</div>
32         </td>
33 </tr>
34 </table>
35 </div>