쇼핑몰관리자: #350 엑셀배송일괄처리 마크업 및 스타일

This commit is contained in:
whitedot
2013-12-06 15:21:23 +09:00
parent c793dcaac4
commit e1d5df7c16
6 changed files with 41 additions and 32 deletions

View File

@ -119,7 +119,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<?php echo $listall; ?>
전체 주문내역 <?php echo number_format($total_count); ?>건
<?php if($od_status == '준비' && $total_count > 0) { ?>
<a href="./orderdelivery.php" id="order_delivery">엑셀배송처리</a>
<a href="./orderdelivery.php" id="order_delivery" class="ov_a">엑셀배송처리</a>
<?php } ?>
</div>