쇼핑몰관리자: 헤딩 설명 help 로 된 것 제거, p 만 남김

This commit is contained in:
whitedot
2013-05-22 16:27:47 +09:00
parent 77ed59197f
commit 2ae80074d4
3 changed files with 11 additions and 5 deletions

View File

@ -120,7 +120,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<section class="cbox">
<h2>주문내역 목록</h2>
<p><?php echo help('<strong>주의!</strong> 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.'); ?></p>
<p><strong>주의!</strong> 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.</p>
<div id="btn_add">
<a href="./orderprint.php" class="btn_add_optional">주문내역출력</a>