]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mydata_edit.tpl
Added local files + mods
[mailer.git] / templates / de / html / member / member_mydata_edit.tpl
index fc99eccbe0e5a6f7404f933c0f9866ccb72483fa..5766e7f926619f8dc2f69b3bb336a95e376a1a78 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,formMethodPost=modules.php?module=login&amp;what=mydata%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="header_column bottom" colspan="2">
        </tr>
 
        <tr>
-               <td align="right">{--PASS_1--}:</td>
+               <td align="right">{--MEMBER_ENTER_PASSWORD_1--}</td>
                <td>
-                       <input type="password" class="form_field" name="pass1" size="10" maxlength="255" />
+                       <input type="password" class="form_field" name="password1" size="10" maxlength="255" />
                </td>
        </tr>
 
        <tr>
-               <td class="bottom" align="right">{--PASS_2--}:</td>
+               <td class="bottom" align="right">{--MEMBER_ENTER_PASSWORD_2--}</td>
                <td class="bottom">
-                       <input type="password" class="form_field" name="pass2" size="10" maxlength="255" />
+                       <input type="password" class="form_field" name="password2" size="10" maxlength="255" />
                </td>
        </tr>
 
        <tr>
                <td colspan="2" class="table_footer" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="save" class="form_submit" value="{--SAVE_CHANGES--}" />
+                       <input type="submit" class="form_submit" name="save" value="{--SAVE_CHANGES--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>