mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
게시글 관리시 checkbox선택시 세션 정보 저장 기능 동작하도록 js 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3016 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6b8d82036
commit
0eca14b907
6 changed files with 13 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue