]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_settings_saved.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_settings_saved.tpl
index 7d0d1dcf971c2ba431b6f9d45636b28e45f52b16..bc8eb0bb281b198da743afa484d48622078844f2 100644 (file)
@@ -1,9 +1,12 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_title2 bottom2">{--MESSAGE_HEADER--}</TD>
-       </TR>
-       <TR>
-               <TD class="admin_message"><STRONG>$content</STRONG></TD>
-       </TR>
-</TABLE>
+<div align="center" style="margin-top:10px;margin-bottom:10px">
+
+<div style="width:550px" class="admin_table dashed">
+       <div class="admin_title bottom">
+               {--MESSAGE_HEADER--}
+       </div>
+       <div class="admin_message">
+               $content
+       </div>
+</div>
+
+</div>