@@ -89,9 +89,8 @@ <h3 th:text="#{t_activation_on_site}">
89
89
th:object ="${activateAccountForm} ">
90
90
91
91
< div class ="form-group " th:classappend ="${#fields.hasErrors('login') ? 'has-error' : ''} ">
92
- < label for ="login " class ="control-label col-sm-3 ">
93
- < span th:remove ="tag " th:text ="#{t_login} "> Login</ span >
94
- < span class ="required_field "> *</ span >
92
+ < label for ="login " class ="control-label col-sm-3 required-field " th:text ="#{t_login} ">
93
+ Login
95
94
</ label >
96
95
< div class ="col-sm-5 ">
97
96
< input type ="text " id ="login " class ="form-control " required ="required " th:field ="*{login} " />
@@ -114,9 +113,8 @@ <h3 th:text="#{t_activation_on_site}">
114
113
</ div >
115
114
116
115
< div class ="form-group " th:classappend ="${#fields.hasErrors('password') ? 'has-error' : ''} ">
117
- < label for ="password " class ="control-label col-sm-3 ">
118
- < span th:remove ="tag " th:text ="#{t_password} "> Password</ span >
119
- < span class ="required_field "> *</ span >
116
+ < label for ="password " class ="control-label col-sm-3 required-field " th:text ="#{t_password} ">
117
+ Password
120
118
</ label >
121
119
< div class ="col-sm-5 ">
122
120
< input type ="password " id ="password " class ="form-control " required ="required " th:field ="*{password} " />
@@ -127,9 +125,8 @@ <h3 th:text="#{t_activation_on_site}">
127
125
</ div >
128
126
129
127
< div class ="form-group " th:classappend ="${#fields.hasErrors('passwordConfirmation') ? 'has-error' : ''} ">
130
- < label for ="passwordConfirmation " class ="control-label col-sm-3 ">
131
- < span th:remove ="tag " th:text ="#{t_password_again} "> Retype password</ span >
132
- < span class ="required_field "> *</ span >
128
+ < label for ="passwordConfirmation " class ="control-label col-sm-3 required-field " th:text ="#{t_password_again} ">
129
+ Retype password
133
130
</ label >
134
131
< div class ="col-sm-5 ">
135
132
< input type ="password " id ="passwordConfirmation " class ="form-control " required ="required " th:field ="*{passwordConfirmation} " />
@@ -140,9 +137,8 @@ <h3 th:text="#{t_activation_on_site}">
140
137
</ div >
141
138
142
139
< div class ="form-group " th:classappend ="${#fields.hasErrors('activationKey') ? 'has-error' : ''} ">
143
- < label for ="activationKey " class ="control-label col-sm-3 ">
144
- < span th:remove ="tag " th:text ="#{t_activation_key} "> Activation key</ span >
145
- < span class ="required_field "> *</ span >
140
+ < label for ="activationKey " class ="control-label col-sm-3 required-field " th:text ="#{t_activation_key} ">
141
+ Activation key
146
142
</ label >
147
143
< div class ="col-sm-5 ">
148
144
< input type ="text " id ="activationKey " class ="form-control " required ="required " th:field ="*{activationKey} " />
0 commit comments