]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit_row.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_extensions_edit_row.tpl
index b325660781bf16d382a8ac00118ff59c4fc1b6e9..7e03d7a53deb7b7a1073eeed36ae8c42c56379b0 100644 (file)
@@ -1,10 +1,10 @@
-<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;&nbsp;$content[name]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[css]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-       $content[active]</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;&nbsp;$content[name]</td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       $content[css]</td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
+       $content[active]</td>
+</tr>