Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
3         <tr>
4                 <td colspan="5" align="center" class="admin_title" height="30">
5                         <strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
11                 <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
12                 <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
13                 <td align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
14         </tr>
15         {!__EXT_ROWS!}
16         <tr>
17                 <td colspan="5" class="admin_footer">
18                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
20                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
21                         <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>