]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_settings_saved.tpl
Functions for handling INC_POOL moved to inc-functions.php, plus some extra functions...
[mailer.git] / templates / de / html / admin / admin_settings_saved.tpl
index 7d0d1dcf971c2ba431b6f9d45636b28e45f52b16..1c83398e87d3d318edd147c3a9df309ba128846b 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_title2 bottom2">
+               {--MESSAGE_HEADER--}
+       </div>
+       <div class="admin_message">
+               $content
+       </div>
+</div>
+
+</div>