mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1466 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5004783084
commit
44cba86bde
5 changed files with 16 additions and 4 deletions
|
|
@ -91,7 +91,6 @@
|
|||
<input type="submit" value="{$lang->cmd_next}" />
|
||||
</div>
|
||||
<div id="step2_status" style="display:none">
|
||||
<div>{$lang->msg_importing}</div>
|
||||
<div id="step2_position"></div>
|
||||
<div><input type="button" onclick="procFilter(); return false" value="{$lang->cmd_continue}" /></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ function completeImport(ret_obj) {
|
|||
} else {
|
||||
var fo_obj = xGetElementById('fo_step2');
|
||||
fo_obj.position.value = position;
|
||||
xInnerHtml('step2_position', position);
|
||||
xInnerHtml('step2_position', message);
|
||||
procFilter(fo_obj, import_xml);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue