]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_timezone.tpl
Heacy rewrite/cleanup:
[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                 {--ADMIN_CONFIG_TIMEZONE_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom" align="right" style="padding-right:10px">
12                 {--ADMIN_CONFIG_ENTER_TIMEZONE--}
13         </td>
14         <td class="bottom">
15                 <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
16         </td>
17 </tr>
18
19 <tr>
20         <td colspan="2" class="table_footer">
21                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
22                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
23         </td>
24 </tr>
25 </table>
26 {%form_close%}
27 </div>