File tree Expand file tree Collapse file tree 5 files changed +22
-18
lines changed Expand file tree Collapse file tree 5 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ menu.additionalReporting.help=Supplementary Reporting not directly linked to a C
253
253
menu.studies =OICRs & MELIAs
254
254
menu.bi =BI
255
255
menu.bi.deliverablesMonitoring =Deliverables Monitoring
256
- menu.tip =TIP
256
+ menu.tip =Dissemination
257
257
258
258
# Breadcrumb
259
259
breadCrumb.menu.guestUsers =Guest Users
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ menu.additionalReporting=Supplementary
255
255
menu.additionalReporting.help =Supplementary Reporting not directly linked to a Project
256
256
menu.studies =Evidences
257
257
menu.bi =BI
258
- menu.tip =TIP
258
+ menu.tip =Dissemination
259
259
260
260
# Breadcrumb
261
261
breadCrumb.menu.guestUsers =Guest Users
Original file line number Diff line number Diff line change 1
1
[#ftl ]
2
2
[#assign title = "TIP" / ]
3
3
[#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 " ] /]
5
5
[#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"
7
7
]
8
8
/]
9
9
[#assign currentSection = "tip" / ]
10
- [#--
11
- [#assign breadCrumb = [
12
- {"label":"${currentSection}", "nameSpace":"", "action":""}
13
- ]
14
- /]
15
- --]
10
+
16
11
[#include "/WEB-INF/global/pages/header.ftl" / ]
17
12
[#include "/WEB-INF/global/pages/main-menu.ftl" / ]
18
13
19
14
[#import "/WEB-INF/global/macros/utils.ftl" as utils / ]
20
15
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
+
25
25
<div id =" embeddedPage" ></div >
26
26
</section >
27
-
27
+
28
28
[#include "/WEB-INF/global/pages/footer.ftl" ]
29
29
Original file line number Diff line number Diff line change 1
1
.fullscreen-button {
2
2
position : absolute;
3
- top : 20 px ;
4
- right : 20 px ;
3
+ top : -10 x ;
4
+ right : 17 px ;
5
5
}
6
6
7
7
.timeline-phases {
8
8
display : none;
9
+ }
10
+
11
+ .sectionTitle-tip {
12
+ margin-top : 10px ;
9
13
}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ select.input-sm {
54
54
55
55
.container : not (.loginPage ) {
56
56
position : relative;
57
- width : 80 % !important ;
57
+ width : 83 % !important ;
58
58
}
59
59
60
60
@media only screen and (max-width : 1300px ) {
You can’t perform that action at this time.
0 commit comments