]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_reset_password_done.tpl
A lot more wrapper functions added, templates renamed
[mailer.git] / templates / de / html / admin / admin_reset_password_done.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td class="table_header bottom">
5                 <strong>{--ADMIN_RESET_PASSWORD_DONE_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td class="bottom">
10                 $content
11         </td>
12 </tr>
13 <tr>
14         <td class="table_footer">
15                 &raquo;&raquo;&nbsp;<strong><a href="{%url=modules.php?module=admin%}">{--ADMIN_CONTINUE_LOGIN--}</a></strong>
16         </td>
17 </tr>
18 </table>
19 </div>