]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
index c3eff5fc82cdbf8b1c6fa835840f1e3b998b6fc0..066bfd9f4e8a27c9a5e9dc647a8e0b44c9f9f288 100644 (file)
@@ -1,14 +1,21 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="4" align="center" class="table_header bottom" height="40">
-                       <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[surname] $content[family]</a></strong> ($content[email]):
-               </td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="4" height="40" class="table_header" align="center">
-                       {%message,MEMBER_TOTAL_LINKS=$content[nums]%}<br />
-                       <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>
-               </td>
-       </tr>
+<tr>
+       <td colspan="4" align="center" class="table_header bottom">
+               {%user,gender,translateGender=$content[userid]%}
+               {%user,surname=$content[userid]%}
+               {%user,family=$content[userid]%}
+               {%pipe,generateUserProfileLink=$content[userid]%}:
+       </td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="4" class="table_footer" align="center">
+               {%message,ADMIN_TOTAL_LINKS_LEFT=$content[nums]%}<br />
+               <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>
+       </td>
+</tr>
 </table>
+</div>