]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 401971c8f9ccdc13690b82f9b6667132c5c99f97..96059b36e06be2ccdaea455bae67f1965182340e 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_other%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_other%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -13,7 +13,7 @@
                </td>
                <td>
                        <input type="text" class="form_field" name="code_length" size="3" maxlength="5" value="{?code_length?}" />
-                       <div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div>
+                       <span class="tiny">{--ADMIN_CODE_LENGTH_NOTICE--}</span>
                </td>
        </tr>
 
@@ -99,7 +99,7 @@
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_CSS_PHP--}:
+                       {--ADMIN_CONFIG_CSS_PHP--}
                </td>
                <td>
                        <input type="radio" class="form_field" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CONFIG_SELECT_CSS_OUTPUT_MODE_DIRECT--}<br />
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_GUEST_MENU--}:
+                       {--ADMIN_CONFIG_GUEST_MENU--}
                </td>
                <td>
-                       <input type="radio" class="form_field" name="guest_menu" value="Y"$content[guest_menu_y] /> {--ADMIN_IS_SHOWN--}<br />
-                       <input type="radio" class="form_field" name="guest_menu" value="N"$content[guest_menu_n] /> {--ADMIN_IS_NOT_SHOWN--}
+                       {%template,ConfigurationYesNoSelectionBox=guest_menu%}
                </td>
        </tr>
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_MEMBER_MENU--}:
+                       {--ADMIN_CONFIG_MEMBER_MENU--}
                </td>
                <td>
-                       <input type="radio" class="form_field" name="member_menu" value="Y"$content[member_menu_y] /> {--ADMIN_IS_SHOWN--}<br />
-                       <input type="radio" class="form_field" name="member_menu" value="N"$content[member_menu_n] /> {--ADMIN_IS_NOT_SHOWN--}
+                       {%template,ConfigurationYesNoSelectionBox=member_menu%}
                </td>
        </tr>
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_YOURE_HERE--}:
+                       {--ADMIN_CONFIG_YOURE_HERE--}
                </td>
                <td>
-                       <input type="radio" class="form_field" name="youre_here" value="Y"$content[youre_here_y] /> {--ADMIN_IS_SHOWN--}<br />
-                       <input type="radio" class="form_field" name="youre_here" value="N"$content[youre_here_n] /> {--ADMIN_IS_NOT_SHOWN--}
+                       {%template,ConfigurationYesNoSelectionBox=youre_here%}
                </td>
        </tr>
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SHOW_TIMINGS--}:
+                       {--ADMIN_CONFIG_SHOW_TIMINGS--}
                </td>
                <td>
-                       <input type="radio" class="form_field" name="show_timings" value="Y"$content[show_timings_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="show_timings" value="N"$content[show_timings_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=show_timings%}
                </td>
        </tr>
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SHOW_POINTS_UNCONFIRMED--}:
+                       {--ADMIN_CONFIG_SHOW_POINTS_UNCONFIRMED--}
                </td>
                <td>
-                       <input type="radio" class="form_field" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=show_points_unconfirmed%}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_MAILID_REDIRECT--}:
+                       {--ADMIN_CONFIG_MAILID_REDIRECT--}
                </td>
                <td class="bottom">
                        <input type="radio" class="form_field" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] /> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}:
+                       {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="order_multi_page" value="Y"$content[order_multi_page_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="order_multi_page" value="N"$content[order_multi_page_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=order_multi_page%}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_AUTOSEND_ACTIVE--}:
+                       {--ADMIN_CONFIG_AUTOSEND_ACTIVE--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="autosend_active" value="Y"$content[autosend_active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="autosend_active" value="N"$content[autosend_active_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=autosend_active%}
                </td>
        </tr>
 
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SEND_UPDATE--}:
+                       {--ADMIN_CONFIG_SEND_UPDATE--}
                </td>
                <td align="center">
-                       <input type="radio" class="form_field" name="send_prof_update" value="Y"$content[send_prof_update_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="send_prof_update" value="N"$content[send_prof_update_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=send_prof_update%}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_NOTIFY_ADMIN--}:
+                       {--ADMIN_CONFIG_NOTIFY_ADMIN--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="admin_notify" value="Y"$content[admin_notify_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="admin_notify" value="N"$content[admin_notify_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=admin_notify%}
                </td>
        </tr>
 
                        {--ADMIN_CONFIG_DISPLAY_DEBUG_SQLS--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=display_debug_sqls%}
                </td>
        </tr>
 
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_STATS_TITLE--}</strong>
+                       <strong>{--ADMIN_CONFIG_INTERNAL_STATS_TITLE--}</strong>
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_STATS_ENABLED--}
+                       {--ADMIN_CONFIG_INTERNAL_STATS_ENABLED--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="stats_enabled" value="Y"$content[stats_enabled_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="stats_enabled" value="N"$content[stats_enabled_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=internal_stats%}
                </td>
        </tr>
 
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>