]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_extensions_edit.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[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--}" />
19                 <INPUT type="submit" name="modify" class="admin_submit"
20                         value="{--SAVE_SETTINGS--}" /></td>
21         </tr>
22 </table>
23 </form>