]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_surfbar.tpl
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_config_surfbar.tpl
index b251c1bf019bb6a8669f6c2903ca0aaad46aaeaa..c338b590f395b4b235af0b2791d543ab41424425 100644 (file)
@@ -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>
                        {--ADMIN_CONFIG_SURFBAR_AUTOSTART--}
                </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_autostart%}
                </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>