Obsolete update check replaced with SVN revision
[mailer.git] / templates / de / html / admin / admin_extensions_edit.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="370"
4         align="center" class="admin_table dashed">
5         <TR>
6                 <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_EDIT_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="180"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
14         </TR>
15         {!__EXTENSIONS_ROWS!}
16         <TR>
17                 <TD colspan="4" class="admin_footer"><INPUT
18                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
19                 <INPUT type="submit" name="modify" class="admin_submit"
20                         value="{--SAVE_SETTINGS--}"></TD>
21         </TR>
22 </TABLE>
23 </FORM>