mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#208, checkbox 모두 선택, 모두 해제, 선택 반전 기능 추가 (lang 언어별 버튼 번역 필요)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2699 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9985744a59
commit
4267b0c1d7
10 changed files with 71 additions and 14 deletions
|
|
@ -22,6 +22,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" colspan="2">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col" >{$lang->title}</th>
|
||||
<th scope="col" >{$lang->poll_checkcount}</th>
|
||||
<th scope="col" >{$lang->poll_join_count}</th>
|
||||
|
|
@ -46,10 +47,11 @@
|
|||
|
||||
<!-- 버튼 -->
|
||||
<div class="fr gap1">
|
||||
<a href="javascript:checkboxSelectAll('fo_list', 'cart', true)" class="button"><span>{$lang->cmd_select_all}</span></a>
|
||||
<a href="javascript:checkboxSelectAll('fo_list', 'cart')" class="button"><span>{$lang->cmd_reverse_all}</span></a>
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_delete_checked_poll}" /></span>
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
<!-- 페이지 네비게이션 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue