]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index 520745e1b096fc1ed19f063347d97e9578db317c..73b3d44690f7090ef5b1375135be8cc34ca96360 100644 (file)
@@ -1,21 +1,22 @@
-<form accept-charset="utf-8" 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">
+               <td colspan="3" align="center" class="table_header">
                        <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
-               <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
-               <td align="center" class="header_column bottom" 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>
        $content
        <tr>
-               <td colspan="4" class="admin_footer">
-                       <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
+               <td colspan="3" class="table_footer">
+                       <input type="submit" name="remove" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>