File tree 2 files changed +4
-8
lines changed
src/main/webapp/WEB-INF/views/series
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
248
248
< div class ="form-group form-group-sm "
249
249
th:classappend ="${#fields.hasErrors('imageUrl') or #fields.hasErrors('downloadedImage') ? 'has-error' : ''} "
250
250
sec:authorize ="hasAuthority('DOWNLOAD_IMAGE') ">
251
- < label for ="image-url " class ="control-label col-sm-3 ">
252
- < span class ="field-label " th:text ="#{t_image_url} ">
253
- Image URL
254
- </ span >
251
+ < label for ="image-url " class ="control-label col-sm-3 " th:text ="#{t_image_url} ">
252
+ Image URL
255
253
</ label >
256
254
< div class ="col-sm-5 ">
257
255
< input type ="url " id ="image-url " class ="form-control " th:field ="*{imageUrl} " />
Original file line number Diff line number Diff line change 117
117
< div class ="form-group form-group-sm "
118
118
th:classappend ="${#fields.hasErrors('imageUrl') or #fields.hasErrors('downloadedImage') ? 'has-error' : ''} "
119
119
sec:authorize ="hasAuthority('DOWNLOAD_IMAGE') ">
120
- < label for ="image-url " class ="control-label col-sm-3 ">
121
- < span class ="field-label " th:text ="#{t_image_url} ">
122
- Image URL
123
- </ span >
120
+ < label for ="image-url " class ="control-label col-sm-3 " th:text ="#{t_image_url} ">
121
+ Image URL
124
122
</ label >
125
123
< div class ="col-sm-9 ">
126
124
< input type ="url " id ="image-url " class ="form-control " th:field ="*{imageUrl} " />
You can’t perform that action at this time.
0 commit comments