사용자: 갤러리 게시판 작업 2

This commit is contained in:
whitedot
2013-03-04 13:45:54 +09:00
parent 1c7b1bf3ac
commit bf2557062e
4 changed files with 88 additions and 96 deletions

View File

@ -77,7 +77,7 @@ if ($is_nogood) $colspan++;
echo $list[$i]['num'];
?>
</td>
<? if ($is_checkbox) { ?><td class="td_chk"><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="<?=$list[$i]['subject']?> 선택"></td><? } ?>
<td class="td_subject">
<?
echo $list[$i]['icon_reply'];