]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats.tpl
More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
index 922eaf890789738ab264afa70cb89e4795aafe08..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_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 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>