@@ -244,11 +244,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
244
244
245
245
< div class ="form-group js-collapse-toggle-header ">
246
246
< div class ="col-sm-offset-3 col-sm-5 ">
247
- < 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 >
247
+ < 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 >
248
248
</ div >
249
249
</ div >
250
250
251
- < div class ="form-group form-group-sm collapse js-issue-date " th:classappend ="|${issueDateHasErrors ? 'has-error in ' : ''} ${issueDateHasValues ? 'in ' : ''}| ">
251
+ < div class ="form-group form-group-sm js-issue-date collapse in " th:classappend ="|${issueDateHasErrors ? 'has-error' : ''} ${issueDateHasValues ? 'js-has-data ' : ''}| ">
252
252
< label for ="year " class ="control-label col-sm-3 ">
253
253
< span th:remove ="tag " th:text ="#{t_issue_date} ">
254
254
Date of release
@@ -336,11 +336,12 @@ <h3 th:text="${#strings.capitalize(add_series)}">
336
336
337
337
< div class ="form-group js-collapse-toggle-header ">
338
338
< div class ="col-sm-offset-3 col-sm-7 ">
339
- < 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 >
339
+ < span class ="glyphicon glyphicon-chevron-down "> </ span >
340
+ < 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 >
340
341
</ div >
341
342
</ div >
342
343
343
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
344
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
344
345
< label for ="michelNumbers " class ="control-label col-sm-3 ">
345
346
< span th:remove ="tag " th:text ="#{t_michel} ">
346
347
Michel
@@ -365,7 +366,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
365
366
</ div >
366
367
</ div >
367
368
368
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
369
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
369
370
< label for ="scottNumbers " class ="control-label col-sm-3 ">
370
371
< span th:remove ="tag " th:text ="#{t_scott} ">
371
372
Scott
@@ -390,7 +391,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
390
391
</ div >
391
392
</ div >
392
393
393
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
394
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
394
395
< label for ="yvertNumbers " class ="control-label col-sm-3 ">
395
396
< span th:remove ="tag " th:text ="#{t_yvert} ">
396
397
Yvert
@@ -415,7 +416,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
415
416
</ div >
416
417
</ div >
417
418
418
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
419
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
419
420
< label for ="gibbonsNumbers " class ="control-label col-sm-3 ">
420
421
< span th:remove ="tag " th:text ="#{t_sg} ">
421
422
Gibbons
@@ -442,11 +443,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
442
443
443
444
< div class ="form-group js-collapse-toggle-header " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
444
445
< div class ="col-sm-offset-3 col-sm-5 ">
445
- < 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 >
446
+ < 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 >
446
447
</ div >
447
448
</ div >
448
449
449
- < 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') ">
450
+ < 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') ">
450
451
< label for ="comment " class ="control-label col-sm-3 ">
451
452
< span th:remove ="tag " th:text ="#{t_comment} ">
452
453
Comment
0 commit comments