]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_del.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del.tpl
index 26daee944fdb19f6d5c7157724469baedb14f549..b5f9df30cc5c3098e4cd8fe2247aa9b79f8ca68c 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">
+<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_DELETE_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>
+  </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">
+<tr>
+  <td align="center" colspan="5" class="admin_footer">
     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
     <INPUT type="submit" class="admin_delete" name="remove" value="{--DEL_ENTRIES--}" />
-  </TD>
-</TR>
-</TABLE>
+  </td>
+</tr>
+</table>
 </form>
 </div>