]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_wernis.tpl
Extension ext-funcoins continued, template helper function added:
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
index b3516efc28f6cdcd1bbf6ac779ef14b3ee230a9d..d4288bf9a24e8ea2956a898fe3dff399af06e92c 100644 (file)
                        {--ADMIN_CONFIG_WERNIS_PAYOUT_ACTIVE--}:
                </td>
                <td>
-                       <input type="radio" class="form_field" name="wernis_payout_active" value="Y"$content[wernis_payout_active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="wernis_payout_active" value="N"$content[wernis_payout_active_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=wernis_payout_active%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_WERNIS_WITHDRAW_ACTIVE--}:
                </td>
                <td class="bottom">
-                       <input type="radio" class="form_field" name="wernis_withdraw_active" value="Y"$content[wernis_withdraw_active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="wernis_withdraw_active" value="N"$content[wernis_withdraw_active_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=wernis_withdraw_active%}
                </td>
        </tr>
        <tr>
 </form>
 
 <div class="notice">
-       {--ADMIN_WERNIS_CONFIG_NOTE--}
+       {--ADMIN_CONFIG_WERNIS_NOTE--}
 </div>
 
 </div>