File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 < i class ="fas fa-list-alt "> </ i >
1212 < span th:text ="#{navbar.brand.name} "> SimpleWorklist</ span >
1313 </ a >
14- < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#mynavbar "
14+ < button class ="navbar-toggler " type ="button " data-bs- toggle ="collapse " data-bs -target ="#mynavbar "
1515 aria-controls ="mynavbar " aria-expanded ="false " aria-label ="Toggle navigation ">
1616 < span class ="navbar-toggler-icon "> </ span >
1717 </ button >
1818 < div id ="mynavbar " class ="collapse navbar-collapse ">
1919 < ul class ="navbar-nav mr-auto " sec:authorize ="isAuthenticated() ">
2020 < li class ="nav-item dropdown ">
2121 < a class ="nav-link dropdown-toggle " id ="contextMenu " role ="button "
22- data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false " href ="# ">
22+ data-bs- toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false " href ="# ">
2323 < i class ="fas fa-cloud "> </ i >
2424 < span th:text ="#{layout.page.contexts} "> "Context</ span >
2525 ( < span th:text ="${context} "/> )
7575 < ul class ="navbar-nav mr-auto ">
7676 < li class ="nav-item dropdown ">
7777 < a id ="languageMenu " class ="nav-link dropdown-toggle "
78- role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false " href ="# ">
78+ role ="button " data-bs- toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false " href ="# ">
7979 < i class ="fas fa-globe "> </ i > < b class ="caret "> </ b >
8080 </ a >
8181 < div class ="dropdown-menu " aria-labelledby ="contextMenu ">
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
207207 task.taskTime.code
208208 </ span >
209209 </ h5 >
210- < button type ="button " class ="close " data-dismiss ="modal " aria-label ="Close ">
210+ < button type ="button " class ="close " data-bs- dismiss ="modal " aria-label ="Close ">
211211 < span aria-hidden ="true "> ×</ span >
212212 </ button >
213213 </ div >
@@ -260,7 +260,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
260260 </ div >
261261 </ div >
262262 < div class ="modal-footer ">
263- < button type ="button " class ="btn btn-primary " data-dismiss ="modal "
263+ < button type ="button " class ="btn btn-primary " data-bs- dismiss ="modal "
264264 th:utext ="#{button.back} "> Close</ button >
265265 < a th:href ="@{{myUrlPath}/task/{id}/edit(id=${task.id},myUrlPath=${myUrlPath})} " class ="btn btn-secondary "
266266 role ="button " th:id ="'task_' + ${task.id} " th:utext ="#{task.show.button.edit} ">
Original file line number Diff line number Diff line change 5151 </ div >
5252 < div class ="row ">
5353 < div class ="col-md-12 mb-12 ">
54- < a class ="btn btn-block btn-outline-secondary " data-toggle ="collapse "
54+ < a class ="btn btn-block btn-outline-secondary " data-bs- toggle ="collapse "
5555 href ="#collapseDescription " role ="button " aria-expanded ="false " aria-controls ="collapseExample ">
5656 < div th:text ="#{project.show.description} "> Project Description</ div >
5757 </ a >
You can’t perform that action at this time.
0 commit comments