Skip to content

Commit 839471b

Browse files
committed
Merge branch 'aiccra-tip-integration' into aiccra-dev
2 parents 8895f4f + c9ae216 commit 839471b

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

marlo-web/src/main/resources/custom/aicrra.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ menu.additionalReporting.help=Supplementary Reporting not directly linked to a C
253253
menu.studies=OICRs & MELIAs
254254
menu.bi=BI
255255
menu.bi.deliverablesMonitoring=Deliverables Monitoring
256-
menu.tip=TIP
256+
menu.tip=Dissemination
257257

258258
# Breadcrumb
259259
breadCrumb.menu.guestUsers=Guest Users

marlo-web/src/main/resources/global.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ menu.additionalReporting=Supplementary
255255
menu.additionalReporting.help=Supplementary Reporting not directly linked to a Project
256256
menu.studies=Evidences
257257
menu.bi=BI
258-
menu.tip=TIP
258+
menu.tip=Dissemination
259259

260260
# Breadcrumb
261261
breadCrumb.menu.guestUsers=Guest Users
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[#ftl]
22
[#assign title = "TIP" /]
33
[#assign currentSectionString = "${actionName?replace('/','-')}-phase-${(actualPhase.id)!}" /]
4-
[#assign customJS = ["${baseUrlMedia}/js/tip/tipEmbedded.js?20231120a"] /]
4+
[#assign customJS = ["${baseUrlMedia}/js/tip/tipEmbedded.js?20231121a"] /]
55
[#assign customCSS = [
6-
"${baseUrl}/crp/css/tip/tipEmbedded.css?20231120a", "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
6+
"${baseUrl}/crp/css/tip/tipEmbedded.css?20231121a", "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
77
]
88
/]
99
[#assign currentSection = "tip" /]
10-
[#--
11-
[#assign breadCrumb = [
12-
{"label":"${currentSection}", "nameSpace":"", "action":""}
13-
]
14-
/]
15-
--]
10+
1611
[#include "/WEB-INF/global/pages/header.ftl" /]
1712
[#include "/WEB-INF/global/pages/main-menu.ftl" /]
1813

1914
[#import "/WEB-INF/global/macros/utils.ftl" as utils /]
2015

21-
<span id="userCanLeaveComments" style="display: none;">${(action.canLeaveComments()?c)!}</span>
22-
23-
24-
<section class="container containerBI">
16+
<section class="container">
17+
<h4 class="sectionTitle sectionTitle-tip">Deliverable Dissemination</h4>
18+
<div id="tip">
19+
20+
If you need to disseminate a deliverable...
21+
</div>
22+
</br>
23+
</br>
24+
2525
<div id="embeddedPage"></div>
2626
</section>
27-
27+
2828
[#include "/WEB-INF/global/pages/footer.ftl"]
2929

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
.fullscreen-button {
22
position: absolute;
3-
top: 20px;
4-
right: 20px;
3+
top: -10x;
4+
right: 17px;
55
}
66

77
.timeline-phases {
88
display: none;
9+
}
10+
11+
.sectionTitle-tip{
12+
margin-top:10px;
913
}

marlo-web/src/main/webapp/global/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ select.input-sm {
5454

5555
.container:not(.loginPage) {
5656
position: relative;
57-
width: 80% !important;
57+
width: 83% !important;
5858
}
5959

6060
@media only screen and (max-width: 1300px) {

0 commit comments

Comments
 (0)