mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
korean zip search UX enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8174 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7b28c68c80
commit
1d31fbb49e
13 changed files with 661 additions and 625 deletions
|
|
@ -13,16 +13,16 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div><label for="cpw">{$lang->current_password}</label></div></th>
|
||||
<td><input type="password" name="current_password" id="cpw" class="inputTypeText" /></td>
|
||||
<td><input type="password" name="current_password" id="cpw" class="iText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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" />
|
||||
<input type="password" name="password1" id="npw1" class="iText" />
|
||||
<br />
|
||||
<input type="password" name="password2" id="npw2" class="inputTypeText" />
|
||||
<input type="password" name="password2" id="npw2" class="iText" />
|
||||
<br />
|
||||
<p>{$lang->about_password}</p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue