]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_mods.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_edit_mods.tpl
index 490a1a4be73e435812f11035387a27cba6730ad0..eac7dfc272699a4a6351acd097db73148a6cfe46 100644 (file)
@@ -2,7 +2,7 @@
 {%form,formMethodPost=modules.php?module=admin&what=list_mods%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td align="center" colspan="6" class="table_header bottom">
+       <td align="center" colspan="5" class="table_header bottom">
                {--ADMIN_MODS_EDIT_TITLE--}
        </td>
 </tr>
@@ -11,7 +11,6 @@
        <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_HIDDEN--}</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>
@@ -19,7 +18,7 @@
 $content
 
 <tr>
-       <td colspan="6" class="table_footer">
+       <td colspan="5" class="table_footer">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="do_edit" value="{--SAVE_CHANGES--}" />
        </td>