이지우 - 관리자 성인 테스트 발송 버튼 스타일 변경

This commit is contained in:
jiwoo 2024-02-06 17:34:13 +09:00
parent fe60c2a647
commit 562e33191d
6 changed files with 8 additions and 8 deletions

View File

@ -773,7 +773,7 @@
<p><span id="byteEmail">0</span>/1000 byte</p> <p><span id="byteEmail">0</span>/1000 byte</p>
<div style="justify-content:left;"> <div style="justify-content:left;">
<input type="text" id="testSndEMail" placeholder="이메일 주소"/> <input type="text" id="testSndEMail" placeholder="이메일 주소"/>
<button type="button" class="btn_type08" onclick="testSnd();">테스트 발송</button> <button type="button" class="btn_type08" onclick="testSnd();" style="margin-left: 8px;">테스트 발송</button>
</div> </div>
</td> </td>
</tr> </tr>

View File

@ -627,7 +627,7 @@
<p><span id="byteEmail">0</span>/1000 byte</p> <p><span id="byteEmail">0</span>/1000 byte</p>
<div style="justify-content:left;"> <div style="justify-content:left;">
<input type="text" id="testSndEMail" placeholder="이메일 주소"/> <input type="text" id="testSndEMail" placeholder="이메일 주소"/>
<button type="button" class="btn_type08" onclick="testSnd();">테스트 발송</button> <button type="button" class="btn_type08" onclick="testSnd();" style="margin-left: 8px;">테스트 발송</button>
</div> </div>
</td> </td>
</tr> </tr>

View File

@ -428,8 +428,8 @@
<!-- <button type="button" class="btn_type06" onclick="fnAcmdtFileZipDownload(); return false;">숙박영수증다운로드</button> --> <!-- <button type="button" class="btn_type06" onclick="fnAcmdtFileZipDownload(); return false;">숙박영수증다운로드</button> -->
<button type="button" class="btn_type06" onclick="excelDownLoad();">지급내역다운로드</button> <button type="button" class="btn_type06" onclick="excelDownLoad();">지급내역다운로드</button>
<button type="button" class="btn_type06" onclick="chkSendSms();">강사료 안내 문자발송</button> <button type="button" class="btn_type06" onclick="chkSendSms();">강사료 안내 문자발송</button>
<input type="text" name="testPhone" id="testPhone" onkeyup="onlyNumber(this);" maxlength="11" placeholder="테스트 번호"> <input type="text" name="testPhone" id="testPhone" onkeyup="onlyNumber(this);" maxlength="11" placeholder="테스트 번호" style="margin-top:8px;">
<button type="button" class="btn_type06" onclick="testSendSms();">강사료 안내 문자발송</button> <button type="button" class="btn_type06" onclick="testSendSms();" style="margin-top:8px;">강사료 안내 문자발송</button>
</div> </div>
<div class="btn_center"> <div class="btn_center">
</div> </div>

View File

@ -579,7 +579,7 @@
<p><span id="byteEmail">0</span>/1000 byte</p> <p><span id="byteEmail">0</span>/1000 byte</p>
<div style="justify-content:left;"> <div style="justify-content:left;">
<input type="text" id="testSndEMail" placeholder="이메일 주소"/> <input type="text" id="testSndEMail" placeholder="이메일 주소"/>
<button type="button" class="btn_type08" onclick="testSnd();">테스트 발송</button> <button type="button" class="btn_type08" onclick="testSnd();" style="margin-left: 8px;">테스트 발송</button>
</div> </div>
</td> </td>
</tr> </tr>

View File

@ -545,8 +545,8 @@
<div class="btn_right"> <div class="btn_right">
<button type="button" class="btn_type06" onclick="chkRprtPrint(); return false;">결과보고 출력 </button> <button type="button" class="btn_type06" onclick="chkRprtPrint(); return false;">결과보고 출력 </button>
<button type="button" class="btn_type06" onclick="chkSendSmsEmail(); return false;">강의만족도 제출요청 </button> <button type="button" class="btn_type06" onclick="chkSendSmsEmail(); return false;">강의만족도 제출요청 </button>
<input type="text" id="testSndEMail" placeholder="이메일 주소"/> <input type="text" id="testSndEMail" placeholder="이메일 주소" style="margin-top:8px;"/>
<button type="button" class="btn_type08" onclick="testSendEmail();" style="padding:0;">강의만족도 제출요청 테스트 발송</button> <button type="button" class="btn_type06" onclick="testSendEmail();" style="padding:8px; margin-top:8px;">강의만족도 제출요청 테스트 발송</button>
<%-- <ve:select codeId="VE0016" name="pnltyCd" id="pnltyCd" css="class='sel_type1'" --%> <%-- <ve:select codeId="VE0016" name="pnltyCd" id="pnltyCd" css="class='sel_type1'" --%>
<%-- selectedValue="<c:out value='${info.eduSlctAreaCd}'/>" --%> <%-- selectedValue="<c:out value='${info.eduSlctAreaCd}'/>" --%>
<%-- /> --%> <%-- /> --%>

View File

@ -851,7 +851,7 @@
<p><span id="byteEmail">0</span>/1000 byte</p> <p><span id="byteEmail">0</span>/1000 byte</p>
<div style="justify-content:left;"> <div style="justify-content:left;">
<input type="text" id="testSndEMail" placeholder="이메일 주소"/> <input type="text" id="testSndEMail" placeholder="이메일 주소"/>
<button type="button" class="btn_type08" onclick="testSnd();">테스트 발송</button> <button type="button" class="btn_type08" onclick="testSnd();" style="margin-left: 8px;">테스트 발송</button>
</div> </div>
</td> </td>