사용되지 않는 필드 삭제

This commit is contained in:
chicpro
2014-04-10 17:22:56 +09:00
parent 95f7474da5
commit 4340f6ad72
3 changed files with 1 additions and 7 deletions

View File

@ -1143,7 +1143,7 @@ function byte_check(el_cont, el_byte)
</td>
</tr>
<tr>
<th scope="row"><label for="de_sms_hp">관리자 핸드폰번호</label></th>
<th scope="row"><label for="de_sms_hp">관리자 휴대폰번호</label></th>
<td>
<?php echo help("주문서작성시 쇼핑몰관리자가 문자메세지를 받아볼 번호를 숫자만으로 입력하세요. 예) 0101234567"); ?>
<input type="text" name="de_sms_hp" value="<?php echo $default['de_sms_hp']; ?>" id="de_sms_hp" class="frm_input" size="20">