More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
index 520745e1b096fc1ed19f063347d97e9578db317c..6636ee893a27ee23e3876be237a8439cdee29771 100644 (file)
@@ -1,21 +1,22 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post">
+<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>
-               <td colspan="4" align="center" class="admin_title" height="30">
+               <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_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">
+               <td colspan="3" class="admin_footer">
                        <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>