]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_admins_row.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_admins_row.tpl
index c4bfba0f53175e4563e163b105087ac0d70425df..2cf080f3c4d573326811892a44a2efc489662562 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
                &nbsp;&nbsp;<a href="$content[email_link]">$content[login]</a>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
                &nbsp;&nbsp;<a href="mailto:$content[email]">$content[email]</a>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
                &nbsp;&nbsp;$content[mode]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2">
+       </td>
+       <td class="switch_sw$content[sw] bottom2">
                &nbsp;&nbsp;$content[la_mode]
-       </TD>
-</TR>
+       </td>
+</tr>