More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index f4ccc71bade298e498d1ee79c016e4d02752f0e7..6636ee893a27ee23e3876be237a8439cdee29771 100644 (file)
@@ -2,19 +2,18 @@
 <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">
+               <td colspan="3" align="center" class="admin_title">
                        <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_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>
+               <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">
+               <td colspan="3" class="admin_footer">
                        <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
                </td>
        </tr>