Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index 69d2d91d35c3f5502a983737ede2e281398eb4c7..f4ccc71bade298e498d1ee79c016e4d02752f0e7 100644 (file)
@@ -1,3 +1,4 @@
+<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="admin_table dashed">
        <tr>
@@ -7,8 +8,8 @@
        </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 right" width="180"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+               <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
                <td align="center" class="header_column bottom" width="220">&nbsp;</td>
        </tr>
        $content
@@ -19,3 +20,4 @@
        </tr>
 </table>
 </form>
+</div>