bd2691722972606ff7aef95a4e195a238c78908c
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_extensions%}" 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_EXTENSIONS_SETTINGS--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right" width="350">
11                         {--ADMIN_VERBOSE_SQL--}:
12                 </td>
13                 <td class="bottom" width="150" align="right">
14                         <input type="radio" class="form_field" name="verbose_sql" value="Y"[verbose_y] /> {--YES--}<br />
15                         <input type="radio" class="form_field" name="verbose_sql" value="N"[verbose_n] /> {--NO--}
16                 </td>
17         </tr>
18         <tr>
19                 <td colspan="2" class="table_footer">
20                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
21                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>