]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_list.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_mods_list.tpl
index 198e719e1a8c255c7844ce1a59d0a56a05f5bcba..cc19c48aab62e6866440debd9ec5a49bdfd88b16 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 right2"><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--}">&nbsp;*
-               <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">{--MODS_ADMIN_EDIT_NOTE--}</DIV>
+<div class="admin_note">
+       {--MODS_ADMIN_EDIT_NOTE--}
+</div>