]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links.tpl
Fixed a lot CSS classes
[mailer.git] / templates / de / html / admin / admin_list_links.tpl
index c3eff5fc82cdbf8b1c6fa835840f1e3b998b6fc0..a58b56b7c6747407f273bfedd96fc383e1269b14 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="4" align="center" class="table_header bottom" height="40">
@@ -6,9 +7,10 @@
        </tr>
        $content[rows]
        <tr>
-               <td colspan="4" height="40" class="table_header" align="center">
+               <td colspan="4" height="40" class="table_footer" 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>
+</div>