A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index 4dc9db38e1410e3cd49fe9b3c2b35603b557d5db..74542b38dba4b6179573400f6d2b998861798c12 100644 (file)
@@ -1,22 +1,20 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       align="center" class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30"><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>
-       </TR>
-       {!__EXTENSIONS_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
+<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">
+       <tr>
+               <td colspan="4" align="center" class="admin_title" height="30"><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>
+       </tr>
+       $content
+       <tr>
+               <td colspan="4" class="admin_footer"><input
                        type="submit" name="remove" class="admin_delete"
-                       value="{--ADMIN_REMOVE_EXTENSIONS--}"></TD>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+                       value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
+       </tr>
+</table>
+</form>