mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
"비밀번호 변경" 문자열이 엉뚱한 곳에 나타나는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6500 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36180b4967
commit
1d8d83e26d
1 changed files with 3 additions and 2 deletions
|
|
@ -16,12 +16,13 @@
|
|||
<td><input type="password" name="current_password" id="cpw" class="inputTypeText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div><label for="npw1">{$lang->password1}</label></div></th>
|
||||
<th scope="row"><div><label for="npw1">{$lang->password1}</label>
|
||||
<br /><br />
|
||||
<label for="npw2">{$lang->password2}</label></div></th>
|
||||
<td>
|
||||
<input type="password" name="password1" id="npw1" class="inputTypeText" />
|
||||
<br />
|
||||
<input type="password" name="password2" id="npw2" class="inputTypeText" />
|
||||
{$lang->password2}
|
||||
<br />
|
||||
<p>{$lang->about_password}</p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue