]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_pass_done.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_reset_pass_done.tpl
index f740c3ef7a015f4b687c1968a53bd2d9a46a4b50..25cb1bb6431164e6f8e3491988901d0574ae4db2 100644 (file)
@@ -1,18 +1,17 @@
-<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
-       <TD class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td class="table_header bottom">
                <strong>{--ADMIN_RESET_PASS_DONE_TITLE--}</strong>
-       </TD>
-</TR>
-<TR>
-       <TD class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td class="bottom">
                $content
-       </TD>
-</TR>
-<TR>
-       <TD class="admin_footer">
-               &raquo;&raquo;&nbsp;<strong><a href="{!URL!}/modules.php?module=admin">{--ADMIN_CONTINUE_LOGIN--}</a></strong>
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+<tr>
+       <td class="table_footer">
+               &raquo;&raquo;&nbsp;<strong><a href="{%url=modules.php?module=admin%}">{--ADMIN_CONTINUE_LOGIN--}</a></strong>
+       </td>
+</tr>
+</table>