]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_user.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_edit_user.tpl
index 78fc892b48a32ed37758588c396d1257968975f1..60d0a12ae82317ccf094e31ff1ed7bdd5871a9ab 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=edit_user&amp;userid=$content[userid]%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=edit_user&amp;userid=$content[userid]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -9,11 +9,7 @@
        <tr>
                <td width="195" align="right" height="21">{--GENDER--}:</td>
                <td width="195">
-                       <select name="gender" class="form_select" size="1">
-                               <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>