Support #20352 Footer Modification
This commit is contained in:
parent
ab9de87d2b
commit
f04469c4f7
|
@ -0,0 +1,12 @@
|
|||
|
||||
# Changelog for territori-aperti Liferay Theme
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
|
||||
## [v1.0.0] - 2020-04-23
|
||||
|
||||
First release
|
||||
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.portal.plugins</groupId>
|
||||
<artifactId>territori-aperti-theme</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>6.5.1-SNAPSHOT</version>
|
||||
<version>6.5.2-SNAPSHOT</version>
|
||||
<name>territori-aperti-theme Theme</name>
|
||||
<description>
|
||||
D4Science territori-aperti Liferay Theme
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name=territori-aperti-theme
|
||||
module-group-id=liferay
|
||||
module-incremental-version=10
|
||||
module-incremental-version=11
|
||||
tags=
|
||||
short-description=
|
||||
change-log=
|
||||
|
|
|
@ -171,7 +171,7 @@ $theme.include($body_top_include)
|
|||
</div>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<div style="color: #CCC; font-size: 12px;text-align: right;">With the contribution of the Territorial Work and Knowledge Fund CGIL CISL UIL</div>
|
||||
<div style="color: #CCC; font-size: 12px;text-align: right;">Con il contributo di: Fondo Territori Lavoro e Conoscenza – CGIL CISL UIL</div>
|
||||
<div style="text-align: right;padding-top: 10px;">
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/CGIL.png" style="width: 50px;" alt="CGIL" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/cisl.png" style="width: 50px;" alt="CISL" hspace="5" />
|
||||
|
|
Loading…
Reference in New Issue