]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_wernis.tpl
Extension ext-forced/network continued:
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
index b3516efc28f6cdcd1bbf6ac779ef14b3ee230a9d..4d1bd94368a4e9514469bc0441f33d5551974f17 100644 (file)
@@ -51,7 +51,8 @@
                        {--ADMIN_CONFIG_WERNIS_MIN_PAYOUT--}:
                </td>
                <td>
-                       <input type="text" class="form_field" name="wernis_min_payout" value="{?wernis_min_payout?}" size="5" maxlength="20" /> Wernis
+                       <input type="text" class="form_field" name="wernis_min_payout" value="{?wernis_min_payout?}" size="5" maxlength="20" />
+                       <span class="tiny">(Wernis)</span>
                </td>
        </tr>
        <tr>
@@ -59,7 +60,8 @@
                        {--ADMIN_CONFIG_WERNIS_MIN_WITHDRAW--}:
                </td>
                <td>
-                       <input type="text" class="form_field" name="wernis_min_withdraw" value="{?wernis_min_withdraw?}" size="5" maxlength="20" /> Wernis
+                       <input type="text" class="form_field" name="wernis_min_withdraw" value="{?wernis_min_withdraw?}" size="5" maxlength="20" />
+                       <span class="tiny">(Wernis)</span>
                </td>
        </tr>
        <tr>
                        {--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>