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 11
11
< i class ="fas fa-list-alt "> </ i >
12
12
< span th:text ="#{navbar.brand.name} "> SimpleWorklist</ span >
13
13
</ 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 "
15
15
aria-controls ="mynavbar " aria-expanded ="false " aria-label ="Toggle navigation ">
16
16
< span class ="navbar-toggler-icon "> </ span >
17
17
</ button >
18
18
< div id ="mynavbar " class ="collapse navbar-collapse ">
19
19
< ul class ="navbar-nav mr-auto " sec:authorize ="isAuthenticated() ">
20
20
< li class ="nav-item dropdown ">
21
21
< 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 ="# ">
23
23
< i class ="fas fa-cloud "> </ i >
24
24
< span th:text ="#{layout.page.contexts} "> "Context</ span >
25
25
( < span th:text ="${context} "/> )
75
75
< ul class ="navbar-nav mr-auto ">
76
76
< li class ="nav-item dropdown ">
77
77
< 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 ="# ">
79
79
< i class ="fas fa-globe "> </ i > < b class ="caret "> </ b >
80
80
</ a >
81
81
< 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">
207
207
task.taskTime.code
208
208
</ span >
209
209
</ 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 ">
211
211
< span aria-hidden ="true "> ×</ span >
212
212
</ button >
213
213
</ div >
@@ -260,7 +260,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
260
260
</ div >
261
261
</ div >
262
262
< 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 "
264
264
th:utext ="#{button.back} "> Close</ button >
265
265
< a th:href ="@{{myUrlPath}/task/{id}/edit(id=${task.id},myUrlPath=${myUrlPath})} " class ="btn btn-secondary "
266
266
role ="button " th:id ="'task_' + ${task.id} " th:utext ="#{task.show.button.edit} ">
Original file line number Diff line number Diff line change 51
51
</ div >
52
52
< div class ="row ">
53
53
< 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 "
55
55
href ="#collapseDescription " role ="button " aria-expanded ="false " aria-controls ="collapseExample ">
56
56
< div th:text ="#{project.show.description} "> Project Description</ div >
57
57
</ a >
You can’t perform that action at this time.
0 commit comments