mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
DSpace #1176 - Browse by Author serious issues
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
<form class="w-100" [formGroup]="formData" (ngSubmit)="submitForm(formData.value)">
|
<form class="w-100" [formGroup]="formData" (ngSubmit)="submitForm(formData.value)">
|
||||||
|
<div class="mb-3">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group input-group col-8 col-sm-12 col-md-6">
|
<div class="form-group input-group col-sm-12 col-md-6 col-auto">
|
||||||
<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()" />
|
<input class="form-control" [attr.aria-label]="'browse.startsWith.input' | translate" placeholder="{{'browse.search-form.placeholder' | translate}}" type="text" name="startsWith" formControlName="startsWith" [value]="getStartsWith()" />
|
||||||
<span class="input-group-append">
|
<span class="input-group-append">
|
||||||
<button class="btn btn-primary" type="submit"><i class="fas fa-book-open"></i> {{'browse.startsWith.submit' | translate}}</button>
|
<button class="btn btn-primary" type="submit"><i class="fas fa-book-open"></i> {{'browse.startsWith.submit' | translate}}</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<small class="text-muted">{{'browse.startsWith.type_text' | translate}}</small>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@@ -3,3 +3,7 @@
|
|||||||
background-color: var(--bs-input-bg);
|
background-color: var(--bs-input-bg);
|
||||||
color: var(--bs-input-color);
|
color: var(--bs-input-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
@@ -5366,4 +5366,5 @@
|
|||||||
|
|
||||||
"process.overview.unknown.user": "Unknown",
|
"process.overview.unknown.user": "Unknown",
|
||||||
|
|
||||||
|
"browse.search-form.placeholder": "Search the repository",
|
||||||
}
|
}
|
||||||
|
@@ -7828,6 +7828,8 @@
|
|||||||
// "access-control-option-end-date-note": "Select the date until which the related access condition is applied",
|
// "access-control-option-end-date-note": "Select the date until which the related access condition is applied",
|
||||||
"access-control-option-end-date-note": "Escoja la fecha hasta la cuál se aplicarán las condiciones de acceso especificadas",
|
"access-control-option-end-date-note": "Escoja la fecha hasta la cuál se aplicarán las condiciones de acceso especificadas",
|
||||||
|
|
||||||
|
//"browse.search-form.placeholder": "Search the repository",
|
||||||
|
"browse.search-form.placeholder": "Buscar en el repositorio",
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -1290,7 +1290,7 @@
|
|||||||
"browse.startsWith.type_date.label": "Ou digite na data (year-month) e clique no botão de Ir",
|
"browse.startsWith.type_date.label": "Ou digite na data (year-month) e clique no botão de Ir",
|
||||||
|
|
||||||
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
|
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
|
||||||
"browse.startsWith.type_text": "Filtrar resultados informando as primeiras letras:",
|
"browse.startsWith.type_text": "Filtrar resultados informando as primeiras letras",
|
||||||
|
|
||||||
// "browse.startsWith.input": "Filter", (Auto-Translated)
|
// "browse.startsWith.input": "Filter", (Auto-Translated)
|
||||||
"browse.startsWith.input": "Filtro",
|
"browse.startsWith.input": "Filtro",
|
||||||
@@ -7854,4 +7854,7 @@
|
|||||||
|
|
||||||
// "access-control-option-end-date-note": "Select the date until which the related access condition is applied", (Auto-Translated)
|
// "access-control-option-end-date-note": "Select the date until which the related access condition is applied", (Auto-Translated)
|
||||||
"access-control-option-end-date-note": "Selecione a data até a qual a condição de acesso relacionada é aplicada",
|
"access-control-option-end-date-note": "Selecione a data até a qual a condição de acesso relacionada é aplicada",
|
||||||
|
|
||||||
|
//"browse.search-form.placeholder": "Search the repository",
|
||||||
|
"browse.search-form.placeholder": "Buscar no repositório",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user