Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
index 03ce95ccfa21822f8ab3356bfb365f543f3cb3eb..684e3524271dcfd7471c7d09361c5de9384ecf40 100644 (file)
@@ -1,31 +1,20 @@
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_contct&amp;admin=$content[admin]" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_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>$content[admin]</strong></td>
+               <td width="195" class="header_column bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
+               <td width="195" class="header_column bottom2" align="left"><strong>$content[admin]</strong></td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center">
+               <td colspan="2" 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>
        $content[message_selection]
        <tr>
-               <td colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer top2" align="right">
+               <td class="admin_footer" align="center" colspan="2">
                        <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>