From 048714beda86a9422e1f131273d51d666616ada1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandra=20Ciesi=C5=84ska?= Date: Thu, 11 Jul 2024 13:10:22 +0200 Subject: [PATCH 1/2] AO-874: Changed names siglofa to sigeca and login background and header color for test enviroment --- config.json | 4 ++-- src/openlmis-header/header.html | 2 +- src/openlmis-header/user.html | 11 +++++++++++ src/openlmis-login/login-form.html | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 src/openlmis-header/user.html diff --git a/config.json b/config.json index 74d5c56..c2eeafa 100644 --- a/config.json +++ b/config.json @@ -11,8 +11,8 @@ "/openlmis-offline-ui" ], "REPORTING_SERVICES": "angola", - "applicationLoadingMessage": "Iniciando SIGLOFA", - "applicationTitle": "SIGLOFA", + "applicationLoadingMessage": "Iniciando SIGECA", + "applicationTitle": "SIGECA", "defaultLanguage": "pt", "showRequisitionLessOrder": "true" } \ No newline at end of file diff --git a/src/openlmis-header/header.html b/src/openlmis-header/header.html index 6b47658..86a24d5 100644 --- a/src/openlmis-header/header.html +++ b/src/openlmis-header/header.html @@ -1,7 +1,7 @@
+ ng-style="{'background': vm.isProdDomain ? 'linear-gradient(to top, #e4e4e4 0%, white 80%, #ffffff 100%)' : 'linear-gradient(to top, #012853 0%, #fff 80%, #fff 100%)'}" offline>

{{'openlmisHeader.appHeader' | message}}

diff --git a/src/openlmis-header/user.html b/src/openlmis-header/user.html new file mode 100644 index 0000000..9737d4e --- /dev/null +++ b/src/openlmis-header/user.html @@ -0,0 +1,11 @@ + diff --git a/src/openlmis-login/login-form.html b/src/openlmis-login/login-form.html index 6b2ee08..9926c27 100644 --- a/src/openlmis-login/login-form.html +++ b/src/openlmis-login/login-form.html @@ -1,7 +1,7 @@