게시글 관리시 checkbox선택시 세션 정보 저장 기능 동작하도록 js 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3016 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-20 03:25:25 +00:00
parent a6b8d82036
commit 0eca14b907
6 changed files with 13 additions and 5 deletions

View file

@ -13,7 +13,7 @@
<tr>
<!--@if($grant->is_admin)-->
<th scope="col" class="checkbox{$no_line_class}">
<input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" />
<input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" />
</th>
{@ $no_line_class=""}
<!--@end-->

View file

@ -6,7 +6,7 @@
<div class="boardSubMenu">
<!--@if($module_info->use_category == "Y")-->
<div class="fl">
<!--@if($grant->is_admin)--><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /><!--@end-->
<!--@if($grant->is_admin)--><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /><!--@end-->
<!-- 카테고리 사용시 카테고리 선택 표시 -->
<select name="category" id="board_category">
<option value="">{$lang->category}</option>

View file

@ -18,7 +18,7 @@
<tr>
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">

View file

@ -18,7 +18,7 @@
<tr>
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">