17523934 * r5068의 XE.checkboxToggleAll() 수정으로 인한 교체

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5069 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-12-14 04:25:52 +00:00
parent f19a281368
commit 1eeaeada66
7 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,7 @@
<p>{$lang->about_component_mid}</p>
<!--@foreach($mid_list as $module_category_srl => $modules)-->
<div class="module_category_title">
<input type="checkbox" onclick="XE.checkboxToggleAll('mid_list', { wrapId:'section_{$module_category_srl}' }); return false;" />
<input type="checkbox" onclick="XE.checkboxToggleAll('mid_list', { wrap:'section_{$module_category_srl}' }); return false;" />
<!--@if($modules->title)-->
{$modules->title}
<!--@else-->