mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Minor fix Remove deprecated class="form" string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
550e69fea8
commit
33c9ff3311
44 changed files with 43 additions and 43 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<form ruleset="@insertMember" id="fo_insert_member" class="form" action="{getUrl()}" method="post" enctype="multipart/form-data">
|
||||
<form ruleset="@insertMember" id="fo_insert_member" action="{getUrl()}" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="act" value="procMemberModifyInfo" />
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<h3 class="pTitle">{$lang->cmd_signup}</h3>
|
||||
|
||||
<form ruleset="@insertMember" id="fo_insert_member" class="form" action="./" method="post" enctype="multipart/form-data">
|
||||
<form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="act" value="procMemberInsert" />
|
||||
<table cellspacing="0" cellpadding="0" class="signupTable">
|
||||
<caption><span class="cap_left">Sign Up</span><span class="cap_right"></span></caption>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue