diff --git a/src/main/webapp/WEB-INF/decorators.xml b/src/main/webapp/WEB-INF/decorators.xml index b51eaa99..e27a1140 100644 --- a/src/main/webapp/WEB-INF/decorators.xml +++ b/src/main/webapp/WEB-INF/decorators.xml @@ -106,6 +106,7 @@ /xxx/* /common/gtm/multiFileList.do /com/srch/* + /sym/log/clg/SelectWebLogList.do diff --git a/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerUpdt.jsp b/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerUpdt.jsp index 7487c180..fa452d5e 100644 --- a/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerUpdt.jsp +++ b/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerUpdt.jsp @@ -231,6 +231,7 @@ function fn_egov_downFile(atchFileId, fileSn){ + *이미지 사이즈 : 179 X 54px
diff --git a/src/main/webapp/WEB-INF/jsp/manager/bbs/bbsSetEdit.jsp b/src/main/webapp/WEB-INF/jsp/manager/bbs/bbsSetEdit.jsp index c23c8a85..5b62758d 100644 --- a/src/main/webapp/WEB-INF/jsp/manager/bbs/bbsSetEdit.jsp +++ b/src/main/webapp/WEB-INF/jsp/manager/bbs/bbsSetEdit.jsp @@ -420,11 +420,11 @@ - + - + diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp index 76ef5080..4f7f299b 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp @@ -54,7 +54,8 @@ $( document ).ready(function(){ //오늘을 기준으로 지난 날만 선택하려면 minDate를 maxDate로 변경, 전체 선택하려면 minDate나 maxDate 삭제 }; //시작일 - jQuery("#dateSt, #dateEnd").datepicker(dateOption); + /* jQuery("#dateSt, #dateEnd").datepicker(dateOption); */ + $("#startDate01, #endDate").datepicker(dateOption); //종료일 //jQuery("#Dateend").datepicker(dateOption); @@ -302,7 +303,7 @@ function webLogListExcelDownload(){