A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
index 946cd7c1faebd480595e293ed5d1e1fdc3ac2bda..c3eff5fc82cdbf8b1c6fa835840f1e3b998b6fc0 100644 (file)
@@ -1,18 +1,14 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_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;u_id={!__UID_VALUE!}">{--__SNAME_VALUE--}
-               {--__FNAME_VALUE--}</A></STRONG> ({--__EMAIL_VALUE--}):</TD>
-       </TR>
-       {--__EMAIL_LIST--}
-       <TR>
-               <TD colspan="4" height="40" class="admin_header" align="center">
-               {--MEMBER_TOTAL_LINKS_1--}{--__NUMS_VALUE--}{--MEMBER_TOTAL_LINKS_2--}<BR>
-               <A
-                       href="{!URL!}/modules.php?module=admin&amp;what=list_links&amp;u_id={!__UID_VALUE!}&del=all"
-                       onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DEL_UNCONFIRMED_LINKS--}</A>
-               </TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<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>
+</table>