]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats_404.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_cats_404.tpl
index 7c5183076d735f72727a21b9f0d3ba646e64c309..66c6b97b69f10b7be52c9c3797c826cc3da67624 100644 (file)
@@ -1,24 +1,15 @@
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin_table dashed">
-       <tr>
-               <td height="10" class="admin_header seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center" class="admin_header"><strong>{--ADMIN_MEM_NO_CATS_1--}<a
-                       href="{!URL!}/modules.php?module=admin&amp;what=list_user&amp;u_id={!__UID!}">{!__UID!}</a>{--ADMIN_MEM_NO_CATS_2--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td height="10" class="admin_header seperator bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="10" class="admin_header seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center" class="admin_header"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
-               {!__MEMBER_LINKS!}</td>
-       </tr>
-       <tr>
-               <td height="10" class="admin_header seperator">&nbsp;</td>
-       </tr>
-</table>
+<div align="center">
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--ADMIN_MEMBER_NO_CATEGORIES_1--}<a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[userid]</a>{--ADMIN_MEMBER_NO_CATEGORIES_2--}</strong>
+       </div>
+       <div class="table_header">
+               <div>
+                       <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u>
+               </div>
+               <div>
+                       {%pipe,generateMemberAdminActionLinks=$content[userid]%}
+               </div>
+       </div>
+</div>
+</div>