mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #1817 check all function not working in friend list
This commit is contained in:
parent
99acb293b6
commit
ccb74c8851
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
<th>{$lang->friend_group}</th>
|
<th>{$lang->friend_group}</th>
|
||||||
<th>{$lang->nick_name}</th>
|
<th>{$lang->nick_name}</th>
|
||||||
<th>{$lang->regdate}</th>
|
<th>{$lang->regdate}</th>
|
||||||
<th><input name="check_all" type="checkbox" /></th>
|
<th><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('friend_srl_list[]', { wrap:'fo_friend_list' })" /></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue