]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_row.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 4734d8cbd2709038a9b0926e22b6e727f5b08a59..51b1ccf6a66a4dc766d6284fbee397102b5eee89 100644 (file)
@@ -1,14 +1,14 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[status]" class="admin_normal" />
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[status]" class="admin_normal" />
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
                $content[code]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
                $content[name]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2">
                $content[active]
-       </TD>
-</TR>
+       </td>
+</tr>