쇼핑몰설정 SMS 타이틀 Array로 표시되는 오류 수정
This commit is contained in:
@ -1327,9 +1327,9 @@ function byte_check(el_cont, el_byte)
|
||||
for ($i=1; $i<=5; $i++) {
|
||||
?>
|
||||
<section class="scf_sms_box">
|
||||
<h4><?php echo $scf_sms_title[$i]?></h4>
|
||||
<h4><?php echo $scf_sms_title[$i]; ?></h4>
|
||||
<input type="checkbox" name="de_sms_use<?php echo $i; ?>" value="1" id="de_sms_use<?php echo $i; ?>" <?php echo ($default["de_sms_use".$i] ? " checked" : ""); ?>>
|
||||
<label for="de_sms_use<?php echo $i; ?>"><span class="sound_only"><?php echo $scf_sms_title; ?></span>사용</label>
|
||||
<label for="de_sms_use<?php echo $i; ?>"><span class="sound_only"><?php echo $scf_sms_title[$i]; ?></span>사용</label>
|
||||
<div class="scf_sms_img">
|
||||
<textarea id="de_sms_cont<?php echo $i; ?>" name="de_sms_cont<?php echo $i; ?>" ONKEYUP="byte_check('de_sms_cont<?php echo $i; ?>', 'byte<?php echo $i; ?>');"><?php echo $default['de_sms_cont'.$i]; ?></textarea>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user