사용자: 게시판스킨 목록 번호, 체크박스 및 읽기 작업 중

This commit is contained in:
whitedot
2013-01-09 13:08:48 +09:00
parent 1ae3cb22f5
commit ee0f652c79
3 changed files with 57 additions and 49 deletions

View File

@ -97,7 +97,7 @@ for ($i=0; $i<count($list); $i++) {
echo $list[$i]['num'];
?>
</td>
<? if ($is_checkbox) { ?><td><input type="checkbox" name="chk_wr_id[]" value="<?=$list[$i]['wr_id']?>" title="이 게시물 선택"></td><? } ?>
<? if ($is_checkbox) { ?><td class="td_chk"><input type="checkbox" name="chk_wr_id[]" value="<?=$list[$i]['wr_id']?>" title="이 게시물 선택"></td><? } ?>
<td class="td_subject">
<?
echo $list[$i]['reply'];