맞춤제작 요청 팝업 안내문구 추가, 제공방법 카카오톡 문구 문자로 변경
This commit is contained in:
parent
c4107dd459
commit
7663b6f082
@ -5,6 +5,11 @@
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt{margin:8px 0 0 0;}
|
||||
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p{line-height:1.2;}
|
||||
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p:first-child{margin:0;}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$("input:text[numberOnly]").on("keyup", function() {
|
||||
@ -410,7 +415,8 @@ function customProvisionView(obj){
|
||||
</div>
|
||||
<div class="custom_put1_txt">
|
||||
<p><span class="vMiddle">*</span> <span class="c_e40000">캘리그래피체는 수정이 불가</span>합니다.</p>
|
||||
<p><span class="vMiddle">*</span> <spanspan class="c_e40000">제작형태와 요청사항이 상이</span>한 경우 <spanspan class="c_e40000">추가로 비용이 발생</span>할 수 있습니다.</p>
|
||||
<p><span class="vMiddle">*</span> <span class="c_e40000">제작형태와 요청사항이 상이</span>한 경우 <span class="c_e40000">추가로 비용이 발생</span>할 수 있습니다.</p>
|
||||
<p><span class="vMiddle">*</span> <span class="c_e40000">제작된 이미지는 <span class="c_e40000">알림톡 및 친구톡</span> 발송에는 사용할 수 없습니다.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -418,7 +424,7 @@ function customProvisionView(obj){
|
||||
<th>제공방법</th>
|
||||
<td>
|
||||
<input type="checkbox" id="storage" checked="checked" disabled="disabled"> <label for="storage">내보관함</label>
|
||||
<input type="checkbox" name="customProvision" id="radio11" value="01"> <label for="radio11">카카오톡</label>
|
||||
<input type="checkbox" name="customProvision" id="radio11" value="01"> <label for="radio11">문자</label>
|
||||
<input type="checkbox" name="customProvision" id="radio12" value="02"> <label for="radio12">이메일</label>
|
||||
<input type="text" class="radio12_input" name="customResultEmail" placeholder="이메일주소를 입력해주세요" onfocus="''" onblur="this.placeholder='이메일주소를 입력해주세요'">
|
||||
<!-- <span>중복선택 가능(최대2개)</span> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user