]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_contct_form.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
index 923557be9980a43c14bf5e4f7d22c62579f95939..391c907ab4c30c50b434c4fe63bb7ff0dd6426d0 100644 (file)
@@ -1,34 +1,24 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=admins_contct&amp;admin={--__ADMIN--}"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
-       class="admin_table dashed">
-       <TR>
-               <TD width="195" class="admin_header bottom2" align="right" height="28"><STRONG>{--ADMINS_ADMIN_ID--}:</STRONG></TD>
-               <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
-               <TD width="195" class="admin_header bottom2" align="left"><STRONG>{--__ADMIN--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center">{--ADMINS_ENTER_CONTACT_TEXT--}:<BR>
-               <TEXTAREA class="admin_normal" name="text" rows="5" cols="40"></TEXTAREA>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       {--ADMINS_MESSAGING_SELECTION--}
-       <TR>
-               <TD colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer top2" align="right"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">
-               <TD width="10" class="admin_footer top2 seperator">&nbsp;</TD>
-               <TD class="admin_footer top2"><INPUT type="submit" name="ok"
-                       class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_contct&amp;admin=$content[admin]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <!-- @TODO Shouldn't we add a title here? //-->
+       <tr>
+               <td class="header_column bottom" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
+               <td class="header_column bottom" align="left"><strong>$content[admin]</strong></td>
+       </tr>
+       <tr>
+               <td class="bottom" colspan="2" align="center">
+                       {--ADMINS_ENTER_CONTACT_TEXT--}:<br />
+                       <textarea class="form_field" name="text" rows="5" cols="40"></textarea>
+               </td>
+       </tr>
+       $content[message_selection]
+       <tr>
+               <td class="table_footer" align="center" colspan="2">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMINS_CONTACT_SUBMIT--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>