All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=payments" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
10                 <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
11                 <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
12                 <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
13                 <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td class="admin_footer" colspan="5">
18                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                         <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
20                         <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>
25 </div>