쇼핑몰관리자: #78 쇼핑몰현황 SMS 발송 표준화 및 스타일 보완
This commit is contained in:
@ -12,7 +12,8 @@ $send_number = preg_replace("/[^0-9]/", "", $default['de_admin_company_tel']);
|
||||
?>
|
||||
|
||||
<?
|
||||
if ($default['de_sms_use'] == 'icode') { // 아이코드 사용
|
||||
if ($is_admin) {
|
||||
//if ($default['de_sms_use'] == 'icode') { // 아이코드 사용
|
||||
?>
|
||||
<form action="./smssendicode.php" name="smsform" method="post" onsubmit="return smsform_check(this);" autocomplete="off">
|
||||
<section id="sms_send" class="cbox">
|
||||
@ -27,14 +28,14 @@ if ($default['de_sms_use'] == 'icode') { // 아이코드 사용
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>발신번호</th>
|
||||
<th scope="row">발신번호</th>
|
||||
<td>
|
||||
<?=help('SMS 발신자 번호를 입력하세요.')?>
|
||||
<input name="send_number" type="text" value="<?=$send_number?>" id="send_number" class="frm_input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>수신번호</th>
|
||||
<th scope="row">수신번호</th>
|
||||
<td>
|
||||
<?=help('여러명에게 보내실 때는 전화번호를 엔터로 구분하세요.')?>
|
||||
<textarea name="receive_number" onkeyup="addressee_count();"></textarea>
|
||||
@ -42,7 +43,7 @@ if ($default['de_sms_use'] == 'icode') { // 아이코드 사용
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>문자내용</th>
|
||||
<th scope="row">문자내용</th>
|
||||
<td>
|
||||
<?=help("주의! 80 bytes 까지만 전송됩니다.\n영문 한글자 : 1byte , 한글 한글자 : 2bytes , 특수문자의 경우 1 또는 2 bytes 입니다.")?>
|
||||
<textarea name="sms_contents" onkeyup="byte_check();"></textarea>
|
||||
@ -50,10 +51,10 @@ if ($default['de_sms_use'] == 'icode') { // 아이코드 사용
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label for="reserved_flag">예약발송</label></th>
|
||||
<th scope="row">예약발송</th>
|
||||
<td>
|
||||
<label for="reserved_flag">예약발송 사용</label>
|
||||
<input type="checkbox" name="reserved_flag" value="true" id="reserved_flag">
|
||||
예약발송 사용
|
||||
<label for="reserved_year" class="sound_only">연도 설정</label>
|
||||
<select name="reserved_year" id="reserved_year">
|
||||
<?
|
||||
|
||||
@ -404,7 +404,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
#sms_frm textarea {height:70px}
|
||||
|
||||
#sms_sm {position:relative;float:right;width:229px;height:418px;background:url('../adm/shop_admin/img/mobilebg.jpg') no-repeat}
|
||||
#sms_sm_text {position:absolute;top:75px;left:27px;width:180px;color:#fff;font-size:2em}
|
||||
#sms_sm_text {position:absolute;top:75px;left:27px;width:180px;color:#fff;font-size:2em;word-break:break-all}
|
||||
#sms_sm p {position:absolute;bottom:-100px;left:0}
|
||||
|
||||
/* 가격비교사이트 */
|
||||
|
||||
Reference in New Issue
Block a user