쇼핑몰관리자: #6 쇼핑몰관리 쇼핑몰설정 주문시 고객님께 SMS 발송 칸 확보

This commit is contained in:
whitedot
2013-04-23 11:46:54 +09:00
parent b753223c06
commit e58fc0f036
2 changed files with 2 additions and 2 deletions

View File

@ -930,7 +930,7 @@ function byte_check(el_cont, el_byte)
<div id="scf_sms">
<?
$scf_sms_title = array (1=>"회원가입시 고객님께 발송", "주문시 관리자에게 발송", "입금확인시 고객님께 발송", "상품배송시 고객님께 발송");
for ($i=1; $i<=4; $i++) {
for ($i=1; $i<=5; $i++) {
?>
<section class="scf_sms_box">
<h4><?=$scf_sms_title[$i]?></h4>

View File

@ -386,7 +386,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
#scf_sms_pre p {margin:0 0 20px}
#scf_sms {margin:0 0 30px;zoom:1}
#scf_sms:after {display:block;visibility:hidden;clear:both;content:""}
.scf_sms_box {float:left;margin:0 31px;width:163px;text-align:center}
.scf_sms_box {float:left;margin:0 8px 0 9px;width:163px;text-align:center}
.scf_sms_box h4 {margin:0 0 5px}
.scf_sms_img {margin:10px 0;width:163px;height:191px;background:url('../adm/shop_admin/img/sms_back.gif') no-repeat 0 0;text-align:center}
.scf_sms_img textarea {margin:54px 0 0;width:115px;height:85px;border:0;background:transparent;font-size:0.95em;overflow:hidden}