]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 01c948f2f92b24a75056eae141fbf45aa8f8e3dd..164dafa8dadf1a6ce6804194c80a2ce395b112e6 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 accept-charset="utf-8" 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">
@@ -41,9 +41,9 @@
   </td>
   <td class="bottom2" width="275">
     &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>
+      <option value="M"$content[gender_m]>{--GENDER_M--}</option>
+      <option value="F"$content[gender_f]>{--GENDER_F--}</option>
+      <option value="C"$content[gender_c]>{--GENDER_C--}</option>
     </select>
   </td>
 </tr>