Skip to content

Commit 1faed29

Browse files
committed
ESURVEY-7883 EUSurvey Footer - Update ISA² to DEP-Interoperability label
1 parent 98662d9 commit 1faed29

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

src/main/webapp/WEB-INF/Content/mailtemplateeusurvey.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</table>
5050
<div style="padding: 0px">
5151
<p style="align:left; line-height:16px;font-size:10px;color:#009900;font-family:Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="[HOST]resources/images/mail/tree.png" />Please consider the environment before printing this mail.</p>
52-
<p style="align:left; line-height:14px;font-size:10px;color:#707070;font-family:Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EUSurvey is supported by the European Commission's <a href="https://ec.europa.eu/isa2/home_en" style="color:#808080;">ISA² programme</a>, which promotes interoperability solutions for European public administrations.</p>
52+
<p style="align:left; line-height:14px;font-size:10px;color:#707070;font-family:Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EUSurvey is supported by the European Commission's <a target="_blank" href="https://digital-strategy.ec.europa.eu/en/activities/digital-programme" style="color:#808080;" aria-label="DEP programme - Opens in new window">DEP-Interoperability programme</a>, which promotes interoperability solutions for European public administrations.</p>
5353
</div>
5454
</body>
5555
</html>

src/main/webapp/WEB-INF/classes/messages_en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ error.ValidEmail = Please provide a valid e-mail address
201201
error.ValidName = Please provide a valid username
202202
error.SmtpServerNotConfigured = The application cannot send an activation link by e-mail due to a missing SMTP server configuration. Your registration process has been cancelled.
203203
footer.fundedNew = EUSurvey is supported by the European Commission's <a target="_blank" href="https://ec.europa.eu/isa2/home_en" aria-label="ISA² programme - Opens in new window">ISA² programme</a>, which promotes interoperability solutions for European public administrations.
204+
footer.fundedDEP = EUSurvey is supported by the European Commission's <a target="_blank" href="https://digital-strategy.ec.europa.eu/en/activities/digital-programme" aria-label="DEP programme - Opens in new window">DEP-Interoperability programme</a>, which promotes interoperability solutions for European public administrations.
204205
footer.fundedOSSNew = EUSurvey is developed by the European Commission's Directorate-General for Informatics and is supported by the <a target="_blank" href="https://ec.europa.eu/isa2/home_en" aria-label="ISA² programme - Opens in new window">ISA² programme</a>, which promotes interoperability solutions for European public administrations.
205206
footer.submit = Submit a bug report or feature request
206207
form.Cell = Cell

src/main/webapp/WEB-INF/views/footer.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<i>
2727
<c:choose>
2828
<c:when test="${oss}"><spring:message code="footer.fundedOSSNew" /></c:when>
29-
<c:otherwise><spring:message code="footer.fundedNew" /></c:otherwise>
29+
<c:otherwise><spring:message code="footer.fundedDEP" /></c:otherwise>
3030
</c:choose>
3131
</i>
3232
</div>

src/main/webapp/WEB-INF/views/footerNoLanguagesEC.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<c:choose>
1010
<c:when test="${oss}">${form.getMessage("footer.fundedOSSNew")}</c:when>
11-
<c:otherwise>${form.getMessage("footer.fundedNew")}</c:otherwise>
11+
<c:otherwise>${form.getMessage("footer.fundedDEP")}</c:otherwise>
1212
</c:choose>
1313

1414
<br /><br />

src/main/webapp/WEB-INF/views/footerNoLanguagesECnew.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="margin-top: 10px;">
99
<c:choose>
1010
<c:when test="${oss}">${form.getMessage("footer.fundedOSSNew")}</c:when>
11-
<c:otherwise>${form.getMessage("footer.fundedNew")}</c:otherwise>
11+
<c:otherwise>${form.getMessage("footer.fundedDEP")}</c:otherwise>
1212
</c:choose>
1313
</div>
1414

src/main/webapp/WEB-INF/views/footerresponsive.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<c:when test="${form != null}">
1010
<c:choose>
1111
<c:when test="${oss}">${form.getMessage("footer.fundedOSSNew")}</c:when>
12-
<c:otherwise>${form.getMessage("footer.fundedNew")}</c:otherwise>
12+
<c:otherwise>${form.getMessage("footer.fundedDEP")}</c:otherwise>
1313
</c:choose>
1414
</c:when>
1515
<c:otherwise>
1616
<c:choose>
1717
<c:when test="${oss}"><spring:message code="footer.fundedOSSNew" /></c:when>
18-
<c:otherwise><spring:message code="footer.fundedNew" /></c:otherwise>
18+
<c:otherwise><spring:message code="footer.fundedDEP" /></c:otherwise>
1919
</c:choose>
2020
</c:otherwise>
2121
</c:choose>

0 commit comments

Comments
 (0)