@@ -242,11 +242,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
242
242
243
243
< div class ="form-group js-collapse-toggle-header ">
244
244
< div class ="col-sm-offset-3 col-sm-5 ">
245
- < span class ="glyphicon glyphicon-chevron-right " th:class =" ${issueDateHasErrors or issueDateHasValues ? 'glyphicon glyphicon-chevron- down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="specify-issue-date-link " data-toggle ="collapse " data-target =".js-issue-date " th:text ="#{t_specify_issue_date} "> Specify date of release</ a >
245
+ < span class ="glyphicon glyphicon-chevron-down "> </ span > < a href ="javascript:void(0) " id ="specify-issue-date-link " data-toggle ="collapse " data-target =".js-issue-date " th:text ="#{t_specify_issue_date} "> Specify date of release</ a >
246
246
</ div >
247
247
</ div >
248
248
249
- < div class ="form-group form-group-sm collapse js-issue-date " th:classappend ="|${issueDateHasErrors ? 'has-error in ' : ''} ${issueDateHasValues ? 'in ' : ''}| ">
249
+ < div class ="form-group form-group-sm js-issue-date collapse in " th:classappend ="|${issueDateHasErrors ? 'has-error' : ''} ${issueDateHasValues ? 'js-has-data ' : ''}| ">
250
250
< label for ="year " class ="control-label col-sm-3 ">
251
251
< span th:remove ="tag " th:text ="#{t_issue_date} ">
252
252
Date of release
@@ -334,11 +334,12 @@ <h3 th:text="${#strings.capitalize(add_series)}">
334
334
335
335
< div class ="form-group js-collapse-toggle-header ">
336
336
< div class ="col-sm-offset-3 col-sm-7 ">
337
- < span class ="glyphicon glyphicon-chevron-right " th:class ="${showCatalogsInfo ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-catalog-numbers-link " data-toggle ="collapse " data-target =".js-catalogs-info " th:text ="#{t_add_catalogs_info} "> Add information from stamps catalogues</ a >
337
+ < span class ="glyphicon glyphicon-chevron-down "> </ span >
338
+ < a href ="javascript:void(0) " id ="add-catalog-numbers-link " data-toggle ="collapse " data-target =".js-catalogs-info " th:text ="#{t_add_catalogs_info} "> Add information from stamps catalogues</ a >
338
339
</ div >
339
340
</ div >
340
341
341
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
342
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
342
343
< label for ="michelNumbers " class ="control-label col-sm-3 ">
343
344
< span th:remove ="tag " th:text ="#{t_michel} ">
344
345
Michel
@@ -363,7 +364,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
363
364
</ div >
364
365
</ div >
365
366
366
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
367
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
367
368
< label for ="scottNumbers " class ="control-label col-sm-3 ">
368
369
< span th:remove ="tag " th:text ="#{t_scott} ">
369
370
Scott
@@ -388,7 +389,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
388
389
</ div >
389
390
</ div >
390
391
391
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
392
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
392
393
< label for ="yvertNumbers " class ="control-label col-sm-3 ">
393
394
< span th:remove ="tag " th:text ="#{t_yvert} ">
394
395
Yvert
@@ -413,7 +414,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
413
414
</ div >
414
415
</ div >
415
416
416
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
417
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
417
418
< label for ="gibbonsNumbers " class ="control-label col-sm-3 ">
418
419
< span th:remove ="tag " th:text ="#{t_sg} ">
419
420
Gibbons
@@ -440,11 +441,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
440
441
441
442
< div class ="form-group js-collapse-toggle-header " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
442
443
< div class ="col-sm-offset-3 col-sm-5 ">
443
- < span class ="glyphicon glyphicon-chevron-right " th:class =" ${#fields.hasErrors('comment') or addSeriesForm.comment != null ? 'glyphicon glyphicon-chevron- down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-comment-link " data-toggle ="collapse " data-target =".js-comment " th:text ="#{t_add_comment} "> Add comment</ a >
444
+ < span class ="glyphicon glyphicon-chevron-down "> </ span > < a href ="javascript:void(0) " id ="add-comment-link " data-toggle ="collapse " data-target =".js-comment " th:text ="#{t_add_comment} "> Add comment</ a >
444
445
</ div >
445
446
</ div >
446
447
447
- < 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') ">
448
+ < 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') ">
448
449
< label for ="comment " class ="control-label col-sm-3 ">
449
450
< span th:remove ="tag " th:text ="#{t_comment} ">
450
451
Comment
0 commit comments