mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
taskid 85843 Add a tree to browse hierarchical facets on the search page - i18n updates
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<div *ngIf="vocabularyExists$ | async"
|
<div *ngIf="vocabularyExists$ | async"
|
||||||
id="show-{{filterConfig.name}}-tree"
|
id="show-{{filterConfig.name}}-tree"
|
||||||
|
class="text-lowercase"
|
||||||
(click)="showVocabularyTree()">
|
(click)="showVocabularyTree()">
|
||||||
{{'search.filters.filter.show-tree' | translate: {name: filterConfig.name} }}
|
{{'search.filters.filter.show-tree' | translate: {name: ('search.filters.filter.' + filterConfig.name + '.head' | translate)} }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user