]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_removeip.tpl
More HTML cleanups
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
index 97c79d18a4e2b711ee2aed7479fd8b21f6eb67e9..833b260c6b9f8d3f52870089601391a0b1d457a2 100644 (file)
@@ -1,11 +1,11 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_removeip%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
        <td colspan="2" align="center" class="admin_title bottom">
                <strong>{--ADMIN_CONFIG_REMOVEIP_TITLE--}</strong>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ANON_IP--}
@@ -15,8 +15,6 @@
                <input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ANON_HOST--}
@@ -26,8 +24,6 @@
                <input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ANON_UA--}
@@ -37,8 +33,6 @@
                <input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ANON_REF--}
@@ -48,8 +42,6 @@
                <input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ANONYMOUS_IP--}
@@ -62,8 +54,6 @@
                </select>
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_ADMIN_SHOW--}
@@ -73,8 +63,6 @@
                <input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_GUEST_SHOW--}
@@ -84,8 +72,6 @@
                <input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_MEMBER_SHOW--}
                <input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
-       <td align="right" width="350" height="20">
+       <td class="bottom" align="right" width="350" height="20">
                {--ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW--}
        </td>
-       <td width="150" style="padding-left: 10px">
+       <td class="bottom" width="150" style="padding-left: 10px">
                <input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"$content[removeip_sponsor_show_y] /> {--YES--}&nbsp;
                <input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] /> {--NO--}
        </td>
 </tr>
-<tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td colspan="2" class="admin_footer">
                <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
 </tr>
 </table>
 </form>
+</div>