]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_mydata_button.tpl
Rewrote script to use more EL, introduced wrappers for sending pool:
[mailer.git] / templates / de / html / member / member_mydata_button.tpl
index 9321d33c78f12b8faeb30f517e3059af617c8023..38605f883dc93f0f7bcb06f8b339408160dee586 100644 (file)
@@ -1,4 +1,3 @@
-<form action="{!URL!}/modules.php?module=login&amp;what=mydata"
-       method="POST" style="margin-bottom: 0px"><INPUT type="submit"
-       name="edit" class="member_reset" value="{--MEMBER_EDIT_PROFILE--}">
-</form>
+{%form,formMethodPost=modules.php?module=login&amp;what=mydata%}
+       <input type="submit" name="edit" class="form_reset" value="{--MEMBER_EDIT_PROFILE--}" />
+{%form_close%}