mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
회원모듈의 기본 스킨에서 사용자명/닉네임/이메일주소의 필수 항목 표시 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4287 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ad1bd7cae2
commit
5f95069972
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<td>{htmlspecialchars($member_info->user_id)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->user_name}</th>
|
||||
<th scope="row">{$lang->user_name} *</th>
|
||||
<td><input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" /> <p>{$lang->about_user_name}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<td><input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" /> <p>{$lang->about_nick_name}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->email_address}</th>
|
||||
<th scope="row">{$lang->email_address} *</th>
|
||||
<td><input type="text" name="email_address" value="{htmlspecialchars($member_info->email_address)}" /><p>{$lang->about_email_address}</p></td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue