]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_list.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_mods_list.tpl
index c325599421783b8e329152ea11084e3b27f13590..984ea932c138d2853f26c1bb70902ac9a0cc0101 100644 (file)
@@ -1,24 +1,24 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_mods" method="POST">
-<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>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><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"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
-       </TR>
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_mods" method="post">
+<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>{--ID_SELECT--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2"><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"><strong>{--MODS_IS_MEMBER--}</strong></td>
+       </tr>
        {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="7" class="admin_footer">
-                       <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <INPUT type="submit" name="edit" class="admin_submit" value="{--MODS_EDIT--}" />
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+       <tr>
+               <td colspan="7" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--MODS_EDIT--}" />
+               </td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--MODS_ADMIN_EDIT_NOTE--}
-</DIV>
+</div>