]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete_row.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index a560b12989d588f8e44f091e73687f37d8df8f6c..6af42350e5b43beb44ed20afe432c8b9dfc2f8ed 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] 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>