mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
회원/게시물 import시 로그를 보이도록 하고 회원 등록시 잘못된 부분 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b6b2c27986
commit
fc2bb871de
4 changed files with 27 additions and 20 deletions
|
|
@ -93,8 +93,8 @@
|
|||
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
|
||||
</div>
|
||||
|
||||
<div id="step2_status" style="display:none" class="gap1">
|
||||
<div id="step2_position" class="desc"></div>
|
||||
<div id="step2_status" style="display:none;" class="gap1">
|
||||
<div id="step2_position" style="height:150px;overflow-y:scroll;border:2px solid #DDDDDD;padding:10px;" class="desc"></div>
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="button" value="{$lang->cmd_continue}" onclick="doManualProcess(); return false" /></span>
|
||||
</div>
|
||||
|
|
@ -114,5 +114,4 @@
|
|||
</div>
|
||||
|
||||
<!-- final step. 진행 완료 또는 실패 메세지 -->
|
||||
<div id="step_finish" style="display:none">
|
||||
</div>
|
||||
<div id="step_finish" style="display:none;"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue