단속현황, 처리현황 조회모달 footer 삭제

master
강석 최 2023-01-31 16:09:05 +09:00
parent 34ff58dd4e
commit cd2a667d96
2 changed files with 0 additions and 12 deletions

View File

@ -502,10 +502,4 @@
</div> </div>
</div> </div>
</div> </div>
<div class="modal-footer bg-light">
<th:block th:if="${userSeq eq crackdownStatus.wrtUserSeq or accessAuth eq 'ACC003'}"><!--작성자일 경우 수정 허용--><!--관리자일 경우 수정 허용-->
<!--<button type="button" class="btn btn-warning" id="cdsEditBtn">수정</button>-->
</th:block>
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
</div>
</html> </html>

View File

@ -156,10 +156,4 @@
</div> </div>
</div> </div>
</div> </div>
<div class="modal-footer bg-light">
<th:block th:if="${userSeq eq processResult.wrtUserSeq or accessAuth eq 'ACC003'}"><!--작성자일 경우 수정 허용--><!--관리자일 경우 수정 허용-->
<!--<button type="button" class="btn btn-warning" id="processResultEditBtn">수정</button>-->
</th:block>
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
</div>
</html> </html>