]> 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 b88ef036b4e20e0e198e538ae37a172f66325d92..13f5bae1f1f4fe408efd0f77952699457520fbd9 100644 (file)
@@ -1,20 +1,8 @@
-<br />
-<br />
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <tr>
-               <td align="center" height="40" class="admin_title bottom2">
-                       <strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center" height="40">
-                       <div class="admin_failed">$content</div>
-               </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>