Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=extensions%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="5" align="center" class="admin_title bottom">
6                         <strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
12                 <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
13                 <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
14                 <td align="center" class="header_column bottom" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="5" class="admin_footer">
19                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
21                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
22                         <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>