]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Next batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 0bcedea964a741d69502d8d087d90dfc7dba78c3..a0096784deffe52d8cbccc6e58d46cb991e5078b 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="UTF-8" action="{%url=modules.php?module=sponsor&amp;what=account%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="table dashed">
 <tr>
-       <td colspan="2" align="center" class="sponsor_header bottom" height="32">
+       <td colspan="2" align="center" class="table_header bottom" height="32">
                <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
        </td>
 </tr>
@@ -31,7 +31,7 @@
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="sponsor_header bottom" height="32">
+       <td colspan="2" align="center" class="table_header bottom" height="32">
                <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
        </td>
 </tr>
                {--GENDER--}:
        </td>
        <td class="bottom">
-               <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>
@@ -64,7 +60,7 @@
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="sponsor_header bottom" height="32">
+       <td colspan="2" align="center" class="table_header bottom" height="32">
                <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
        </td>
 </tr>
        </td>
 </tr>
 <tr>
-       <td class="sponsor_header bottom" colspan="2" align="center" height="37">
+       <td class="table_header bottom" colspan="2" align="center" height="37">
                <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
        </td>
 </tr>
        </td>
 </tr>
 <tr>
-       <td class="sponsor_header bottom" colspan="2" align="center" height="37">
+       <td class="table_header bottom" colspan="2" align="center" height="37">
                <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
        </td>
 </tr>
 </tr>
 <tr>
        <td class="bottom" colspan="2" align="center">
-               <div class="tiny notice">{--SPONSOR_PASSWORD_NOTE--}</div>
+               <div class="tiny notice">{--SPONSOR_PASSWORD_NOTICE--}</div>
        </td>
 </tr>
 <tr>
-       <td class="sponsor_footer" colspan="2" align="center" height="32">
+       <td class="table_footer" colspan="2" align="center" height="32">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
        </td>