]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 3d609e90180e3467b31d437cb1c18ea2543e78ea..04f99a4dc44fc77cbd35f682f05277600c6a4f27 100644 (file)
@@ -1,25 +1,26 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=payments"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       width="99%" class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="5" class="admin_title" height="30"><STRONG>{--EDIT_DEL_PAYMENT--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_TIME--}:</STRONG></TD>
-               <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_PAYMENT--}:</STRONG></TD>
-               <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_PRICE--}:</STRONG></TD>
-               <TD class="admin_title bottom2" align="center"><STRONG>{--PAY_TITLE--}:</STRONG></TD>
-       </TR>
-       {!__PAYMENT_ROWS!}
-       <TR>
-               <TD class="admin_footer" colspan="5"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_PAY--}">&nbsp;* <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_PAY--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="5" class="admin_title">
+                       <strong>{--EDIT_DEL_PAYMENT--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td class="admin_footer" colspan="5">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>