]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_nickname_form.tpl
Note for incomplete 'logical areas' added (won't be deprecated)
[mailer.git] / templates / de / html / member / member_nickname_form.tpl
index bec815a4a564979a39d131a0c020eed95aa0b2d9..8315a731055b305260eb153e00d74d6466299fe1 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=nickname%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=nickname%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="5" align="center" class="table_header bottom" height="30">
@@ -16,7 +16,7 @@
                        {--MEMBER_NICKNAME_ENTER_NICKNAME--}:
                </td>
                <td>
-                       <input type="text" name="nickname" class="form_field" size="30" maxlength="30" value="$content" />
+                       <input type="text" class="form_field" name="nickname" size="30" maxlength="30" value="{%pipe,getMemberId,getNickname%}" />
                </td>
        </tr>
        <tr>
@@ -28,7 +28,7 @@
        <tr>
                <td colspan="2" class="table_footer" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--MEMBER_NICKNAME_CHANGE_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_NICKNAME_CHANGE_SUBMIT--}" />
                </td>
        </tr>
 </table>