쇼핑몰관리자: #255 상품수량 변경 내역 출력 마크업 및 스타일 완료
This commit is contained in:
@ -259,13 +259,13 @@ $pg_anchor .='<li><a href="#anc_sodr_chk">결제상세정보 확인</a></li>
|
||||
|
||||
</form>
|
||||
|
||||
<?php if($od['od_mod_history']) { ?>
|
||||
<div>
|
||||
<p>
|
||||
상품 수량변경 내역
|
||||
</p>
|
||||
<?php echo conv_content($od['od_mod_history'], 0); ?>
|
||||
</div>
|
||||
<?php if ($od['od_mod_history']) { ?>
|
||||
<section id="sodr_qty_log">
|
||||
<h3>상품 수량변경 내역</h3>
|
||||
<div>
|
||||
<?php echo conv_content($od['od_mod_history'], 0); ?>
|
||||
</div>
|
||||
</section>
|
||||
<?php } ?>
|
||||
|
||||
</section>
|
||||
|
||||
@ -146,6 +146,9 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
#sodr_ul p {padding:5px 14px}
|
||||
#sodr_ul p a {font-weight:bold;text-decoration:none}
|
||||
|
||||
#sodr_qty_log h3 {margin:20px 0 10px}
|
||||
#sodr_qty_log div {padding:10px;height:auto !important;height:200px;max-height:200px;border:1px solid #e9e9e9;background:#f5f6fa;line-height:1.8em;overflow-y:scroll}
|
||||
|
||||
#sodr_request_frm h3 {margin:20px 0 0}
|
||||
#sodr_request_item h3 {margin-bottom:10px}
|
||||
#sodr_request_frm #forderrequest {border-top:1px solid #e9e9e9}
|
||||
|
||||
Reference in New Issue
Block a user