]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_contct_form.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
index 3fc90377e2a039fa222ea175f4dd17de801337d0..03ce95ccfa21822f8ab3356bfb365f543f3cb3eb 100644 (file)
@@ -1,9 +1,9 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_contct&amp;admin={!__ADMIN!}" method="POST" style="margin-bottom: 0px">
+<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">
        <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 width="195" class="admin_header bottom2" align="left"><strong>$content[admin]</strong></td>
        </tr>
        <tr>
                <td colspan="3" class="seperator">&nbsp;</td>
        <tr>
                <td colspan="3" class="seperator bottom2">&nbsp;</td>
        </tr>
-       {--ADMINS_MESSAGING_SELECTION--}
+       $content[message_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 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="admin_footer top2">
+                       <input type="submit" name="ok" class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}" />
+               </td>
        </tr>
 </table>
 </form>