Skip to content

Commit

Permalink
[TASK] Extend inactive information with ELTS (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Dec 13, 2022
1 parent ae17bd4 commit 1c39ff7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions templates/default/partials/version/inactive.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
{% frame with { id: 'notice-outdated' } %}
<div class="alert alert-danger">
<h2 class="h4 alert-heading">This version is not supported anymore.</h2>
<p class="mb-0">
<p>
The TYPO3 CMS community supported from <strong>{{ releaseDate.format("Y-m-d") }}</strong>
until <strong>{{ maintainedUntil|date("Y-m-d") }}</strong>. Please consider updating to a newer version.
until <strong>{{ maintainedUntil|date("Y-m-d") }}</strong>.
Extended security &amp; compatibility support (ELTS) expired on
<strong>{{ eltsUntil|date("Y-m-d") }}</strong>.
</p>
<p class="mb-0">
Please consider updating to a newer version.
</p>
</div>
{% endframe %}
Expand Down

0 comments on commit 1c39ff7

Please sign in to comment.