]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_contct_form.tpl
Extension ext-admins improved:
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
index 18493eca11662f5e6e00a09644ef5bbf2a86894e..bbd2a542169b710d019a7eb9279ab498d0de15a1 100644 (file)
@@ -1,24 +1,17 @@
 <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>{--ADMIN_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">
-                       {--ADMIN_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="{--ADMIN_ADMINS_CONTACT_SUBMIT--}" />
-               </td>
-       </tr>
-</table>
+<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>