]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index e7333e68f39487831f92abc4157ef9138d382adc..1b3333cf1b1744d20148e1639bb241e6964f39bc 100644 (file)
@@ -1,21 +1,21 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
        class="admin_table dashed">
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
-       </TR>
+       <tr>
+               <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
+       </tr>
        {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="6" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="6" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--SAVE_CHANGES--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--SAVE_CHANGES--}" /></td>
+       </tr>
+</table>
 </form>