]> 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 fb60f324dff60113f0cdfcbc8b21ecdb811316c3..391c907ab4c30c50b434c4fe63bb7ff0dd6426d0 100644 (file)
@@ -1,32 +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">
+<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 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>
+               <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 colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center">
+               <td class="bottom" colspan="2" align="center">
                        {--ADMINS_ENTER_CONTACT_TEXT--}:<br />
-                       <textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
+                       <textarea class="form_field" name="text" rows="5" cols="40"></textarea>
                </td>
        </tr>
+       $content[message_selection]
        <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>
+               <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>