]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
index f921d48779e71c2e4b732f7ba6a505259ded19df..31dfe3d04a1b56430c99a0fdf63f669fe2eaa88b 100644 (file)
@@ -1,14 +1,19 @@
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="4" align="center" class="admin_header bottom2" 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 colspan="4" align="center" class="table_header bottom" height="40">
+                       {%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" height="40" class="admin_header" align="center">
-                       {--MEMBER_TOTAL_LINKS_1--}$content[nums]{--MEMBER_TOTAL_LINKS_2--}<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_DEL_UNCONFIRMED_LINKS--}</a>
+               <td colspan="4" height="40" 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>