]> 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 9f3fb008a5f1301f7295835396d580417f9e39c7..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">
                        $content[beg_userid]
                </td>
        </tr>
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_SELECT_BEG_MODE--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right" height="20">
-                       <input type="radio" class="form_field" name="beg_mode" value="DIRECT"$content[beg_mode_direct] />
-                       {--ADMIN_CONFIG_PAYMENT_MODE_DIRECT--}
-               </td>
-               <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="beg_mode" value="REF"$content[beg_mode_ref] />
-                       {--ADMIN_CONFIG_PAYMENT_MODE_REF--}
-               </td>
-       </tr>
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_BEG_RALLYE_TITLE--}</strong>
@@ -77,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>
@@ -86,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>
                        {--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>