fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
2         <tr>
3                 <td colspan="4" align="center" class="admin_title bottom" height="40">
4                         <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[surname] $content[family]</a></strong> ($content[email]):
5                 </td>
6         </tr>
7         $content[rows]
8         <tr>
9                 <td colspan="4" height="40" class="admin_title" align="center">
10                         {--MEMBER_TOTAL_LINKS_1--}$content[nums]{--MEMBER_TOTAL_LINKS_2--}<br />
11                         <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_DEL_UNCONFIRMED_LINKS--}</a>
12                 </td>
13         </tr>
14 </table>