]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_surfbar_url_stats.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_surfbar_url_stats.tpl
index 5ab1bec9fb18670404f70745d3b3338cbcfb1951..cf44e765e472fa2dfe8b923a411e7a44d86af305 100644 (file)
@@ -1,26 +1,27 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
 <tr>
-       <td colspan="3" align="center" class="admin_header bottom2" height="30">
+       <td colspan="3" align="center" class="admin_title bottom">
                <strong>{--ADMIN_SURFBAR_URL_STATS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" width="33%" class="admin_title bottom2 right2">
+       <td align="center" width="33%" class="header_column bottom right">
                <strong>{--_UID--}:</strong>
        </td>
-       <td align="center" width="34%" class="admin_title bottom2 right2">
+       <td align="center" width="34%" class="header_column bottom right">
                <strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
        </td>
-       <td align="center" width="33%" class="admin_title bottom2">
+       <td align="center" width="33%" class="header_column bottom">
                <strong>{--ADMIN_SURFBAR_LAST_ONLINE--}:</strong>
        </td>
 </tr>
 $content[rows]
 <tr>
-       <td class="admin_footer right2" align="right" style="padding-right:2px">
+       <td class="admin_footer right" align="right" style="padding-right:2px">
                <strong>{--ADMIN_SURFBAR_TOTALS--}:</strong>
        </td>
-       <td class="admin_footer right2">
+       <td class="admin_footer right">
                <strong>$content[visits]</strong>
        </td>
        <td class="admin_footer">
@@ -28,3 +29,4 @@ $content[rows]
        </td>
 </tr>
 </table>
+</div>