684e3524271dcfd7471c7d09361c5de9384ecf40
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_contct&amp;admin=$content[admin]" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <!-- @TODO Shouldn't we add a title here? //-->
4         <tr>
5                 <td width="195" class="header_column bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
6                 <td width="195" class="header_column bottom2" align="left"><strong>$content[admin]</strong></td>
7         </tr>
8         <tr>
9                 <td colspan="2" align="center">
10                         {--ADMINS_ENTER_CONTACT_TEXT--}:<br />
11                         <textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
12                 </td>
13         </tr>
14         $content[message_selection]
15         <tr>
16                 <td class="admin_footer" align="center" colspan="2">
17                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18                         <input type="submit" name="ok" class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>