branch prepared
[mailer.git] / templates / de / html / admin / admin_admins_contact_form.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=admins_contact&amp;admin={--__ADMIN--}"
3         method="POST" style="margin-bottom: 0px">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="400"
5         class="admin_table dashed">
6         <TR>
7                 <TD width="195" class="admin_title bottom2" align="right" height="28"><STRONG>{--ADMINS_ADMIN_ID--}:</STRONG></TD>
8                 <TD width="10" class="admin_title bottom2 seperator">&nbsp;</TD>
9                 <TD width="195" class="admin_title bottom2"><STRONG>{--__ADMIN--}</STRONG></TD>
10         </TR>
11         <TR>
12                 <TD colspan="3" class="seperator">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD colspan="3" align="center">{--ADMINS_ENTER_CONTACT_TEXT--}:<BR>
16                 <TEXTAREA class="admin_normal" name="text" rows="5" cols="40"></TEXTAREA>
17                 </TD>
18         </TR>
19         <TR>
20                 <TD colspan="3" class="seperator bottom2">&nbsp;</TD>
21         </TR>
22         {--ADMINS_MESSAGING_SELECTION--}
23         <TR>
24                 <TD colspan="3" class="seperator">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD class="admin_footer top2" align="right"><INPUT type="reset"
28                         class="admin_reset" value="{--CLEAR_FORM--}">
29                 <TD width="10" class="admin_footer top2 seperator">&nbsp;</TD>
30                 <TD class="admin_footer top2"><INPUT type="submit" name="ok"
31                         class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></TD>
32         </TR>
33 </TABLE>
34 </FORM>