]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_beg.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_beg.tpl
index 914b4665ffef89608ea4180a70d0244b76df8829..e5945a8fe0d5c7dd0bacdcb56b3448ce4baaa2fc 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_beg%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_beg%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -62,8 +62,7 @@
                        {--ADMIN_CONFIG_BEG_RALLYE_ACTIVE--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_rallye" value="Y"$content[rallye_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_rallye" value="N"$content[rallye_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_rallye%}
                </td>
        </tr>
        <tr>
@@ -71,8 +70,7 @@
                        {--ADMIN_CONFIG_BEG_INCLUDE_OWN--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_include_own" value="Y"$content[include_own_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_include_own" value="N"$content[include_own_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_include_own%}
                </td>
        </tr>
        <tr>
@@ -88,8 +86,7 @@
                        {--ADMIN_CONFIG_BEG_RALLYE_ONLY_ACTIVE--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_active" value="Y"$content[active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_active" value="N"$content[active_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_active%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_BEG_RALLYE_ENABLE_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_rallye_enable_notify" value="Y"$content[rallye_enable_notify_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_rallye_enable_notify" value="N"$content[rallye_enable_notify_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_rallye_enable_notify%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_BEG_RALLYE_DISABLE_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_rallye_disable_notify" value="Y"$content[rallye_disable_notify_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_rallye_disable_notify" value="N"$content[rallye_disable_notify_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_rallye_disable_notify%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_BEG_NEW_MEMBER_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="beg_new_member_notify" value="Y"$content[new_member_notify_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="beg_new_member_notify" value="N"$content[new_member_notify_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=beg_new_member_notify%}
                </td>
        </tr>
        <tr>
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>