]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_edit.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit.tpl
index d9c3683875ddabb5dcec71bc4d169e8b1e769a47..a6e38ee3484b7864bd51cc7ca06671bc792a130e 100644 (file)
@@ -1,25 +1,25 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor_pay" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
-<TR>
-  <TD align="center" colspan="5" class="admin_header bottom2" height="40">
-    <STRONG>{--SPONSOR_EDIT_PAY_ENTRIES--}</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>
-{!__SPONSOR_ROWS!}
-<TR>
-  <TD align="center" colspan="5" class="admin_footer">
-    <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-    <INPUT type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor_pay%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
+<tr>
+       <td align="center" colspan="5" class="admin_title bottom" height="40">
+               <strong>{--SPONSOR_EDIT_PAY_ENTRIES--}</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+       <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+       <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+       <td align="center" class="header_column bottom" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
+</tr>
+$content
+<tr>
+       <td align="center" colspan="5" class="admin_footer">
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
+       </td>
+</tr>
+</table>
+</form>
+</div>