관리자: 목록 홀짝 배경색 클래스명 수정

This commit is contained in:
whitedot
2013-11-25 15:12:18 +09:00
parent 41b1abedc9
commit d4ad2cbe37
21 changed files with 49 additions and 43 deletions

View File

@ -105,10 +105,10 @@ $colspan = 7;
$s_mod = '<a href="./poll_form.php?'.$qstr.'&amp;w=u&amp;po_id='.$row['po_id'].'">수정</a>';
//$s_del = '<a href="javascript:post_delete(\'poll_form_update.php\', \''.$row['po_id'].'\');">삭제</a>';
$tr_bg = 'tr_bg'.($i%2);
$bg = 'bg'.($i%2);
?>
<tr class="<?php echo $tr_bg; ?>">
<tr class="<?php echo $bg; ?>">
<td class="td_chk">
<input type="checkbox" name="chk[]" value="<?php echo $row['po_id'] ?>" id="chk_<?php echo $i ?>" title="투표선택">
</td>