A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=admins_contct&amp;admin=$content[admin]%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <!-- @TODO Shouldn't we add a title here? //-->
5         <tr>
6                 <td class="header_column bottom" align="right" height="28"><strong>{--ADMIN_ADMINS_ADMIN_ID--}:</strong></td>
7                 <td class="header_column bottom" align="left"><strong>$content[admin]</strong></td>
8         </tr>
9         <tr>
10                 <td class="bottom" colspan="2" align="center">
11                         {--ADMIN_ADMINS_ENTER_CONTACT_TEXT--}:<br />
12                         <textarea class="form_field" name="text" rows="5" cols="40"></textarea>
13                 </td>
14         </tr>
15         $content[message_selection]
16         <tr>
17                 <td class="table_footer" align="center" colspan="2">
18                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
19                         <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADMINS_CONTACT_SUBMIT--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24 </div>