@@ -129,7 +129,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
129129
130130 < div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('category') ? 'has-error' : ''} ">
131131 < label for ="category " class ="control-label col-sm-3 ">
132- < span class =" field-label " th:text ="#{t_category} ">
132+ < span th:remove =" tag " th:text ="#{t_category} ">
133133 Category
134134 </ span >
135135 < span id ="category.required " class ="required_field "> *</ span >
@@ -173,7 +173,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
173173
174174 < div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('country') ? 'has-error' : ''} ">
175175 < label for ="country " class ="control-label col-sm-3 ">
176- < span class =" field-label " th:text ="#{t_country} ">
176+ < span th:remove =" tag " th:text ="#{t_country} ">
177177 Country
178178 </ span >
179179 </ label >
@@ -210,7 +210,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
210210
211211 < div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('quantity') ? 'has-error' : ''} ">
212212 < label for ="quantity " class ="control-label col-sm-3 ">
213- < span class =" field-label " th:text ="#{t_quantity} ">
213+ < span th:remove =" tag " th:text ="#{t_quantity} ">
214214 Quantity
215215 </ span >
216216 < span id ="quantity.required " class ="required_field "> *</ span >
@@ -245,7 +245,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
245245
246246 < div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('perforated') ? 'has-error' : ''} ">
247247 < label for ="perforated " class ="control-label col-sm-3 ">
248- < span class =" field-label " th:text ="#{t_perforated} ">
248+ < span th:remove =" tag " th:text ="#{t_perforated} ">
249249 Perforated
250250 </ span >
251251 </ label >
@@ -259,7 +259,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
259259
260260 < div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('image') ? 'has-error' : ''} ">
261261 < label for ="image " class ="control-label col-sm-3 ">
262- < span class =" field-label " th:text ="#{t_image} ">
262+ < span th:remove =" tag " th:text ="#{t_image} ">
263263 Image
264264 </ span >
265265 < span id ="image.required " class ="required_field "> *</ span >
@@ -285,7 +285,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
285285
286286 < div class ="form-group form-group-sm collapse js-issue-date " th:classappend ="|${issueDateHasErrors ? 'has-error in' : ''} ${issueDateHasValues ? 'in' : ''}| ">
287287 < label for ="year " class ="control-label col-sm-3 ">
288- < span class =" field-label " th:text ="#{t_issue_date} ">
288+ < span th:remove =" tag " th:text ="#{t_issue_date} ">
289289 Date of release
290290 </ span >
291291 </ label >
@@ -377,7 +377,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
377377
378378 < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in' : ''}| ">
379379 < label for ="michelNumbers " class ="control-label col-sm-3 ">
380- < span class =" field-label " th:text ="#{t_michel} ">
380+ < span th:remove =" tag " th:text ="#{t_michel} ">
381381 Michel
382382 </ span >
383383 </ label >
@@ -402,7 +402,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
402402
403403 < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in' : ''}| ">
404404 < label for ="scottNumbers " class ="control-label col-sm-3 ">
405- < span class =" field-label " th:text ="#{t_scott} ">
405+ < span th:remove =" tag " th:text ="#{t_scott} ">
406406 Scott
407407 </ span >
408408 </ label >
@@ -427,7 +427,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
427427
428428 < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in' : ''}| ">
429429 < label for ="yvertNumbers " class ="control-label col-sm-3 ">
430- < span class =" field-label " th:text ="#{t_yvert} ">
430+ < span th:remove =" tag " th:text ="#{t_yvert} ">
431431 Yvert
432432 </ span >
433433 </ label >
@@ -452,7 +452,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
452452
453453 < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in' : ''}| ">
454454 < label for ="gibbonsNumbers " class ="control-label col-sm-3 ">
455- < span class =" field-label " th:text ="#{t_sg} ">
455+ < span th:remove =" tag " th:text ="#{t_sg} ">
456456 Gibbons
457457 </ span >
458458 </ label >
@@ -483,7 +483,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
483483
484484 < div class ="form-group collapse js-comment " th:classappend ="|${#fields.hasErrors('comment') ? 'has-error in' : ''} ${addSeriesForm.comment != null ? 'in' : ''}| " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
485485 < label for ="comment " class ="control-label col-sm-3 ">
486- < span class =" field-label " th:text ="#{t_comment} ">
486+ < span th:remove =" tag " th:text ="#{t_comment} ">
487487 Comment
488488 </ span >
489489 </ label >
0 commit comments