Merge branch 'master_tolag3'
This commit is contained in:
commit
fe3ac16535
@ -132,7 +132,7 @@ public class KakaoSentController {
|
||||
endDate = format.format(cal.getTime());
|
||||
|
||||
//시작일은 전날로 셋팅
|
||||
cal.add(Calendar.DATE, -90);
|
||||
cal.add(Calendar.DATE, -89);
|
||||
startDate = format.format(cal.getTime());
|
||||
|
||||
kakaoSentVO.setStartDate(startDate);
|
||||
|
||||
@ -147,7 +147,7 @@ function fn_sentDetailView(msgGroupId) {
|
||||
<tr>
|
||||
<th rowspan="2">
|
||||
<label for="" class="label">전체 선택</label>
|
||||
<input type="checkbox">
|
||||
<input type="checkbox" id="allCheck" name="allCheck">
|
||||
</th>
|
||||
<th rowspan="2">발송일시
|
||||
<div class="sort_wrap">
|
||||
@ -290,7 +290,7 @@ function fn_sentDetailView(msgGroupId) {
|
||||
<button type="button" onclick="javascript:fnDelete(); return false;" class="btnType btnType15"><i class="remove_img"></i>선택삭제</button>
|
||||
</div>
|
||||
<div class="table_btn_right">
|
||||
<button type="button" class="excel_btn btnType"><i class="downroad"></i>발송결과 리스트</button>
|
||||
<button type="button" class="excel_btn btnType" onClick="javascript:fnExcelDownLoad(); return false;"><i class="downroad"></i>발송결과 리스트</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -570,10 +570,10 @@ function fnDelete(){
|
||||
<ul class="list_tab">
|
||||
<li class="tab active"><button type="button" onclick="fnTabLoad('',0); return false;">전체</button></li>
|
||||
<li class="tab"><button type="button" onclick="fnTabLoad('at', 1); return false;">알림톡</button></li>
|
||||
<c:if test="${pageContext.request.serverName == 'localhost'
|
||||
<%-- <c:if test="${pageContext.request.serverName == 'localhost'
|
||||
|| pageContext.request.serverName == '119.193.215.98'}">
|
||||
<li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li>
|
||||
</c:if>
|
||||
</c:if> --%>
|
||||
</ul><!--// tab button -->
|
||||
</div>
|
||||
<!-- 예약관리 > 전체 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user