Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_patches.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="99%"
2         class="admin_table dashed" align="center">
3         <tr>
4                 <td height="10" colspan="5" class="seperator">&nbsp;</td>
5         </tr>
6         <tr>
7                 <td align="center" colspan="5"><strong>{--NEW_PATCHES_AVAILABLE--}</strong>
8                 </td>
9         </tr>
10         <tr>
11                 <td height="10" colspan="5" class="seperator">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td width="10" class="seperator">&nbsp;</td>
15                 <td align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_FNAME--}:</strong></td>
16                 <td align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_CTIME--}:</strong></td>
17                 <td align="center" width="32%" class="admin_title bottom2"><strong>{--PATCH_FSIZE--}:</strong></td>
18                 <td width="10" class="seperator">&nbsp;</td>
19         </tr>
20         {!__PATCH_ROWS!}
21         <tr>
22                 <td width="10" class="seperator">&nbsp;</td>
23                 <td colspan="2" align="right" class="bottom2 right2"><strong>{--ADMIN_TOTAL_PATCH_SIZES--}:&nbsp;&nbsp;</strong>
24                 </td>
25                 <td class="bottom2" align="center"><strong>{!__TOTAL_SIZE!}
26                 {--KBYTES--}</strong></td>
27                 <td width="10" class="seperator">&nbsp;</td>
28         </tr>
29         <tr>
30                 <td height="10" colspan="5" class="seperator">&nbsp;</td>
31         </tr>
32 </table>