File tree Expand file tree Collapse file tree
app/shared/form/vocabulary-treeview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< div class ="treeview-header row ">
33 < div class ="col-12 ">
44 < div class ="input-group ">
5- < input type ="text " class ="form-control " [(ngModel)] ="searchText " (keyup.enter) ="search() ">
5+ < input type ="text " class ="form-control " [(ngModel)] ="searchText "
6+ [attr.aria-label] ="'vocabulary-treeview.search.form.search-placeholder' | translate "
7+ (keyup.enter) ="search() ">
68 < div class ="input-group-append " id ="button-addon4 ">
79 < button class ="btn btn-outline-primary " type ="button " (click) ="search() " [disabled] ="!isSearchEnabled() ">
810 {{'vocabulary-treeview.search.form.search' | translate}}
Original file line number Diff line number Diff line change 47364736
47374737 "vocabulary-treeview.search.form.search" : "Search" ,
47384738
4739+ "vocabulary-treeview.search.form.search-placeholder" : "Filter results by typing the first few letters" ,
4740+
47394741 "vocabulary-treeview.search.no-result" : "There were no items to show" ,
47404742
47414743 "vocabulary-treeview.tree.description.nsi" : "The Norwegian Science Index" ,
You can’t perform that action at this time.
0 commit comments