File tree Expand file tree Collapse file tree 7 files changed +27
-14
lines changed
src/main/resources/templates/user Expand file tree Collapse file tree 7 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div class ="row my-3 py-3 col ">
14
- < h1 >
15
- < strong th:utext ="#{pages.chatMessages.h1} "> Your Dialog with</ strong >
16
- < small th:text ="${otherUser.userFullname} "> otherUser.userFullname</ small >
17
- </ h1 >
14
+ < h1 >
15
+ < strong th:utext ="#{pages.chatMessages.h1} "> Your Dialog with</ strong >
16
+ </ h1 >
17
+ < h2 >
18
+ < small th:text ="${otherUser.userFullname} "> otherUser.userFullname</ small >
19
+ </ h2 >
18
20
</ div >
19
21
</ div >
20
22
28
30
< div class ="form-group col-12 ">
29
31
< label for ="messageTextEditor " class ="control-label my-2 " th:utext ="#{pages.chatMessages.newMessage} "> New Message:</ label >
30
32
< textarea id ="messageTextEditor " rows ="3 " cols ="50 "
31
- th:field ="*{messageText} " class ="form-control form-control-lg "/>
33
+ th:field ="*{messageText} " class ="form-control form-control-lg ">
34
+ </ textarea >
32
35
< div >
33
36
< div th:each ="err : ${#fields.errors('messageText')} "
34
37
th:text ="${err} " class ="invalid-feedback "/>
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div class ="row my-3 py-3 col ">
14
- < h2 >
14
+ < h1 >
15
15
< span th:utext ="#{user.registerNotConfirmed.h1} "> Register as new User</ span >
16
- </ h2 >
16
+ </ h1 >
17
17
</ div >
18
18
</ div >
19
19
Original file line number Diff line number Diff line change 13
13
< h1 >
14
14
< i class ="fas fa-edit "> </ i >
15
15
< span th:utext ="#{user.selfservice.contexts.add.button} "> Add Area</ span >
16
+ </ h1 >
17
+ < h2 >
16
18
< small >
17
19
< span th:utext ="#{user.selfservice.forUser} "> for User:</ span >
18
20
< strong >
19
21
< span sec:authentication ="name "> </ span >
20
22
</ strong >
21
23
</ small >
22
- </ h1 >
24
+ </ h2 >
23
25
</ div >
24
26
25
27
< div th:fragment ="mytwcontent ">
Original file line number Diff line number Diff line change 13
13
< h1 >
14
14
< i class ="fas fa-edit "> </ i >
15
15
< span th:utext ="#{user.selfservice.profile.changeContexts} "> Change Areas</ span >
16
+ </ h1 >
17
+ < h2 >
16
18
< small >
17
19
< span th:utext ="#{user.selfservice.forUser} "> for User:</ span >
18
20
< strong >
19
21
< span sec:authentication ="name "> </ span >
20
22
</ strong >
21
23
</ small >
22
- </ h1 >
24
+ </ 2 >
23
25
</ div >
24
26
25
27
< div th:fragment ="mytwcontent ">
Original file line number Diff line number Diff line change 13
13
< h1 >
14
14
< i class ="fas fa-edit "> </ i >
15
15
< span th:utext ="#{user.selfservice.contexts.edit} "> Edit Area</ span >
16
+ </ h1 >
17
+ < h2 >
16
18
< small >
17
19
< span th:utext ="#{user.selfservice.forUser} "> for User:</ span >
18
20
< strong >
19
21
< span sec:authentication ="name "> </ span >
20
22
</ strong >
21
23
</ small >
22
- </ h1 >
24
+ </ h2 >
23
25
</ div >
24
26
25
27
< div th:fragment ="mytwcontent ">
Original file line number Diff line number Diff line change 13
13
< div class ="row my-3 py-3 col ">
14
14
< h1 >
15
15
< i class ="fas fa-edit "> </ i >
16
- < span th:utext ="#{user.selfservice.profile.changeLanguage} "> Set Default Language</ span >
16
+ < strong th:utext ="#{user.selfservice.profile.changeLanguage} "> Set Default Language</ strong >
17
+ </ h1 >
18
+ < h2 >
17
19
< span th:utext ="#{user.selfservice.forUser} "> for User:</ span >
18
20
< small >
19
21
< strong >
20
22
< span sec:authentication ="name "> </ span >
21
23
</ strong >
22
24
</ small >
23
- </ h1 >
25
+ </ h2 >
24
26
</ div >
25
27
</ div >
26
28
Original file line number Diff line number Diff line change 13
13
< div class ="row my-3 py-3 col ">
14
14
< h1 >
15
15
< i class ="fas fa-edit "> </ i >
16
- < span th:utext ="#{user.selfservice.profile.name} "> Change Name</ span >
16
+ < strong th:utext ="#{user.selfservice.profile.name} "> Change Name</ strong >
17
+ </ h1 >
18
+ < h2 >
17
19
< span th:text ="${thisUser.userFullname} "> thisUser.userFullname</ span >
18
20
< small >
19
21
< span th:utext ="#{user.selfservice.forUser} "> for User:</ span >
20
22
< strong >
21
23
< span sec:authentication ="name "> </ span >
22
24
</ strong >
23
25
</ small >
24
- </ h1 >
26
+ </ h2 >
25
27
</ div >
26
28
</ div >
27
29
You can’t perform that action at this time.
0 commit comments