mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
위젯 설정 부분 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5300 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
efc0e0f12d
commit
16121c1c63
4 changed files with 23 additions and 9 deletions
|
|
@ -97,7 +97,7 @@
|
|||
</ul>
|
||||
<script type="text/javascript">
|
||||
if(typeof(getModuleSrlList)!=='undefined') {
|
||||
xAddEventListener(window,'load',function() { getModuleSrlList('{$id}'); });
|
||||
doAddWindowLoadEventLoader( function() { getModuleSrlList('{$id}'); } );
|
||||
}
|
||||
</script>
|
||||
<!--@elseif($var->type == "mid")-->
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
<input type="text" name="_{$id}" id="_{$id}" value="" class="inputTypeText w300" readonly="readonly"/><a href="{getUrl('','module','module','act','dispModuleAdminSelectList','id',$id,'type','single')}" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span>{$lang->cmd_select}</span></a>
|
||||
<script type="text/javascript">
|
||||
if(typeof(getModuleSrlList)!=='undefined') {
|
||||
xAddEventListener(window,'load',function() { getModuleSrl('{$id}'); });
|
||||
doAddWindowLoadEventLoader( function() { getModuleSrl('{$id}'); });
|
||||
}
|
||||
</script>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue