Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_timezone.tpl
index 37eccf719524a8a02a73c344ecf00e7ad723ea84..534d76b0bc7db20b639d20224c25fea71964b0e0 100644 (file)
@@ -1,25 +1,27 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=config_timezone%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_TIMEZONE_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right" style="padding-right:10px">
-                       {--ADMIN_CONFIG_ENTER_TIMEZONE--}
-               </td>
-               <td class="bottom">
-                       <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="2" align="center" class="table_header bottom">
+               {--ADMIN_CONFIG_TIMEZONE_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td class="bottom" align="right" style="padding-right:10px">
+               {--ADMIN_CONFIG_ENTER_TIMEZONE--}
+       </td>
+       <td class="bottom">
+               <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
+       </td>
+</tr>
+
+<tr>
+       <td colspan="2" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>