]> git.mxchange.org Git - mailer.git/commitdiff
Table->div rewritten
authorRoland Häder <roland@mxchange.org>
Wed, 18 Nov 2009 04:05:10 +0000 (04:05 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 18 Nov 2009 04:05:10 +0000 (04:05 +0000)
templates/de/html/admin/admin_logout.tpl

index 357fa67c00c75eba7074ff08e65360a9bced4f7b..2fc4df5cff173ab1b61e23c3182c0b049251591e 100644 (file)
@@ -1,11 +1,9 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
-       <tr>
-               <td align="center" class="admin_content">
-                       <div><strong>{--ADMIN_LOGOUT_DONE--}</strong></div>
-                       <div><a class="admin_content" href="{%url=modules.php?module=admin%}">{--ADMIN_RELOGIN_LINK--}</a></div>
-                       <div><a class="admin_content" href="{%url=modules.php?module=index%}">{--ADMIN_BACK_TO_GUEST_MENU--}</a></div>
-               </td>
-       </tr>
-</table>
+<div class="admin_table dashed">
+       <div class="admin_content">
+               <div><strong>{--ADMIN_LOGOUT_DONE--}</strong></div>
+               <div><a class="admin_content" href="{%url=modules.php?module=admin%}">{--ADMIN_RELOGIN_LINK--}</a></div>
+               <div><a class="admin_content" href="{%url=modules.php?module=index%}">{--ADMIN_BACK_TO_GUEST_MENU--}</a></div>
+       </div>
+</div>
 </div>