]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_removeip.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
index 12691bc8fe8a97e33047bac6c82482a8d4a2aa0d..7f506d6f73fc437440a966605ed9c74919c40709 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_removeip" method="post">
+<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">
 <tr>
        <td colspan="2" align="center" class="admin_title bottom2" height="30">
@@ -11,8 +11,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -22,8 +22,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -33,8 +33,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -44,8 +44,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -56,9 +56,9 @@
        </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>
@@ -69,8 +69,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -80,8 +80,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
@@ -91,8 +91,8 @@
                {--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] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
                {--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--}
+               <input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"$content[removeip_sponsor_show_y] />&nbsp;{--YES--}&nbsp;
+               <input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] />&nbsp;{--NO--}
        </td>
 </tr>
 <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>