2024/03/06 공지사항 게시판 공지기간 텍스트 및 버튼 수정

This commit is contained in:
kmg 2024-03-06 14:51:46 +09:00
parent 5113be680e
commit f418b160d2
2 changed files with 5 additions and 3 deletions

View File

@ -454,11 +454,11 @@ function fn_egov_regist_preview() {
<th>
공지기간
</th>
<td>
<td>시작일
<input type="hidden" name="cal_url" id="cal_url" value="${pageContext.request.contextPath}/sym/cmm/EgovNormalCalPopup.do">
<input style="width:auto;" type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="4" readonly="">
<a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceBgndeYYYMMDD);" style="display: inline">
<button type="button" class="calBtn btnType01">시작일</button>
<button type="button" class="calBtn">시작일</button>
<!-- <input type="button" class="calBtn"> -->
</a>
<select id="ntceBgndeHH" name="ntceBgndeHH" class="date_format sel_type1 da_fo">
@ -473,9 +473,10 @@ function fn_egov_regist_preview() {
</select>분
<!-- &nbsp;&nbsp;~&nbsp;&nbsp; -->
</br>
종료일
<input style="width:auto;" type="text" class="date_format" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="4" readonly="">
<a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceEnddeYYYMMDD);" style="display: inline">
<button type="button" class="calBtn btnType01">종료일</button>
<button type="button" class="calBtn">종료일</button>
<!-- <input type="button" class="calBtn"> -->
</a>
<select id="ntceEnddeHH" name="ntceEnddeHH" class="date_format sel_type1 da_fo">

View File

@ -97,6 +97,7 @@
.calendar_in {display: inline-block; position: relative;}
.calBtn {padding: 0 10px; border: 0; background-color: inherit; background:url(../image/content/calendarIcon.png)no-repeat; background-position-x:2px; width:22px;}
.calendar_in img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
a .calBtn {margin:0 5px 0 0; background:url(../image/content/calendarIcon.png)no-repeat; background-position-y:13px; text-indent:-9999px;}
.dateInput {width: }