rosewiper 2024-02-06
엔터키 발송 체크 박스 위치 조정
@2ca8455766568cb87105187c03fc21d39d91f58a
src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
@@ -4538,11 +4538,6 @@
 		                        <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button>
 		                    </div>		                    
 	                    </div>
-	                    <!-- 엔터키로 발송 체크박스 -->
-	                    <div class="use_enter">
-	                    	<input type="checkbox" id="enterChk" name="enterChk">
-	                    	<label for="enterChk">Enter키로 발송하기</label>
-	                    </div>
                         <div class="rev_selected">
                             <div class="rev_top">
                		            <span>날짜 :</span>
@@ -4597,6 +4592,11 @@
              		            <label for="divideTime">간격</label>
              		        </div> -->
                         </div>
+                        <!-- 엔터키로 발송 체크박스 -->
+	                    <div class="use_enter">
+	                    	<input type="checkbox" id="enterChk" name="enterChk">
+	                    	<label for="enterChk">Enter키로 발송하기</label>
+	                    </div>
                     </div>
                 </div>
              </div>
Add a comment
List