All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del.tpl
index b5f9df30cc5c3098e4cd8fe2247aa9b79f8ca68c..7a85a8da5887386e7320e072b55625ee34ec04e5 100644 (file)
@@ -1,24 +1,24 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor_pay" method="POST" target="_self">
+<form accept-charset="utf-8" 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_DELETE_PAY_ENTRIES--}</strong>
-  </td>
+       <td align="center" colspan="5" class="admin_title bottom" 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>
+       <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>
-{!__SPONSOR_ROWS!}
+$content
 <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>
+       <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>
 </form>