"비밀번호 변경" 문자열이 엉뚱한 곳에 나타나는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6500 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nicetwo 2009-06-09 09:47:51 +00:00
parent 36180b4967
commit 1d8d83e26d

View file

@ -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>