]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index ef48f2b68b97534fe297abb5ec72a69af451ed64..87483eac4096074365cea972153437480651516e 100644 (file)
@@ -1,20 +1,22 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=extensions%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
+               <td colspan="3" align="center" class="table_header">
+                       <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
-               <td align="center" class="admin_title bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
-               <td align="center" class="admin_title bottom2" width="220">&nbsp;</td>
+               <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
        </tr>
-       {!__EXTENSIONS_ROWS!}
+       $content
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="submit" name="remove" class="admin_delete"
-                       value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
+               <td colspan="3" class="table_footer">
+                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
+               </td>
        </tr>
 </table>
 </form>
+</div>