From 435936185039e8a3eb220d0ecbef1734df1f9d40 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 May 2024 17:08:40 -0300 Subject: [PATCH 1/2] DSpace #1176 - Browse by Author serious issues --- .../starts-with/text/starts-with-text.component.html | 7 +++++-- .../starts-with/text/starts-with-text.component.scss | 4 ++++ src/assets/i18n/en.json5 | 2 ++ src/assets/i18n/es.json5 | 2 ++ src/assets/i18n/pt-BR.json5 | 5 ++++- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/app/shared/starts-with/text/starts-with-text.component.html b/src/app/shared/starts-with/text/starts-with-text.component.html index 926a2f932d9..edbd1f1960d 100644 --- a/src/app/shared/starts-with/text/starts-with-text.component.html +++ b/src/app/shared/starts-with/text/starts-with-text.component.html @@ -1,10 +1,13 @@
+
-
- +
+
+ {{'browse.startsWith.type_text' | translate}} +
diff --git a/src/app/shared/starts-with/text/starts-with-text.component.scss b/src/app/shared/starts-with/text/starts-with-text.component.scss index 4576be4b288..619da409561 100644 --- a/src/app/shared/starts-with/text/starts-with-text.component.scss +++ b/src/app/shared/starts-with/text/starts-with-text.component.scss @@ -3,3 +3,7 @@ background-color: var(--bs-input-bg); color: var(--bs-input-color); } + +.form-group { + margin-bottom: 0; +} diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index bd837c64f63..4a2b2e2331c 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -6731,4 +6731,6 @@ "item.page.cc.license.title": "Creative Commons license", "item.page.cc.license.disclaimer": "Except where otherwised noted, this item's license is described as", + + "browse.search-form.placeholder": "Search the repository", } diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5 index 4c76b3a0901..7e75b69f2ba 100644 --- a/src/assets/i18n/es.json5 +++ b/src/assets/i18n/es.json5 @@ -8254,6 +8254,8 @@ // "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", +//"browse.search-form.placeholder": "Search the repository", +"browse.search-form.placeholder": "Buscar en el repositorio", } diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index 51f4d00007d..84137834706 100644 --- a/src/assets/i18n/pt-BR.json5 +++ b/src/assets/i18n/pt-BR.json5 @@ -1693,7 +1693,7 @@ "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": "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": "Filtro", @@ -8274,4 +8274,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": "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", } From ff68eacff3375ff1631480dba6cedcce4626ed8b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 May 2024 09:12:54 -0300 Subject: [PATCH 2/2] Correcting a formatting error --- src/assets/i18n/es.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5 index 7e75b69f2ba..4d750b15801 100644 --- a/src/assets/i18n/es.json5 +++ b/src/assets/i18n/es.json5 @@ -8254,8 +8254,8 @@ // "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", -//"browse.search-form.placeholder": "Search the repository", -"browse.search-form.placeholder": "Buscar en el repositorio", + //"browse.search-form.placeholder": "Search the repository", + "browse.search-form.placeholder": "Buscar en el repositorio", }