쇼핑몰관리자: #73 쇼핑몰관리 쇼핑몰설정 anchor id 수정

This commit is contained in:
whitedot
2013-04-22 16:19:00 +09:00
parent 18a360e525
commit ebd9df2490
2 changed files with 13 additions and 13 deletions

View File

@ -64,17 +64,17 @@ $g4['title'] = '쇼핑몰설정';
include_once (G4_ADMIN_PATH.'/admin.head.php');
$pg_anchor = '<ul class="anchor">
<li><a href="#anc_cf_info">사업자정보</a></li>
<li><a href="#anc_cf_index">쇼핑몰 초기화면</a></li>
<li><a href="#anc_cf_payment">결제설정</a></li>
<li><a href="#anc_cf_delivery">배송설정</a></li>
<li><a href="#anc_cf_etc">기타설정</a></li>
<li><a href="#anc_cf_sms">SMS설정</a></li>
<li><a href="#anc_scf_info">사업자정보</a></li>
<li><a href="#anc_scf_index">쇼핑몰 초기화면</a></li>
<li><a href="#anc_scf_payment">결제설정</a></li>
<li><a href="#anc_scf_delivery">배송설정</a></li>
<li><a href="#anc_scf_etc">기타설정</a></li>
<li><a href="#anc_scf_sms">SMS설정</a></li>
</ul>';
?>
<form name="fconfig" action="./configformupdate.php" onsubmit="return fconfig_check(this)" method="post" enctype="MULTIPART/FORM-DATA">
<section id="anc_cf_info" class="cbox">
<section id="anc_scf_info" class="cbox">
<h2>사업자정보</h2>
<?=$pg_anchor?>
<p><?=help("사업자정보는 tail.php 와 content.php 에서 표시합니다.")?></p>
@ -147,7 +147,7 @@ $pg_anchor = '<ul class="anchor">
</table>
</section>
<section id="anc_cf_index" class="cbox">
<section id="anc_scf_index" class="cbox">
<h2>쇼핑몰 초기화면</h2>
<?=$pg_anchor?>
<p><?=help("상품관리에서 선택한 상품의 타입대로 쇼핑몰 초기화면에 출력합니다. (상품 타입 히트/추천/최신/인기/할인)\n각 타입별로 선택된 상품이 없으면 쇼핑몰 초기화면에 출력하지 않습니다.")?></p>
@ -257,7 +257,7 @@ $pg_anchor = '<ul class="anchor">
</section>
<section id ="anc_cf_payment" class="cbox">
<section id ="anc_scf_payment" class="cbox">
<h2>결제정보</h2>
<?=$pg_anchor?>
<table class="frm_tbl">
@ -531,7 +531,7 @@ $pg_anchor = '<ul class="anchor">
</table>
</section>
<section id="anc_cf_delivery" class="cbox">
<section id="anc_scf_delivery" class="cbox">
<h2 >배송정보</h2>
<?=$pg_anchor?>
<table class="frm_tbl">
@ -592,7 +592,7 @@ $pg_anchor = '<ul class="anchor">
</table>
</section>
<section id="anc_cf_etc" class="cbox">
<section id="anc_scf_etc" class="cbox">
<h2>기타정보</h2>
<?=$pg_anchor?>
<table class="frm_tbl">
@ -793,7 +793,7 @@ function byte_check(el_cont, el_byte)
</style>
<section id="anc_cf_sms" class="cbox" >
<section id="anc_scf_sms" class="cbox" >
<h2>SMS설정</h2>
<?=$pg_anchor?>

View File

@ -366,7 +366,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
/* ########## 쇼핑몰 사용시 적용 ########## */
/* 쇼핑몰 설정 */
#anc_cf_payment textarea {height:50px}
#anc_scf_payment textarea {height:50px}
#scf_cardtest_btn {margin-left:5px;vertical-align:middle}
#scf_cardtest_tip {margin:10px 0 0;padding:10px;border:3px solid #ddd}