]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay.tpl
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay.tpl
index d24ccb7f87be46f822c66f21ad7422a77aa429bf..3b1f4c947f2f10630e3ce790488d5b6170ca5b98 100644 (file)
@@ -1,24 +1,24 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor_pay" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
-<TR>
-  <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-    <STRONG>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</STRONG>
-  </TD>
-</TR>
-<TR>
-  <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
-  <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
-  <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
-  <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
-  <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
-</TR>
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor_pay" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
+<tr>
+  <td colspan="5" align="center" class="admin_title bottom2" height="30">
+    <strong>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
+  </td>
+</tr>
+<tr>
+  <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+  <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+  <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+  <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+  <td align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
+</tr>
 {!__LIST_ROWS!}
-<TR>
-  <TD colspan="5" class="admin_footer">
-    <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-    <INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}">&nbsp;*
-    <INPUT type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<tr>
+  <td colspan="5" class="admin_footer">
+    <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+    <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
+    <input type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
+  </td>
+</tr>
+</table>
+</form>
\ No newline at end of file