diff --git a/lang/libreavous_fr.php b/lang/libreavous_fr.php
index 5ef991b..ba10474 100644
--- a/lang/libreavous_fr.php
+++ b/lang/libreavous_fr.php
@@ -43,6 +43,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// page configuration
'titre_page_configurer' => 'Configuration particulière pour
Libre à vous !',
'options_libreavous' => 'Options
Libre à vous !',
+ 'calendrier_emissions_label' => 'Calendrier des émissions',
+ 'calendrier_emissions_explications' => 'C’est le fichier ics des émissions de la saison en cours à choisir dans la médiathèque.',
+ 'calendrier_emissions_title_label' => 'Attribut title',
+ 'calendrier_emissions_title_explications' => 'L’attribut title du bouton de téléchargement de ce fichier.',
'page_accueil' => 'Page Accueil',
'les_emissions' => 'Les émissions',
'licence_label' => 'Licence',
diff --git a/paquet.xml b/paquet.xml
index 389122c..d30854d 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -4,7 +4,7 @@
version="1.3.8"
schema="0.1.11"
etat="stable"
- compatibilite="[3.2.8;4.2.*]"
+ compatibilite="[3.2.8;4.*]"
>
+ APRIL - LIBRE À VOUS
diff --git a/squelettes/header/dist.html b/squelettes/header/dist.html
index d8eadd8..f46b538 100644
--- a/squelettes/header/dist.html
+++ b/squelettes/header/dist.html
@@ -9,7 +9,8 @@
[
(#FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{2})
]
-
+
diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss
index e9675e5..3d1fff3 100644
--- a/squelettes/scss/styles/_perso.scss
+++ b/squelettes/scss/styles/_perso.scss
@@ -84,6 +84,19 @@ span.btn {
width: 217px;
}
}
+ .calendrier_emissions {
+ font-size: 1.4em;
+ border: 0;
+ padding: .35em;
+ .fas {
+ color: white;
+ }
+ &:hover, &:focus {
+ .fas {
+ color: $couleurPrincipaleOn;
+ }
+ }
+ }
}
.sociaux {
display: inline-block;
@@ -181,7 +194,6 @@ span.btn {
}
}
}
-
}
}
> .page_container .nav > ul .loupe a {