A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index 5fd1395832ab05157e3997b0f657afe071596b6a..74542b38dba4b6179573400f6d2b998861798c12 100644 (file)
@@ -1,18 +1,18 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<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="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!}
+       $content
        <tr>
-               <td colspan="4" class="admin_footer"><INPUT
+               <td colspan="4" class="admin_footer"><input
                        type="submit" name="remove" class="admin_delete"
                        value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
        </tr>