diff options
author | filip <filip.komar@gmail.com> | 2018-09-29 15:28:20 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-09-29 15:28:20 +0200 |
commit | 14ae2af879362c76a9813ec98ddeae9f272d4106 (patch) | |
tree | f1092f84ff649fc13223105c1f6a90d7bfca5cb8 /en | |
parent | 396aec5a6b961cd62a590919cacaea497363fb40 (diff) | |
download | www-14ae2af879362c76a9813ec98ddeae9f272d4106.tar www-14ae2af879362c76a9813ec98ddeae9f272d4106.tar.gz www-14ae2af879362c76a9813ec98ddeae9f272d4106.tar.bz2 www-14ae2af879362c76a9813ec98ddeae9f272d4106.tar.xz www-14ae2af879362c76a9813ec98ddeae9f272d4106.zip |
added warning for mga5 EOL + one small css fix
Diffstat (limited to 'en')
-rw-r--r-- | en/5/download_index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 2449a953d..f4d2121ec 100644 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -98,6 +98,9 @@ input[type="radio"], input[type="submit"] { text-shadow: none; border-radius: 6px; } +.warn { + color:#a00; +} </style> </head> <body class="release downloads"> @@ -117,6 +120,7 @@ input[type="radio"], input[type="submit"] { </noscript> <div class="para"> + <?php _g('But please remember that it already <a href="%s">reached EOL</a>.', array(_r('https://blog.mageia.org/en/2018/09/15/summers-end-roundup-2018/')), 'h2 class="warn"'); ?> <p> <?php _g('Mageia is provided as ISO image files that have to be written to blank <a href="%s">CD or DVD discs</a>.', array(_r('https://wiki.mageia.org/en/Writing_CD_and_DVD_images')), ' '); ?> <br> |