]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_removeip.tpl
Login form for guests in surfbar added, some trigger_error() added, misc rewrites
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
index c3c1b5955b00effc2586ee1bc510553988f563f2..2c9a973cebdd2702aaa2b7d00fc8a460a433373e 100644 (file)
@@ -1,5 +1,5 @@
-<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">
+<form 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">
 <tr>
        <td colspan="2" align="center" class="admin_title bottom2" height="30">
                <strong>{--ADMIN_CONFIG_REMOVEIP_TITLE--}</strong>
@@ -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>