회원정보 수정시 이름도 수정할 수 있도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-11 05:17:43 +00:00
parent 0e0899fab9
commit 5ccb142547
5 changed files with 7 additions and 3 deletions

View file

@ -29,7 +29,7 @@
</tr>
<tr>
<th scope="row">{$lang->user_name}</th>
<td>{htmlspecialchars($member_info->user_name)}</td>
<td><input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" /> <p>{$lang->about_user_name}</p></td>
</tr>
<tr>
<th scope="row">{$lang->nick_name} *</th>