]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_extensions_row.tpl
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_list_extensions_row.tpl
index 44e5d9076e96866b22c73b7ce50805d6e767d6bf..271da06e744c5ab75049c9540e000d5086566579 100644 (file)
@@ -1,15 +1,13 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A
-               href="$content[link]">$content[name]</A></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[size]
-       {--KBYTES--}</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[new_ver]
-       ($content[old_ver])</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;</TD>
-       <TD colspan="4" class="switch_sw$content[sw] bottom2"><FONT
-               class="tiny">$content[info]</FONT></TD>
-</TR>
+<tr>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2"><a href="$content[link]">$content[name]</a></td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[size]&nbsp;{--KBYTES--}</td>
+       <td align="center" class="switch_sw$content[sw] bottom2">$content[new_ver]&nbsp;($content[old_ver])</td>
+</tr>
+<tr>
+       <td class="switch_sw$content[sw] bottom2">&nbsp;</td>
+       <td colspan="4" class="switch_sw$content[sw] bottom2">
+               <div class="tiny">$content[info]</div>
+       </td>
+</tr>