2024/01/25 웹접근성 수정
This commit is contained in:
parent
435f42872d
commit
acb368c06c
@ -668,7 +668,7 @@
|
||||
</div>
|
||||
<c:if test="${modelVO.mode eq VeConstants.MODE_CRT}">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" class="btnType05" onclick="searchBeforeData();" title="팝업 열림">임시저장 불러오기</button>
|
||||
<button type="button" class="btnType05" data-tooltip="sub01_pop01" onclick="searchBeforeData();" title="팝업 열림">임시저장 불러오기</button>
|
||||
</div>
|
||||
</c:if>
|
||||
</div>
|
||||
|
||||
@ -182,4 +182,7 @@ $(document).ready(function(){
|
||||
<!-- //page -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form:form>
|
||||
<!-- 팝업을 위한 mask -->
|
||||
<div class="mask" id="scholPop_mask" style="display: block;"></div>
|
||||
Loading…
Reference in New Issue
Block a user