mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
문서/댓글/트랙백의 다중선택기능 추가 (Toggle 추가/전체 선택기능의 버튼화)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2569 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2ff2ec8b09
commit
843decd7f2
11 changed files with 67 additions and 73 deletions
|
|
@ -58,7 +58,9 @@
|
|||
|
||||
<!-- 버튼 -->
|
||||
<div class="fr gap1">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_delete_checked_comment}" /></span>
|
||||
<a href="javascript:doCheckAll()" class="button"><span>{$lang->cmd_select_all}</span></a>
|
||||
<a href="javascript:doCheckAll(true)" class="button"><span>{$lang->cmd_toggle_checked_comment}</span></a>
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_delete_checked_comment}" /></span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue