@@ -280,11 +280,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
280
280
281
281
< div class ="form-group js-collapse-toggle-header ">
282
282
< div class ="col-sm-offset-3 col-sm-5 ">
283
- < 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 >
283
+ < 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 >
284
284
</ div >
285
285
</ div >
286
286
287
- < div class ="form-group form-group-sm collapse js-issue-date " th:classappend ="|${issueDateHasErrors ? 'has-error in ' : ''} ${issueDateHasValues ? 'in ' : ''}| ">
287
+ < div class ="form-group form-group-sm js-issue-date collapse in " th:classappend ="|${issueDateHasErrors ? 'has-error' : ''} ${issueDateHasValues ? 'js-has-data ' : ''}| ">
288
288
< label for ="year " class ="control-label col-sm-3 ">
289
289
< span th:remove ="tag " th:text ="#{t_issue_date} ">
290
290
Date of release
@@ -372,11 +372,12 @@ <h3 th:text="${#strings.capitalize(add_series)}">
372
372
373
373
< div class ="form-group js-collapse-toggle-header ">
374
374
< div class ="col-sm-offset-3 col-sm-7 ">
375
- < 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 >
375
+ < span class ="glyphicon glyphicon-chevron-down "> </ span >
376
+ < 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 >
376
377
</ div >
377
378
</ div >
378
379
379
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
380
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${michelHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
380
381
< label for ="michelNumbers " class ="control-label col-sm-3 ">
381
382
< span th:remove ="tag " th:text ="#{t_michel} ">
382
383
Michel
@@ -401,7 +402,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
401
402
</ div >
402
403
</ div >
403
404
404
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
405
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${scottHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
405
406
< label for ="scottNumbers " class ="control-label col-sm-3 ">
406
407
< span th:remove ="tag " th:text ="#{t_scott} ">
407
408
Scott
@@ -426,7 +427,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
426
427
</ div >
427
428
</ div >
428
429
429
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
430
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
430
431
< label for ="yvertNumbers " class ="control-label col-sm-3 ">
431
432
< span th:remove ="tag " th:text ="#{t_yvert} ">
432
433
Yvert
@@ -451,7 +452,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
451
452
</ div >
452
453
</ div >
453
454
454
- < div class ="form-group form-group-sm collapse js-catalogs-info " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'in ' : ''}| ">
455
+ < div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data ' : ''}| ">
455
456
< label for ="gibbonsNumbers " class ="control-label col-sm-3 ">
456
457
< span th:remove ="tag " th:text ="#{t_sg} ">
457
458
Gibbons
@@ -478,11 +479,11 @@ <h3 th:text="${#strings.capitalize(add_series)}">
478
479
479
480
< div class ="form-group js-collapse-toggle-header " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
480
481
< div class ="col-sm-offset-3 col-sm-5 ">
481
- < 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 >
482
+ < 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 >
482
483
</ div >
483
484
</ div >
484
485
485
- < 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') ">
486
+ < 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') ">
486
487
< label for ="comment " class ="control-label col-sm-3 ">
487
488
< span th:remove ="tag " th:text ="#{t_comment} ">
488
489
Comment
0 commit comments