b8f1e31f9396310599c2f27c9bafebaf2e5d9a38
[mailer.git] / templates / de / html / admin / admin_list_mods_stats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="480"
3         class="table dashed">
4         <tr>
5                 <td align="center" class="table_header bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
6                 <td align="center" class="table_header bottom"><strong>{--ADMIN_MODS_CLICKS--}</strong></td>
7         </tr>
8         $content
9         <tr>
10                 <td colspan="2" class="table_footer"><div class="notice">{--ADMIN_MODS_EDIT_NOTE--}</div></td>
11         </tr>
12 </table>
13 </div>