From 714c5d7a0abf6b1be7fc30a0857edc23f36b712c Mon Sep 17 00:00:00 2001 From: Itelio Lucas Date: Thu, 11 Jul 2019 16:25:02 +0200 Subject: [PATCH 001/131] Update patient registration translation --- ui/app/i18n/registration/locale_pt_BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/i18n/registration/locale_pt_BR.json b/ui/app/i18n/registration/locale_pt_BR.json index 6e8f835e63..517df6d7d7 100644 --- a/ui/app/i18n/registration/locale_pt_BR.json +++ b/ui/app/i18n/registration/locale_pt_BR.json @@ -158,7 +158,7 @@ "REGISTRATION_NUMBERS_OLY": "Introduza números positivos apenas", "REGISTRATION_CHARACTER_OLY": "Introduza caracteres apenas", "REGISTRATION_CHARACTER_AND_NUMBERS_OLY": "Introduza números e/ou caracteres apenas", - "REGISTRATION_OCCUPATION_CHOICE": "Começa a digitar uma ocupação/profissão", + "REGISTRATION_OCCUPATION_CHOICE": "Introduza uma ocupação/profissão", "REGISTRATION_CHOOSE_AN_OPTION": "Selecione uma opção", "PATTERN_REGISTRATION_NUMBERS_ONLY": "Números positivos apenas", "PATTERN_REGISTRATION_CHARACTERS_ONLY": "Introduza caracteres apenas", @@ -176,7 +176,7 @@ "Observations":"Observações", "REGISTRATION_REQUIRED_INVALID_FIELD": "Preencha os campos correctamente.", "REGISTRATION_PLACEHOLDER_FOR_NID_SEQUENCIAL_CODE" : "Ex: 12345", - "REGISTRATION_PLACEHOLDER_FOR_NID_YEAR" : "YYYY", + "REGISTRATION_PLACEHOLDER_FOR_NID_YEAR" : "AAAA", "REGISTRATION_PLACEHOLDER_FOR_NID_HEALTHFACILITY_CODE" : "Ex: 12345678", "US_REG_DATE_MESSAGE" : "Digite uma data válida." } \ No newline at end of file From 03e24ee1a92556c75cb35f808424834425b02059 Mon Sep 17 00:00:00 2001 From: Itelio Lucas Date: Wed, 17 Jul 2019 11:14:27 +0200 Subject: [PATCH 002/131] Remove all tooltips from registration form --- .../views/attributeInformation.html | 1 - ui/app/registration/views/age.html | 4 +--- ui/app/registration/views/newpatient.html | 8 +++---- ui/app/registration/views/patientcommon.html | 24 +++++++++---------- 4 files changed, 16 insertions(+), 21 deletions(-) diff --git a/ui/app/common/attributeTypes/views/attributeInformation.html b/ui/app/common/attributeTypes/views/attributeInformation.html index 98cb5c8777..acae71d8b6 100644 --- a/ui/app/common/attributeTypes/views/attributeInformation.html +++ b/ui/app/common/attributeTypes/views/attributeInformation.html @@ -51,7 +51,6 @@ ng-keyup="suggest(targetModel[attribute.name])" ng-blur="validateField(false)" ng-mouseleave="validateField(true)" - title="{{::'REGISTRATION_OCCUPATION_CHOICE' | translate}}" ng-required="{{::attribute.required}}" ng-style="{'border': borderColor, 'background': backgroundColor}">