More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_patches_row.tpl
1 <tr>
2         <td rowspan="2" width="10" class="seperator">&nbsp;</td>
3         <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
4                 href="$content[patch_url]">$content[patch_title]</a></td>
5         <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</td>
6         <td align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
7         {--KBYTES--}</td>
8         <td rowspan="2" width="10" class="seperator">&nbsp;</td>
9 </tr>
10 <tr>
11         <td colspan="3" class="switch_sw$content[sw] bottom2">
12         <div align="center"><strong>{--PATCH_DESCRIPTION--}:</strong></div>
13         $content[patch_desc]</td>
14 </tr>