#382 에 따른 checkbox 타이틀에 search_font 함수 적용전 값 적용

This commit is contained in:
chicpro
2013-03-12 16:11:05 +09:00
parent 5777145f40
commit 217ff97671
2 changed files with 2 additions and 2 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="<?=$list[$i]['subject']?> 선택"></td><? } ?>
<? if ($is_checkbox) { ?><td class="td_chk"><input type="checkbox" name="chk_wr_id[]" value="<?=$list[$i]['wr_id']?>" title="<?=$list[$i]['wr_subject']?> 선택"></td><? } ?>
<td class="td_subject">
<?
echo $list[$i]['icon_reply'];

View File

@ -69,7 +69,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;";
?>
<li class="bo_img_list_li <? if ($wr_id == $list[$i]['wr_id']) { ?>bo_img_now<? } ?>" style="<?=$style?>">
<? if ($is_checkbox) { ?><input type="checkbox" name="chk_wr_id[]" value="<?=$list[$i]['wr_id']?>" title="<?=$list[$i]['subject']?> 선택"><? } ?>
<? if ($is_checkbox) { ?><input type="checkbox" name="chk_wr_id[]" value="<?=$list[$i]['wr_id']?>" title="<?=$list[$i]['wr_subject']?> 선택"><? } ?>
<span class="sound_only">
<?
if ($wr_id == $list[$i]['wr_id'])