공통: #363 배송비 지불방법 마크업 및 내용관리/FAQ관리 스타일 제거

This commit is contained in:
whitedot
2014-02-11 14:20:00 +09:00
parent 1f40a0ff22
commit e60a49b3a3
8 changed files with 13 additions and 36 deletions

View File

@ -120,7 +120,7 @@ if(openwin != null) {
<td headers="th_itprice" class="td_numbig"><?php echo number_format($opt_price); ?></td>
<td headers="th_itsum" class="td_numbig"><?php echo number_format($sell_price); ?></td>
<td headers="th_itpt" class="td_num"><?php echo number_format($point); ?></td>
<td headers="th_itpt" class="td_num"><?php echo $ct_send_cost; ?></td>
<td headers="th_itpt" class="td_dvr"><?php echo $ct_send_cost; ?></td>
<td headers="th_itst" class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
</tr>
<?php