]> 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 6c9c0892e21c63ce27f56bbef8e290350c45ad68..1c83398e87d3d318edd147c3a9df309ba128846b 100644 (file)
@@ -1,8 +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>