Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_list_transfer.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=del_transfer%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="6" align="center" class="admin_title bottom">
6                         <strong>$content[title]</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="80" align="center" class="header_column bottom right">
11                         <strong>{--TRANSFER_ID--}</strong>
12                 </td>
13                 <td width="120" align="center" class="header_column bottom right">
14                         <strong>{--TRANSFER_STAMP--}</strong>
15                 </td>
16                 <td width="120" align="center" class="header_column bottom right">
17                         <strong>{--TRANSFER_FROM_UID--}</strong>
18                 </td>
19                 <td width="120" align="center" class="header_column bottom right">
20                         <strong>{--TRANSFER_TO_UID--}</strong>
21                 </td>
22                 <td width="230" align="center" class="header_column bottom right">
23                         <strong>{--TRANSFER_POINTS_REASON--}</strong>
24                 </td>
25                 <td width="70" align="center" class="header_column bottom">
26                         <strong>{?POINTS?}</strong>
27                 </td>
28         </tr>
29         $content[rows]
30         <tr>
31                 <td align="center" colspan="6" class="admin_footer">
32                         $content[delete]
33                 </td>
34         </tr>
35 </table>
36 </form>
37 </div>