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:
ChanMyeong 2011-03-11 06:52:37 +00:00
parent 7b28c68c80
commit 1d31fbb49e
13 changed files with 661 additions and 625 deletions

View file

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