]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_list_mods.tpl
index f615632472d238ba160df6883de30c694f6785cb..91454d32226cde84693b082e5dd02521cef2694f 100644 (file)
@@ -1,23 +1,25 @@
 <div align="center">
-{%form,formMethodPost=modules.php?module=admin&amp;what=config_mods%}
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_mods%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td colspan="7" class="table_header bottom" align="center">
-               <strong>{--ADMIN_LIST_MODS_TITLE--}</strong>
+       <td colspan="6" class="table_header bottom" align="center">
+               {--ADMIN_LIST_MODS_TITLE--}
        </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>
+       <td align="center" class="header_column bottom right">{--ID_SELECT--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MODS_NAME--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MODS_TITLE--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MODS_IS_LOCKED--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MODS_IS_ADMIN--}</td>
+       <td align="center" class="header_column bottom">{--ADMIN_MODS_IS_MEMBER--}</td>
 </tr>
+
 $content
+
 <tr>
-       <td colspan="7" class="table_footer">
+       <td colspan="6" 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>