]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_reg.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_sponsor_reg.tpl
index e9de926ddfdea2ceb71d86ad130e6b398f70e6d2..61d520219d1ca1233ab20a36032586de02b4b0a0 100644 (file)
@@ -13,7 +13,7 @@
 </div>
 
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=index&amp;what=sponsor_reg%}" method="post">
+{%form,formMethodPost=modules.php?module=index&amp;what=sponsor_reg%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="530">
 <tr>
        <td class="table_header bottom" colspan="2" align="center">
@@ -22,7 +22,7 @@
 </tr>
 <tr>
        <td class="bottom" colspan="2" align="center">
-               <div class="notice">{--SPONSOR_COMPANY_NOTE--}</div>
+               <div class="notice">{--SPONSOR_COMPANY_NOTICE--}</div>
        </td>
 </tr>
 <tr>
                {--SPONSOR_ENTER_PASSWORDS--}:
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="pass1" size="10" maxlength="255" />
-               <input type="password" class="form_field" name="pass2" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password1" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password2" size="10" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="table_header bottom" colspan="2" align="center">
-               <strong>{--SPONSOR_REFERAL--}</strong>
+               <strong>{--SPONSOR_REFERRAL--}</strong>
        </td>
 </tr>
 <tr>
                {--SPONSOR_REFID_WAS--}:
        </td>
        <td class="bottom">
-               <strong>{%pipe,determineReferalId%}</strong>
+               <strong>{%pipe,determineReferralId%}</strong>
        </td>
 </tr>
 <tr>
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>