Compare commits

...

5 Commits

7 changed files with 14 additions and 5 deletions

View File

@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
This project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v6.6.2-SNAPSHOT] - 2023-08-31
- Updated Funded by EU logo
## [v6.6.1] - 2022-12-01
- updated logo
## [v6.6.0] - 2022-03-17
- Added automatic request support URL when none is specified in the setting

View File

@ -11,7 +11,7 @@
<artifactId>generic-configurable-theme</artifactId>
<packaging>war</packaging>
<name>generic-configurable-theme Theme</name>
<version>6.6.0</version>
<version>6.6.2-SNAPSHOT</version>
<description>
D4Science Generic Configurable Liferay Theme
</description>

View File

@ -1,6 +1,6 @@
name=generic-configurable-theme
module-group-id=liferay
module-incremental-version=7
module-incremental-version=8
tags=
short-description=
change-log=

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -135,7 +135,7 @@ $theme.include($body_top_include)
#if ($theme.getSetting("show-powered-d4science") == "true")
<div class="poweredBy-link">
<a href="http://www.d4science.org" target="_blank" class="$logo_css_class">
<img src="$themeDisplay.getPathThemeImages()/custom/powered-by-d4science.png" alt="D4Science Infrastructure" hspace="5" />
<img src="$themeDisplay.getPathThemeImages()/custom/powered-by-d4Science40.png" alt="D4Science Infrastructure" hspace="5" />
</a>
</div>
#end
@ -184,8 +184,8 @@ $theme.include($body_top_include)
</div>
<div style="float:right; text-align: right;">
#if ($theme.getSetting("show-eu-flag") == "true")
<a href="http://ec.europa.eu/programmes/horizon2020/" target="_blank">
<img src="$themeDisplay.getPathThemeImages()/custom/logo-ec.jpg" style="width: 35px;" alt="EU H2020 programme" hspace="5" />
<a href="https://commission.europa.eu/funding-tenders_en" target="_blank">
<img src="$themeDisplay.getPathThemeImages()/custom/FundedbytheEU.png" style="width: 180px;" alt="EU Commission programme" hspace="5" />
</a>
#end
<div style="color: #CCC; font-size: 12px;">$theme.getSetting("footer-text-about")</div>