File tree Expand file tree Collapse file tree
app/shared/starts-with/text Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< form class ="w-100 " [formGroup] ="formData " (ngSubmit) ="submitForm(formData.value) ">
22 < div class ="row ">
33 < div class ="form-group input-group col-8 col-sm-12 col-md-6 ">
4- < input class ="form-control " placeholder ="{{'browse.startsWith.type_text' | translate}} " type ="text " name ="startsWith " formControlName ="startsWith " [value] ="getStartsWith() " />
4+ < input class ="form-control " [attr.aria-label] =" 'browse.startsWith.input' | translate " placeholder ="{{'browse.startsWith.type_text' | translate}} " type ="text " name ="startsWith " formControlName ="startsWith " [value] ="getStartsWith() " />
55 < span class ="input-group-append ">
66 < button class ="btn btn-primary " type ="submit "> < i class ="fas fa-book-open "> </ i > {{'browse.startsWith.submit' | translate}}</ button >
77 </ span >
Original file line number Diff line number Diff line change 849849
850850 "browse.startsWith.type_text" : "Filter results by typing the first few letters" ,
851851
852+ "browse.startsWith.input" : "Filter" ,
853+
852854 "browse.title" : "Browsing {{ collection }} by {{ field }}{{ startsWith }} {{ value }}" ,
853855
854856 "browse.title.page" : "Browsing {{ collection }} by {{ field }} {{ value }}" ,
You can’t perform that action at this time.
0 commit comments