checkbox 선택버튼 변경.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-11-12 16:23:06 +00:00
parent ef3c8bea9d
commit 3501721233
5 changed files with 5 additions and 6 deletions

View file

@ -71,7 +71,7 @@
<!-- 버튼 -->
<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', false)" class="button"><span>{$lang->cmd_unselect_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_file}" /></span>
</div>