A lot has been rewritten, ext-teams added, ext-forced continued:
[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                         {%user,gender,translateGender=$content[userid]%}
6                         {%user,surname=$content[userid]%}
7                         {%user,family=$content[userid]%}
8                         {%pipe,generateUserProfileLink=$content[userid]%}:
9                 </td>
10         </tr>
11         $content[rows]
12         <tr>
13                 <td colspan="4" height="40" class="table_footer" align="center">
14                         {%message,ADMIN_TOTAL_LINKS_LEFT=$content[nums]%}<br />
15                         <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>
16                 </td>
17         </tr>
18 </table>
19 </div>