A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del.tpl
index 6571f80ef88762227199345b8124b2c491609a7c..090da95f18e579b3345196fc681febc85a984770 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">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
+<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="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="table_header 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="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_delete" name="remove" value="{--DEL_ENTRIES--}" />
+       </td>
 </tr>
 </table>
 </form>