mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_validator.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_validator%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONFIG_VALIDATOR_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom">
11                         {--ADMIN_CONFIG_VALIDATOR_ENABLED--}
12                 </td>
13                 <td class="bottom" width="60">
14                         {%template,ConfigurationYesNoSelectionBox=enable_validator%}
15                 </td>
16         </tr>
17         <tr>
18                 <td colspan="2" class="table_footer">
19                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
20                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>
25 </div>