member module UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9212 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-20 03:55:52 +00:00
parent 3cfdd7f954
commit c3cc22e7db

View file

@ -5,7 +5,6 @@
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" />
<ul>
<li>
<p class="q"><label for="uid">{$lang->user_id}</label></p>
@ -24,8 +23,8 @@
<p class="a"><input type="password" name="password2" id="npw2" /></p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>
</form>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>
<include target="./common_footer.html" />