]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete_row.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index 98e99523fb7e4e84556cfcae1072eca603fd315b..deec0c8f503ede8d1efa7a764ad006e06db9ea91 100644 (file)
@@ -1,13 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
-       <INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[ext_name]</TD>
-       <TD class="switch_sw$content[sw] bottom2">
-       &nbsp;v$content[ext_ver]</TD>
-       <TD class="switch_sw$content[sw] bottom2 seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2 seperator">&nbsp;</TD>
-       <TD colspan="3">$content[verbose]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <strong>$content[id]</strong>
+               <input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
+               $content[ext_name]
+       </td>
+       <td class="switch_sw$content[sw] bottom">
+               v$content[ext_ver]
+       </td>
+       <td class="switch_sw$content[sw] bottom seperator">&nbsp;</td>
+</tr>
+<tr>
+       <td class="switch_sw$content[sw] bottom right seperator">&nbsp;</td>
+       <td colspan="3">$content[verbose]</td>
+</tr>