@@ -137,10 +137,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
137
137
</ div >
138
138
139
139
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('country') ? 'has-error' : ''} ">
140
- < label for ="country " class ="control-label col-sm-3 ">
141
- < span th:remove ="tag " th:text ="#{t_country} ">
142
- Country
143
- </ span >
140
+ < label for ="country " class ="control-label col-sm-3 " th:text ="#{t_country} ">
141
+ Country
144
142
</ label >
145
143
< div class ="col-sm-5 ">
146
144
< select id ="country " name ="country " class ="form-control ">
@@ -209,10 +207,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
209
207
</ div >
210
208
211
209
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('perforated') ? 'has-error' : ''} ">
212
- < label for ="perforated " class ="control-label col-sm-3 ">
213
- < span th:remove ="tag " th:text ="#{t_perforated} ">
214
- Perforated
215
- </ span >
210
+ < label for ="perforated " class ="control-label col-sm-3 " th:text ="#{t_perforated} ">
211
+ Perforated
216
212
</ label >
217
213
< div class ="col-sm-1 ">
218
214
< input type ="checkbox " id ="perforated " checked ="checked " th:field ="*{perforated} " />
@@ -273,10 +269,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
273
269
</ div >
274
270
275
271
< div class ="form-group form-group-sm js-issue-date collapse in " th:classappend ="|${issueDateHasErrors ? 'has-error' : ''} ${issueDateHasValues ? 'js-has-data' : ''}| ">
276
- < label for ="year " class ="control-label col-sm-3 ">
277
- < span th:remove ="tag " th:text ="#{t_issue_date} ">
278
- Date of release
279
- </ span >
272
+ < label for ="year " class ="control-label col-sm-3 " th:text ="#{t_issue_date} ">
273
+ Date of release
280
274
</ label >
281
275
282
276
< div class ="col-sm-5 ">
@@ -366,10 +360,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
366
360
</ div >
367
361
368
362
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
369
- < label for ="michelNumbers " class ="control-label col-sm-3 ">
370
- < span th:remove ="tag " th:text ="#{t_michel} ">
371
- Michel
372
- </ span >
363
+ < label for ="michelNumbers " class ="control-label col-sm-3 " th:text ="#{t_michel} ">
364
+ Michel
373
365
</ label >
374
366
< div class ="col-sm-7 ">
375
367
< div class ="row ">
@@ -391,10 +383,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
391
383
</ div >
392
384
393
385
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
394
- < label for ="scottNumbers " class ="control-label col-sm-3 ">
395
- < span th:remove ="tag " th:text ="#{t_scott} ">
396
- Scott
397
- </ span >
386
+ < label for ="scottNumbers " class ="control-label col-sm-3 " th:text ="#{t_scott} ">
387
+ Scott
398
388
</ label >
399
389
< div class ="col-sm-7 ">
400
390
< div class ="row ">
@@ -416,10 +406,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
416
406
</ div >
417
407
418
408
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
419
- < label for ="yvertNumbers " class ="control-label col-sm-3 ">
420
- < span th:remove ="tag " th:text ="#{t_yvert} ">
421
- Yvert
422
- </ span >
409
+ < label for ="yvertNumbers " class ="control-label col-sm-3 " th:text ="#{t_yvert} ">
410
+ Yvert
423
411
</ label >
424
412
< div class ="col-sm-7 ">
425
413
< div class ="row ">
@@ -441,10 +429,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
441
429
</ div >
442
430
443
431
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
444
- < label for ="gibbonsNumbers " class ="control-label col-sm-3 ">
445
- < span th:remove ="tag " th:text ="#{t_sg} ">
446
- Gibbons
447
- </ span >
432
+ < label for ="gibbonsNumbers " class ="control-label col-sm-3 " th:text ="#{t_sg} ">
433
+ Gibbons
448
434
</ label >
449
435
< div class ="col-sm-7 ">
450
436
< div class ="row ">
@@ -472,10 +458,8 @@ <h3 th:text="${#strings.capitalize(add_series)}">
472
458
</ div >
473
459
474
460
< div class ="form-group js-comment collapse in " th:classappend ="|${#fields.hasErrors('comment') ? 'has-error' : ''} ${addSeriesForm.comment != null ? 'js-has-data' : ''}| " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
475
- < label for ="comment " class ="control-label col-sm-3 ">
476
- < span th:remove ="tag " th:text ="#{t_comment} ">
477
- Comment
478
- </ span >
461
+ < label for ="comment " class ="control-label col-sm-3 " th:text ="#{t_comment} ">
462
+ Comment
479
463
</ label >
480
464
< div class ="col-sm-5 ">
481
465
< textarea id ="comment " class ="form-control " cols ="22 " rows ="3 " th:field ="*{comment} "> </ textarea >
0 commit comments