]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_surfbar.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_surfbar.tpl
index a1d234960194b123f66c9006f72a04bdd9f6e344..37036e70a63937f622df26bbc7716bf9d6c8ab7f 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_surfbar%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_surfbar%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -98,7 +98,7 @@
                        {--ADMIN_CONFIG_SURFBAR_PAYMENT_MODEL_STATIC--}
                </td>
                <td style="padding-left:5px">
-                       <input type="radio" class="form_field" name="surfbar_pay_model" value="STATIC"$content[surfbar_pay_model_static] />
+                       <input type="radio" class="form_field" name="surfbar_payment_model" value="STATIC"$content[surfbar_payment_model_static] />
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_PAYMENT_MODEL_DYNAMIC--}
                </td>
                <td class="bottom" style="padding-left:5px">
-                       <input type="radio" class="form_field" name="surfbar_pay_model" value="DYNAMIC"$content[surfbar_pay_model_dynamic] />
+                       <input type="radio" class="form_field" name="surfbar_payment_model" value="DYNAMIC"$content[surfbar_payment_model_dynamic] />
                </td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td class="bottom" align="right" style="padding-right:5px">
-                       {--ADMIN_CONFIG_SURFBAR_AUTOSTART--}
+                       {--ADMIN_CONFIG_SURFBAR_AUTO_START--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="surfbar_autostart" value="Y"$content[surfbar_autostart_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="surfbar_autostart" value="N"$content[surfbar_autostart_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_auto_start%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_LIMITS--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="surfbar_notify_limits" value="Y"$content[surfbar_notify_limits_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="surfbar_notify_limits" value="N"$content[surfbar_notify_limits_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_notify_limits%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="surfbar_notify_admin_unlock" value="Y"$content[surfbar_notify_admin_unlock_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="surfbar_notify_admin_unlock" value="N"$content[surfbar_notify_admin_unlock_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_notify_admin_unlock%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_MIGRATE_ORDER--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="surfbar_migrate_order" value="Y"$content[surfbar_migrate_order_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="surfbar_migrate_order" value="N"$content[surfbar_migrate_order_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_migrate_order%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_GUEST_LOGIN_FORM--}
                </td>
                <td class="bottom" align="left" style="padding-left: 5px">
-                       <input type="radio" class="form_field" name="surfbar_guest_login_form" value="Y"$content[surfbar_guest_login_form_y] /> {--ADMIN_CONFIG_SURFBAR_GUEST_LOGIN_FORM_Y--}<br />
-                       <input type="radio" class="form_field" name="surfbar_guest_login_form" value="N"$content[surfbar_guest_login_form_n] /> {--ADMIN_CONFIG_SURFBAR_GUEST_LOGIN_FORM_N--}
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_guest_login_form%}
                </td>
        </tr>
        <tr>
        </tr>
 </table>
 </form>
+</div>
 
 <div class="notice">
-       {--ADMIN_CONFIG_SURFBAR_NOTE--}
-</div>
+       {--ADMIN_CONFIG_SURFBAR_NOTICE--}
 </div>