]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_profile_outdated.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / member / member_profile_outdated.tpl
index 55b9e0060f717d73f2c48f8dce3ce410675dcdb3..9ee70e07a635ad0c106ebd80f4b48b15f065ab71 100644 (file)
        </tr>
        <tr>
                <td align="center" class="left">
-                       <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=mydata%}" method="post">
-                               <input type="submit" name="notify" class="member_reset" value="Benachrichtigung abschalten" />
-                       </form>
+                       {%form,formMethodPost=modules.php?module=login&amp;what=mydata%}
+                               <input type="submit" name="notify" class="form_reset" value="Benachrichtigung abschalten" />
+                       {%form_close%}
                </td>
                <td align="center" class="right">
-                       <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=mydata%}" method="post">
-                               <input type="submit" name="edit" class="member_reset" value="Profildaten &auml;ndern" />
-                       </form>
+                       {%form,formMethodPost=modules.php?module=login&amp;what=mydata%}
+                               <input type="submit" name="edit" class="form_reset" value="Profildaten &auml;ndern" />
+                       {%form_close%}
                </td>
        </tr>
 </table>