]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
index 11dc114120c5e7d48a028364585b78fb74e91572..b03053d10b4ab99d9d578f1bdbc123d526e7ddc3 100644 (file)
@@ -1,16 +1,21 @@
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_header bottom2"
-                       height="50">{--USER_ID--}: <strong><a
-                       href="{?URL?}/modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]">$content[userid]</a></strong>($content[email])
+               <td colspan="3" align="center" class="admin_title bottom" height="50">
+                       {--USER_ID--}: <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[userid]</a></strong>
+                       ($content[email])
                </td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="3" class="admin_footer" style="padding-top: 10px; padding-bottom: 10px">
-                       <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
-                       $content[member_links]
+               <td colspan="3" class="admin_footer">
+                       <div>
+                               <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u>
+                       </div>
+                       <div>
+                               $content[member_links]
+                       </div>
                </td>
        </tr>
 </table>
+</div>