mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
1. 짝이 맞지 않는 닫는 </li> 태그 제거(닫는 태그만 존재했음)
2. doAddWindowLoadEventLoader 대신 jQuery 함수 사용 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7339 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56e8751f73
commit
b1c7f33dcc
1 changed files with 3 additions and 3 deletions
|
|
@ -33,11 +33,11 @@
|
|||
|
||||
<select name="_target_module_srl" id="_target_module_srl" size="8" class="w200" style="display:block;margin:10px 0;"></select>
|
||||
|
||||
<a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module_srl')}" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span>{$lang->cmd_insert}</span></a></li>
|
||||
<a href="#" onclick="midRemove('target_module_srl');return false;" class="button red"><span>{$lang->cmd_delete}</span></a></li>
|
||||
<a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module_srl')}" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span>{$lang->cmd_insert}</span></a>
|
||||
<a href="#" onclick="midRemove('target_module_srl');return false;" class="button red"><span>{$lang->cmd_delete}</span></a>
|
||||
|
||||
<script type="text/javascript">
|
||||
doAddWindowLoadEventLoader( function() { getModuleSrlList('target_module_srl'); } );
|
||||
jQuery( function() { getModuleSrlList('target_module_srl'); } );
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue