]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
SQL removal list table is now 100%, SQL error in ext-bonus fixed (thanks to schatty)
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 885f91971e243658932be449a6aa7909acfba795..979e5d9bd8e7755591cbee11e5f93bca3fb7ea93 100644 (file)
@@ -1,5 +1,5 @@
 <DIV align="center">
-<FORM action="{--URL--}/modules.php?module=sponsor&amp;what=account" method="POST" style="padding-bottom: 0px">
+<FORM action="{!URL!}/modules.php?module=sponsor&amp;what=account" method="POST" style="padding-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
 <TR>
   <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
 </TR>
 <TR>
   <TD class="bottom2 right2" width="275" align="right" height="27">
-    {--GUEST_SEX--}:&nbsp;
+    {--GUEST_GENDER--}:&nbsp;
   </TD>
   <TD class="bottom2" width="275">
-    &nbsp;<SELECT name="salut" class="guest_select" size="1">
-      <OPTION value="M"{--__SALUT_M--}>{--SEX_M--}</OPTION>
-      <OPTION value="F"{--__SALUT_F--}>{--SEX_F--}</OPTION>
-      <OPTION value="C"{--__SALUT_C--}>{--SEX_C--}</OPTION>
+    &nbsp;<SELECT name="gender" class="guest_select" size="1">
+      <OPTION value="M"{!__GENDER_M!}>{--GENDER_M--}</OPTION>
+      <OPTION value="F"{!__GENDER_F!}>{--GENDER_F--}</OPTION>
+      <OPTION value="C"{!__GENDER_C!}>{--GENDER_C--}</OPTION>
     </SELECT>                                                                                                     
   </TD>
 </TR>
 </TR>
 <TR>
   <TD class="sponsor_footer" colspan="2" align="center" height="32">
-    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}">
+    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
   </TD>
 </TR>
 </TABLE>