7f72fef6f0b81ff828cc61d2a92c0e3e74efd8c8
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed">
5         <TR>
6                 <TD width="10" height="30" class="admin_title seperator">&nbsp;</TD>
7                 <TD align="center" colspan="3" class="admin_title"><STRONG>{--ADMIN_EDIT_EMAIL--}:</STRONG>
8                 ({!__ID_VALUE!})</TD>
9                 <TD width="10" class="admin_title seperator">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
13                 <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_URL--}:</STRONG>
14                 </TD>
15                 <TD width="5" class="top2 seperator">&nbsp;</TD>
16                 <TD class="top2"><INPUT type="text" name="url"
17                         class="admin_normal" size="30" maxlength="255"
18                         value="{!__URL_VALUE!}"></TD>
19                 <TD width="10" class="top2 seperator">&nbsp;</TD>
20         </TR>
21         <TR>
22                 <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
23                 <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_SUBJ--}:</STRONG>
24                 </TD>
25                 <TD width="5" class="top2" seperator>&nbsp;</TD>
26                 <TD class="top2"><INPUT type="text" name="subj"
27                         class="admin_normal" size="30" maxlength="255"
28                         value="{!__SUBJ_VALUE!}"></TD>
29                 <TD width="10" class="top2" seperator>&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD width="10" height="125" class="top2" seperator>&nbsp;</TD>
33                 <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_TEXT--}:</STRONG>
34                 </TD>
35                 <TD width="5" class="top2 seperator">&nbsp;</TD>
36                 <TD class="top2"><TEXTAREA name="text" class="admin_normal"
37                         rows="8" cols="28">{!__TEXT_VALUE!}</TEXTAREA></TD>
38                 <TD width="10" class="top2 seperator">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD width="10" class="admin_footer seperator top2" height="35">&nbsp;</TD>
42                 <TD align="center" height="30" colspan="3" class="admin_footer top2">
43                 <INPUT type="hidden" name="id" value="{!__ID_VALUE!}"> <INPUT
44                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
45                 <INPUT type="submit" name="save" class="admin_submit"
46                         value="{--ADMIN_CHANGE_EMAIL--}"></TD>
47                 <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
48         </TR>
49 </TABLE>
50 </FORM>