]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 568cf01091df88a56700193b909088b4052e3033..f61b5544ae50d06cbf096e1f1aecbb4852b52fd9 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">
+{%form,formMethodPost=modules.php?module=sponsor&amp;what=account%}
+<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>
@@ -86,7 +82,7 @@
 </tr>
 <tr>
        <td class="bottom right" align="right" height="27">
-               {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
+               {--SPONSOR_ENTER_COUNTRY_CODE_ZIP_CITY--}:
        </td>
        <td class="bottom">
                <input type="text" class="form_field" name="country" size="2" maxlength="2" value="{%sponsor,country=$content[id]%}" />-<input type="text" class="form_field" name="zip" size="5" maxlength="6" value="{%sponsor,zip,bigintval=$content[id]%}" />
        </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>
                {--SPONSOR_ENTER_PASSWORDS--}:
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="pass1" size="10" maxlength="255" />
-               <input type="password" class="form_field" name="pass2" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password1" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password2" size="10" maxlength="255" />
        </td>
 </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>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>