]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_links.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="4" align="center" class="table_header bottom" height="40">
5                         <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[surname] $content[family]</a></strong> ($content[email]):
6                 </td>
7         </tr>
8         $content[rows]
9         <tr>
10                 <td colspan="4" height="40" class="table_footer" align="center">
11                         {%message,MEMBER_TOTAL_LINKS=$content[nums]%}<br />
12                         <a href="{%url=modules.php?module=admin&amp;what=list_links&amp;userid=$content[userid]&amp;del=all%}" onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DELETE_UNCONFIRMED_LINKS--}</a>
13                 </td>
14         </tr>
15 </table>
16 </div>