게시글 관리시 checkbox선택시 세션 정보 저장 기능 동작하도록 js 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3016 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-20 03:25:25 +00:00
parent a6b8d82036
commit 0eca14b907
6 changed files with 13 additions and 5 deletions

View file

@ -23,7 +23,7 @@
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
<th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>
<th scope="col">
<div class="nowrap">
<select name="module_srl" id="module_srl" class="w200">