More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index e6abd875207486222dcb78b3e2c716adf52638a1..fa495166904ef5624ceff4f97216047d7dcb38af 100644 (file)
@@ -1,23 +1,23 @@
-<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" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                $content[uid]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                $content[start]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                $content[end]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                <pre>$content[comments]</pre>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
                $content[status]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
                $content[last]
-       </TD>
-</TR>
+       </td>
+</tr>