]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_removeip.tpl
Even more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
index c3c1b5955b00effc2586ee1bc510553988f563f2..bde67c512ddc1da6707e50654b73fd6a4ff16abb 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_removeip" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_removeip" method="post">
 <table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
 <tr>
        <td colspan="2" align="center" class="admin_title bottom2" height="30">
@@ -55,7 +55,7 @@
                {--ADMIN_CONFIG_REMOVEIP_ANONYMOUS_IP--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <select name="anonymous_ip" class="admin_selexc" size="1">
+               <select name="anonymous_ip" class="admin_select" size="1">
                        <option value="127.0.0.1"{!__CFG_ANONYMOUS_IP_LOCAL!}>{--ADMIN_CONFIG_REMOVEIP_LOCAL--}</option>
                        <option value="0.0.0.0"{!__CFG_ANONYMOUS_IP_ZERO!}>{--ADMIN_CONFIG_REMOVEIP_ZERO--}</option>
                        <option value="RANDOM"{!__CFG_ANONYMOUS_IP_RANDOM!}>{--ADMIN_CONFIG_REMOVEIP_RANDOM--}</option>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td colspan="2" class="admin_footer">
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
        </td>
 </tr>