Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
9                 <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
10                 <td align="center" class="admin_title bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
11                 <td align="center" class="admin_title bottom2" width="220">&nbsp;</td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="4" class="admin_footer"><input
16                         type="submit" name="remove" class="admin_delete"
17                         value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
18         </tr>
19 </table>
20 </form>