mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
AJAX 호출을 한번에 하나씩만 하는 코드의 문제로 위젯 수정시에 대상 모듈 목록을 불러오지 못하는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6192 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
183d7282f0
commit
43aee30a00
2 changed files with 1 additions and 6 deletions
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
<!--@elseif($var->type == "module_srl_list")-->
|
||||
<input type="hidden" name="{$id}" id="{$id}" value="" />
|
||||
<select name="_{$id}" id="_{$id}" size="8" class="w300 fl"></select>
|
||||
<select name="_{$id}" id="_{$id}" size="8" class="w200 fl"></select>
|
||||
<ul class="midCommand">
|
||||
<li><a href="{getUrl('','module','module','act','dispModuleSelectList','id',$id)}" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span>{$lang->cmd_insert}</span></a></li>
|
||||
<li><a href="#" onclick="midMoveUp('{$id}');return false;" class="button black"><span>{$lang->cmd_move_up}</span></a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue