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