]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Extension ext-funcoins continued, template helper function added:
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index b1c9ff77381a79e7882923e32daec396e84ece4e..66d4e1c2061e0974247220c3fa342c187156aa01 100644 (file)
                        {--ADMIN_CONFIG_GUEST_MENU--}:
                </td>
                <td>
-                       <select name="guest_menu" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=guest_menu%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=guest_menu%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_MEMBER_MENU--}:
                </td>
                <td>
-                       <select name="member_menu" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=member_menu%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=member_menu%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_YOURE_HERE--}:
                </td>
                <td>
-                       <select name="youre_here" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=youre_here%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=youre_here%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_SHOW_TIMINGS--}:
                </td>
                <td>
-                       <select name="show_timings" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=show_timings%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=show_timings%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_SHOW_POINTS_UNCONFIRMED--}:
                </td>
                <td>
-                       <select name="show_points_unconfirmed" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=show_points_unconfirmed%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=show_points_unconfirmed%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}:
                </td>
                <td align="center">
-                       <select name="order_multi_page" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=order_multi_page%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=order_multi_page%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_AUTOSEND_ACTIVE--}:
                </td>
                <td class="bottom" align="center">
-                       <select name="autosend_active" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=autosend_active%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=autosend_active%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_SEND_UPDATE--}:
                </td>
                <td align="center">
-                       <select name="send_prof_update" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=send_prof_update%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=send_prof_update%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_NOTIFY_ADMIN--}:
                </td>
                <td class="bottom" align="center">
-                       <select name="admin_notify" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=admin_notify%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=admin_notify%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_DISPLAY_DEBUG_SQLS--}
                </td>
                <td class="bottom" align="center">
-                       <select name="display_debug_sqls" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=display_debug_sqls%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=display_debug_sqls%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_STATS_ENABLED--}
                </td>
                <td class="bottom" align="center">
-                       <select name="stats_enabled" class="form_select" size="1">
-                               {%config,generateYesNoOptionList=stats_enabled%}
-                       </select>
+                       {%template,ConfigurationYesNoSelectionBox=stats_enabled%}
                </td>
        </tr>