mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
Activate and update 'upgrade' banner
This commit is contained in:
parent
09cfd9abeb
commit
d9792584dd
@ -32,7 +32,7 @@ global:
|
|||||||
outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the
|
outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the
|
||||||
outdatedVersion: English version
|
outdatedVersion: English version
|
||||||
outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete.
|
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
|
moreinfo: More info
|
||||||
lang_tag: "@lang_tag_en"
|
lang_tag: "@lang_tag_en"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<div class="upgrade-container">
|
<div class="upgrade-container">
|
||||||
<input id="upgrade-toggle" type="checkbox">
|
<input id="upgrade-toggle" type="checkbox">
|
||||||
<div class="upgrade-content">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- {% include upgrade.html %} -->
|
{% include upgrade.html %}
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
{{content}}
|
{{content}}
|
||||||
|
@ -1133,7 +1133,7 @@ pre.highlight>code {
|
|||||||
|
|
||||||
|
|
||||||
.upgrade-content {
|
.upgrade-content {
|
||||||
background-color: #e5ba38;
|
background-color: #eb912c;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user