mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
17523934 * 체크박스 토글/전체선택/전체해제 XE.checkboxToggleAll()로 교체
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5051 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f2c857505
commit
cc088e7e3b
49 changed files with 103 additions and 352 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="XE.checkboxToggleAll(); return false;" /></div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_declare}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue