]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_contct_form.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
index 908317a8586168afc62b5533e138c78d7cd40cf4..bbd2a542169b710d019a7eb9279ab498d0de15a1 100644 (file)
@@ -1,34 +1,17 @@
-<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;id=$content[id]%}" method="post">
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{%message,ADMIN_CONTACT_ADMINS_TITLE=$content[id]%}</strong>
+       </div>
+       <div class="bottom" align="center">
+               {--ADMIN_ADMINS_ENTER_CONTACT_TEXT--}<br />
+               <textarea class="form_field" name="text" rows="5" cols="40"></textarea>
+       </div>
+       <div 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="{--ADMIN_ADMINS_CONTACT_SUBMIT--}" />
+       </div>
+</div>
+</form>
+</div>