]> 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 56b617651d5db62005fbcb7a78e2630b8214dfed..c338b590f395b4b235af0b2791d543ab41424425 100644 (file)
                        {--ADMIN_CONFIG_SURFBAR_AUTOSTART--}
                </td>
                <td class="bottom" align="center">
-                       <select name="surfbar_autostart" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=surfbar_autostart%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_autostart%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_LIMITS--}
                </td>
                <td class="bottom" align="center">
-                       <select name="surfbar_notify_limits" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=surfbar_notify_limits%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_notify_limits%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK--}
                </td>
                <td class="bottom" align="center">
-                       <select name="surfbar_notify_admin_unlock" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=surfbar_notify_admin_unlock%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_notify_admin_unlock%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_MIGRATE_ORDER--}
                </td>
                <td class="bottom" align="center">
-                       <select name="surfbar_migrate_order" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=surfbar_migrate_order%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=surfbar_migrate_order%}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_GUEST_LOGIN_FORM--}
                </td>
                <td class="bottom" align="left" style="padding-left: 5px">
-                       <select name="surfbar_guest_login_form" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=surfbar_guest_login_form%}
-                       </select>
+                       {%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>