mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
cozy_simple 회원 스킨의 로그인폼의 form id누락 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c220641b4
commit
a902f95077
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<h3>{$lang->cmd_login}</h3>
|
||||
</div>
|
||||
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, login)">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, login)" id="fo_member_login">
|
||||
<fieldset class="login">
|
||||
<dl>
|
||||
<dt><label for="uid"><img src="./images/common/txt_id.gif" alt="{$lang->user_id}" /></label></dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue