Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_timezone.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_timezone%}
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_TIMEZONE_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right" style="padding-right:10px">
11                         {--ADMIN_CONFIG_ENTER_TIMEZONE--}
12                 </td>
13                 <td class="bottom">
14                         <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
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="save_config" value="{--SAVE_SETTINGS--}" />
21                 </td>
22         </tr>
23 </table>
24 {%form_close%}
25 </div>