Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_doubler_waiting.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td class="admin_title" align="center" colspan="4">
5                         <strong class="big">$content[list_waiting]</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="header_column bottom right" align="center" height="25" width="25%"><strong>{--_UID--}:</strong></td>
10                 <td class="header_column bottom right" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
11                 <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong></td>
12                 <td class="header_column bottom" align="center" width="25%"><strong class="medium">{--REMOTE_IP--}:</strong></td>
13         </tr>
14         $content[rows]
15         <tr>
16                 <td colspan="4" class="admin_footer">
17                         {--ADMIN_DOUBLER_FOOTER--}
18                 </td>
19         </tr>
20 </table>
21 </div>