member 모듈 default 스킨의 아이디/비밀번호 찾기(find_member_account.html) table 요소 안에 부적절한 div 사용 수정.(마지막 tr 뒤에 div의 닫는 태그만 하나 있음.)

(XE 사이트 접속이 안 되어 커밋 로그만 남김.)


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7128 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ysnglee2000 2010-01-06 19:21:10 +00:00
parent 3a23e45665
commit 13544ecbbe

View file

@ -11,15 +11,13 @@
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />
<table cellspacing="0" class="rowTable" title="{$lang->email_address}"> <table cellspacing="0" class="rowTable" title="{$lang->email_address}">
<tr> <tr>
<th><div><label for="cpw">{$lang->email_address}</label></div></th> <th><div><label for="cpw">{$lang->email_address}</label></div></th>
<td class="wide"><input type="text" name="email_address" class="inputTypeText w400" /></td> <td class="wide"><input type="text" name="email_address" class="inputTypeText w400" /></td>
</tr> </tr>
<tr> <tr>
<th class="button" colspan="2"><span class="button black strong"><input type="submit" value="{$lang->cmd_find_member_account}" accesskey="s" /></span></th> <th class="button" colspan="2"><span class="button black strong"><input type="submit" value="{$lang->cmd_find_member_account}" accesskey="s" /></span></th>
</tr> </tr>
</div>
</table> </table>
</form> </form>
<!--#include("./common_footer.html")--> <!--#include("./common_footer.html")-->