Heacy rewrite/cleanup:
[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">
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
12 $content[rows]
13
14 <tr>
15         <td colspan="4" class="table_footer" align="center">
16                 {%message,ADMIN_TOTAL_LINKS_LEFT=$content[nums]%}<br />
17                 <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>
18         </td>
19 </tr>
20 </table>
21 </div>