Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
index 12691bc8fe8a97e33047bac6c82482a8d4a2aa0d..1ee466246dbef80ab4386934fd3effbe995a897b 100644 (file)
-<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">
+<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">
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom2" height="30">
+       <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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_anon_ip" value="Y" class="admin_normal"{!__CFG_REMOVEIP_ANON_IP_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"{!__CFG_REMOVEIP_ANON_IP_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_anon_ip" value="Y" class="admin_normal"$content[removeip_anon_ip_y] /> {--YES--}<br />
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_anon_host" value="Y" class="admin_normal"{!__CFG_REMOVEIP_ANON_HOST_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_anon_host" value="N" class="admin_normal"{!__CFG_REMOVEIP_ANON_HOST_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_anon_host" value="Y" class="admin_normal"$content[removeip_anon_host_y] /> {--YES--}<br />
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_anon_ua" value="Y" class="admin_normal"{!__CFG_REMOVEIP_ANON_UA_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"{!__CFG_REMOVEIP_ANON_UA_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_anon_ua" value="Y" class="admin_normal"$content[removeip_anon_ua_y] /> {--YES--}
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_anon_ref" value="Y" class="admin_normal"{!__CFG_REMOVEIP_ANON_REF_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"{!__CFG_REMOVEIP_ANON_REF_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_anon_ref" value="Y" class="admin_normal"$content[removeip_anon_ref_y] /> {--YES--}
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
                <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>
+                       <option value="LOCAL"$content[anonymous_ip_local]>{--ADMIN_CONFIG_REMOVEIP_LOCAL--}</option>
+                       <option value="ZERO"$content[anonymous_ip_zero]>{--ADMIN_CONFIG_REMOVEIP_ZERO--}</option>
+                       <option value="RANDOM"$content[anonymous_ip_random]>{--ADMIN_CONFIG_REMOVEIP_RANDOM--}</option>
                </select>
        </td>
 </tr>
-<tr><td colspan="2" class="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_admin_show" value="Y" class="admin_normal"{!__CFG_REMOVEIP_ADMIN_SHOW_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_admin_show" value="N" class="admin_normal"{!__CFG_REMOVEIP_ADMIN_SHOW_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_admin_show" value="Y" class="admin_normal"$content[removeip_admin_show_y] /> {--YES--}<br />
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_guest_show" value="Y" class="admin_normal"{!__CFG_REMOVEIP_GUEST_SHOW_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_guest_show" value="N" class="admin_normal"{!__CFG_REMOVEIP_GUEST_SHOW_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_guest_show" value="Y" class="admin_normal"$content[removeip_guest_show_y] /> {--YES--}<br />
+               <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="bottom2 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--}
        </td>
        <td width="150" style="padding-left: 10px">
-               <input type="radio" name="removeip_member_show" value="Y" class="admin_normal"{!__CFG_REMOVEIP_MEMBER_SHOW_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_member_show" value="N" class="admin_normal"{!__CFG_REMOVEIP_MEMBER_SHOW_N!} />&nbsp;{--NO--}
+               <input type="radio" name="removeip_member_show" value="Y" class="admin_normal"$content[removeip_member_show_y] /> {--YES--}<br />
+               <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="bottom2 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">
-               <input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"{!__CFG_REMOVEIP_SPONSOR_SHOW_Y!} />&nbsp;{--YES--}&nbsp;
-               <input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"{!__CFG_REMOVEIP_SPONSOR_SHOW_N!} />&nbsp;{--NO--}
+       <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--}<br />
+               <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="bottom2 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>