Activate and update 'upgrade' banner

This commit is contained in:
erciccione 2019-11-09 10:04:13 +01:00
parent 09cfd9abeb
commit d9792584dd
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ global:
outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the
outdatedVersion: English version
outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete.
upgrade: To continue using Monero, make sure your software is up-to-date with the March 9th network upgrade.
upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade.
moreinfo: More info
lang_tag: "@lang_tag_en"

View File

@ -1,6 +1,6 @@
<div class="upgrade-container">
<input id="upgrade-toggle" type="checkbox">
<div class="upgrade-content">
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/aw86rx/updated_information_thread_regarding_the/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/dtt2j3/cli_v01500_carbon_chamaeleon_released/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
</div>
</div>

View File

@ -4,7 +4,7 @@
{% include head.html %}
<body>
<!-- {% include upgrade.html %} -->
{% include upgrade.html %}
<div class="page-wrapper">
{% include header.html %}
{{content}}

View File

@ -1133,7 +1133,7 @@ pre.highlight>code {
.upgrade-content {
background-color: #e5ba38;
background-color: #eb912c;
top: 0;
left: 0;
z-index: 4;