]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_text.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_extensions_text.tpl
index db42929e316a073256de7e6a3192765345329591..530961ba01a7faa3018cda148817ce5287f813c8 100644 (file)
@@ -1,13 +1,3 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       width="99%" class="admin_table">
-       <TR>
-               <TD height="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD style="padding-left: 5px"><FONT class="tiny">$content</FONT>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="10" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<div class="admin_table">
+       <span class="tiny">$content</span>
+</div>