Wernis extension can now contact the API
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="590"
4         align="center" class="admin_table dashed">
5         <TR>
6                 <TD colspan="6" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_REGISTERED_EXTENSIONS--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="240"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="240"><STRONG>{--ADMIN_EXT_LANG--}</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
14                 <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
15                 <TD align="center" class="admin_title bottom2" width="80"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
16         </TR>
17         {!__EXT_ROWS!}
18         <TR>
19                 <TD colspan="6" align="center" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
21                 <INPUT type="submit" name="change" class="admin_submit"
22                         value="{--ADMIN_DE_ACTIVATE--}">&nbsp;* <INPUT type="submit"
23                         name="edit" class="admin_submit" value="{--ADMIN_EDIT--}">&nbsp;*
24                 <INPUT type="submit" name="delete" class="admin_delete"
25                         value="{--ADMIN_DELETE_ENTRIES--}"></TD>
26         </TR>
27 </TABLE>
28 </FORM>