From 7ca1f4d96f0bb9c49ba5d8ecf1c6137aba55deb6 Mon Sep 17 00:00:00 2001 From: JhonSGIzquierdo Date: Wed, 24 Apr 2024 14:50:49 -0500 Subject: [PATCH 1/3] :wrench: chore(IPI-2.3): A2-453 - Story 1 - Visual Changes --- .../WEB-INF/global/macros/deliverableMacros.ftl | 5 ++++- .../src/main/webapp/WEB-INF/global/macros/forms.ftl | 2 +- .../deliverables/deliverableDissemination.js | 2 +- marlo-web/src/main/webapp/global/css/global.css | 12 ++++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/marlo-web/src/main/webapp/WEB-INF/global/macros/deliverableMacros.ftl b/marlo-web/src/main/webapp/WEB-INF/global/macros/deliverableMacros.ftl index d4c3541218..ebec107f8a 100644 --- a/marlo-web/src/main/webapp/WEB-INF/global/macros/deliverableMacros.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/global/macros/deliverableMacros.ftl @@ -404,8 +404,11 @@
-
+
[@customForm.text name=(list[index].project.acronym)!"" /] + [#if action.isSubmit(cluster.project.id)] +

Cluster submitted.

+ [/#if]

diff --git a/marlo-web/src/main/webapp/WEB-INF/global/macros/forms.ftl b/marlo-web/src/main/webapp/WEB-INF/global/macros/forms.ftl index d0353011e3..08320bc51d 100644 --- a/marlo-web/src/main/webapp/WEB-INF/global/macros/forms.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/global/macros/forms.ftl @@ -16,7 +16,7 @@ [#if editable] [#-- Condition to add input group to field --] [#if inputGroupText != ""]
${inputGroupText}[/#if] - + [#if inputGroupText != ""]
[/#if] [#-- End condition --] [#else] diff --git a/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableDissemination.js b/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableDissemination.js index f6d0ba97e0..63e968a042 100644 --- a/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableDissemination.js +++ b/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableDissemination.js @@ -308,7 +308,7 @@ if(remainingYouth == 0 && remainingAfrican == 0 && remainingFemales == 0 && rema $('input[name="deliverable.deliverableInfo.remainingPending"]').val('false'); } else{ - $('.remaining-container').css('color', '#FFC300'); + $('.remaining-container').css('color', '#ECB00C'); $('.doneParticipant').css('display', 'none'); $('.alertParticipant').css('display', 'flex'); $('input[name="deliverable.deliverableInfo.remainingPending"]').val('true'); diff --git a/marlo-web/src/main/webapp/global/css/global.css b/marlo-web/src/main/webapp/global/css/global.css index 0ada4ecbf3..36b17b1f8c 100644 --- a/marlo-web/src/main/webapp/global/css/global.css +++ b/marlo-web/src/main/webapp/global/css/global.css @@ -365,6 +365,13 @@ div.fieldFocus { margin: 20px 0 !important; } +div input.fieldDisabled { + background-color: #eee !important; + opacity: 1 !important; + color: #5A5A5A !important; + border: none !important; +} + /* Table default style*/ table.default { margin: 0px 0 !important; @@ -7376,6 +7383,11 @@ img.fileIcon { width: 100%; } +.text-flex-column{ + display: flex; + flex-flow: column; +} + .commentNumberContainer { display: none; flex-flow: column; From 4c6afa2ac359eafb4f2a62e024778d4797928921 Mon Sep 17 00:00:00 2001 From: JhonSGIzquierdo Date: Wed, 24 Apr 2024 16:20:40 -0500 Subject: [PATCH 2/3] :wrench: chore(IPI-2.3): A2-455 - A2-456 - Modal --- .../crp/views/projects/projectDeliverable.ftl | 23 ++++++++++++------- .../crp/css/projects/projectDeliverable.css | 13 ++++++----- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectDeliverable.ftl b/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectDeliverable.ftl index dd8d57d140..6cd34f676c 100644 --- a/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectDeliverable.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectDeliverable.ftl @@ -101,12 +101,16 @@
-