]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay.tpl
index 2d022d8e455150fbf665e48b49f3df9f2840af26..77b14d3e4d907e3b02a949cfe69a447cf89369b3 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">
+<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>
+  </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">
+<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>
+  </td>
+</tr>
+</table>
 </form>
\ No newline at end of file