쇼핑몰관리자: 쇼핑몰관리 상품문의 수정/답변 표준화 및 스타일 보완

This commit is contained in:
whitedot
2013-04-17 19:07:28 +09:00
parent c3dd87ce45
commit a571a83576

View File

@ -21,7 +21,7 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
<?//=subtitle($g4['title'])?>
<div class="cbox">
<section class="cbox">
<h2>상품문의 수정/답변</h2>
<p>상품에 대한 문의에 답변하실 수 있습니다. 상품 문의 내용의 수정도 가능합니다.</p>
@ -63,7 +63,7 @@ $qstr = 'page='.$page.'&amp;sort1='.$sort1.'&amp;sort2='.$sort2;
</div>
</form>
</div>
</section>
<?
include_once (G4_ADMIN_PATH.'/admin.tail.php');