쇼핑몰관리자: 목록 반복 배경색 마크업 수정

This commit is contained in:
whitedot
2013-11-21 17:20:03 +09:00
parent b6006860f9
commit 100a1ea7e7
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
<a href="./bannerformupdate.php?w=d&amp;bn_id=<?php echo $row['bn_id']; ?>" onclick="return delete_confirm();">삭제</a>
</td>
</tr>
<tr<?php echo ' '.$tr_bg; ?>>
<tr class="<?php echo $tr_bg; ?>">
<td headers="th_img" colspan="6" class="td_img_view"><?php echo $bn_img; ?></td>
</tr>