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 4dc9db38e1410e3cd49fe9b3c2b35603b557d5db..f4ccc71bade298e498d1ee79c016e4d02752f0e7 100644 (file)
@@ -1,22 +1,23 @@
-<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
-                       type="submit" name="remove" class="admin_delete"
-                       value="{--ADMIN_REMOVE_EXTENSIONS--}"></TD>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+<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">
+                       <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>
+       </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>
+</div>