mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
아이디/비밀번호 찾기 html 수정(ie6에서 설명이 우측으로 붙던 문제)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
786cb992ad
commit
0772165c63
2 changed files with 8 additions and 4 deletions
|
|
@ -12,12 +12,14 @@
|
||||||
<col width="140" />
|
<col width="140" />
|
||||||
<col />
|
<col />
|
||||||
<tr class="first-child">
|
<tr class="first-child">
|
||||||
<th scope="row"><label for="cpw">{$lang->email_address}</label></th>
|
<th rowspan="2" scope="row"><label for="cpw">{$lang->email_address}</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="email_address" class="inputTypeText w400" />
|
<input type="text" name="email_address" class="inputTypeText w400" />
|
||||||
<p>{$lang->about_find_member_account}</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p>{$lang->about_find_member_account}</p></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="help tCenter">
|
<div class="help tCenter">
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,14 @@
|
||||||
<col width="140" />
|
<col width="140" />
|
||||||
<col />
|
<col />
|
||||||
<tr class="first-child">
|
<tr class="first-child">
|
||||||
<th scope="row"><label for="cpw">{$lang->email_address}</label></th>
|
<th rowspan="2" scope="row"><label for="cpw">{$lang->email_address}</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="email_address" class="inputTypeText w400" />
|
<input type="text" name="email_address" class="inputTypeText w400" />
|
||||||
<p>{$lang->about_find_member_account}</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p>{$lang->about_find_member_account}</p></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="help tCenter">
|
<div class="help tCenter">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue