]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mydata_edit.tpl
Important fix for mail and 'percents' renamed to 'click_rate' where it is a click...
[mailer.git] / templates / de / html / member / member_mydata_edit.tpl
index 8c7e441e6db21a599ad5b856bf61033ac31a25db..6ca4d92483a2a791b414fd07e8c507c5699076f6 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=mydata%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=mydata%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="header_column bottom" colspan="2">
@@ -9,11 +9,7 @@
        <tr>
                <td align="right">{--GENDER--}:</td>
                <td>
-                       <select name="gender" size="1" class="form_select">
-                               <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>
+                       {%pipe,generateGenderSelectionBox=$content[gender]%}
                </td>
        </tr>
        <tr>