]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods.tpl
Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_mods.tpl
index e967539bbff2f0326611a62e6b3ca2f54cd7b7d6..22661da44c22c51bc6b353aa27673b7be795fb49 100644 (file)
@@ -1,27 +1,31 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_mods" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <!-- @TODO Shouldn't we add a title here? //-->
-       <tr>
-               <td align="center" class="header_column bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_NAME--}</strong></td>
-               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
-               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
-               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
-               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
-               <td align="center" class="header_column bottom2"><strong>{--MODS_IS_MEMBER--}</strong></td>
-       </tr>
-       $content
-       <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>
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_mods%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="7" class="table_header bottom" align="center">
+               <strong>{--ADMIN_MODS_LIST_TITLE--}</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_NAME--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
+       <td align="center" class="header_column bottom"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
+</tr>
+$content
+<tr>
+       <td colspan="7" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_MODS_EDIT--}" />
+       </td>
+</tr>
 </table>
 </form>
 
-<div class="admin_note">
-       {--MODS_ADMIN_EDIT_NOTE--}
+<div class="notice">
+       {--ADMIN_MODS_EDIT_NOTE--}
 </div>
 </div>