쇼핑몰관리자: 분류관리 목록 스타일 수정

This commit is contained in:
whitedot
2013-11-08 16:02:03 +09:00
parent 402a984bbe
commit fafec153a5
3 changed files with 18 additions and 16 deletions

View File

@ -178,7 +178,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<?php echo $s_del; ?>
</td>
</tr>
<tr<?php echo ' '.$tr_bg; ?>>
<tr class="<?php echo $tr_bg; ?>">
<td class="td_possible">
<input type="checkbox" name="ca_use[<?php echo $i; ?>]" value="1" id="ca_use<?php echo $i; ?>" <?php echo ($row['ca_use'] ? "checked" : ""); ?>>
<label for="ca_use<?php echo $i; ?>">판매</label>