Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_config_autopurge.tpl
index 9d907baace19bf824c66d55fbc4056298e8a5a3e..e36092421c4ee8939b0b18b3003a4fa2d0155c35 100644 (file)
@@ -59,8 +59,9 @@
                        {--ADMIN_CONFIG_AUTOPURGE_ACTIVE--}:
                </td>
                <td>
-                       <input type="radio" class="form_field" name="auto_purge_active" value="Y"$content[auto_purge_active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="auto_purge_active" value="N"$content[auto_purge_active_n] /> {--NO--}
+                       <select name="autopurge_active" class="form_select" size="1">
+                               {%config,generateYesNoOptionList=autopurge_active%}
+                       </select>
                </td>
        </tr>
        <tr>