Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_config_payouts_del.tpl
index a56e92eb93a273219cffecf75c4e657fedb7d54b..de6536cbc4263ec423fd681572e10b5fd37dbdd8 100644 (file)
@@ -1,22 +1,21 @@
 <div align="center">
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="650"
-       class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td colspan="4" align="center" class="admin_title bottom2" height="30">
                <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
        </tr>
        <tr>
-               <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
-               <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
-               <td width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+               <td width="30" class="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td width="250" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+               <td width="150" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+               <td width="100" class="header_column bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
        </tr>
        $content
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="submit" name="del" class="admin_delete"
-                       value="{--ADMIN_PAYOUT_DELETE--}" /></td>
+               <td colspan="4" class="admin_footer">
+                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
+               </td>
        </tr>
 </table>
 </form>