]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_failed.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_menu_failed.tpl
index f6389d65f09e0962423d92315ac420809629f196..db9e1bec959ed75d7d52d0a88ddc954a4e3ea5e7 100644 (file)
@@ -1,18 +1,8 @@
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <tr>
-               <td align="center" height="40" class="admin_title bottom">
-                       <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="admin_table dashed">
+       <div class="admin_title bottom">
+               <strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
+       </div>
+       <div class="admin_failed">
+               $content
+       </div>
+</div>