]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete_row.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index a560b12989d588f8e44f091e73687f37d8df8f6c..96bb3f8e23c8f245b4a6af322f01a3300b0d40f8 100644 (file)
@@ -1,13 +1,13 @@
-<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>