]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_failed.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_menu_failed.tpl
index 015ea69ea12f3d4028213c1ae69df1d18ad1333f..13f5bae1f1f4fe408efd0f77952699457520fbd9 100644 (file)
@@ -1,19 +1,8 @@
-<BR />
-<BR />
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       width="420" class="admin_table dashed">
-       <TR>
-               <TD align="center" height="40" class="admin_header bottom2"><STRONG>{--ADMIN_MENU_PROBLEM_TITLE--}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" height="40"><FONT class="admin_failed">$content</FONT>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<div align="center" class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
+       </div>
+       <div class="notice">
+               $content
+       </div>
+</div>