- [(#SAISIE{radio, showIcon, label=<:tarteaucitron:cfg_btn_showIcon:>, defaut=true, data=[(#ARRAY{true,Oui,false,Non})]})]
- [(#SAISIE{radio, iconPosition, label=<:tarteaucitron:cfg_iconposition:>, defaut=BottomRight, data=[(#ARRAY{BottomRight, En bas à droite, BottomLeft, En bas à gauche, TopRight, En haut à droite, TopLeft, En haut à gauche})]})]
+ [(#SAISIE{checkbox, showIcon, label=<:tarteaucitron:cfg_btn_showIcon:>, data=[(#ARRAY{true,<:item_oui:>})]})]
+ [(#SAISIE{selection, iconPosition, option_intro=<:tarteaucitron:cfg_choose_option:>, label=<:tarteaucitron:cfg_iconposition:>, defaut=BottomRight, data=[(#ARRAY{BottomRight, <:tarteaucitron:cfg_position_bd:>, BottomLeft, <:tarteaucitron:cfg_position_bg:>, TopRight, <:tarteaucitron:cfg_position_hd:>, TopLeft, <:tarteaucitron:cfg_position_hg:>})]})]
diff --git a/javascript/tarteaucitron_config.html b/javascript/tarteaucitron_config.html
index 585fb2d..f414659 100644
--- a/javascript/tarteaucitron_config.html
+++ b/javascript/tarteaucitron_config.html
@@ -12,15 +12,15 @@
"cookieslist": false, /* Afficher la liste des cookies installés ? */
/* Gestion de la petite icone Cookie */
- "showIcon": #CONFIG{tarteaucitron/showIcon, true}, /* Show cookie Icon or not */
+ "showIcon": [(#CONFIG{tarteaucitron/showIcon}|table_valeur{0}|?{true,false})], /* Show cookie Icon or not */
"iconPosition": "#CONFIG{tarteaucitron/iconPosition, BottomRight}", /* BottomRight, BottomLeft, TopRight and TopLeft */
"adblocker": false, /* Afficher un message si un adblocker est détecté */
/* Gestion grand bandeau */
"DenyAllCta" : true, /* Show the deny all button */
- "AcceptAllCta" : #CONFIG{tarteaucitron/acceptallcta, true}, /* Show the accept all button when highPrivacy on */
- "highPrivacy": #CONFIG{tarteaucitron/highprivacy, true}, /* Si true, affiche le bandeau de consentement. Sinon, le consentement est implicite. */
+ "AcceptAllCta" : [(#CONFIG{tarteaucitron/acceptallcta}|table_valeur{0}|?{true,false})], /* Show the accept all button when highPrivacy on */
+ "highPrivacy": [(#CONFIG{tarteaucitron/highprivacy}|table_valeur{0}|?{true,false})], /* Si true, affiche le bandeau de consentement. Sinon, le consentement est implicite. */
"handleBrowserDNTRequest": true, /* If Do Not Track == 1, disallow all */
diff --git a/lang/tarteaucitron_fr.php b/lang/tarteaucitron_fr.php
index 92a2946..9fdc049 100644
--- a/lang/tarteaucitron_fr.php
+++ b/lang/tarteaucitron_fr.php
@@ -22,6 +22,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_exemple_explication' => 'Explication de cet exemple',
'cfg_iconposition' => 'Positionner le cookie…',
'cfg_placement_bandeau' => 'Placement vertical du bandeau',
+ 'cfg_position_bd' => 'En bas à droite',
+ 'cfg_position_bg' => 'En bas à gauche',
+ 'cfg_position_hd' => 'En haut à droite',
+ 'cfg_position_hg' => 'En haut à gauche',
'cfg_readmorelink' => 'URL du lien ’En savoir plus’',
'cfg_readmorelink_explication' => 'Ex. : spip.php ?article1, rgpd, gestion-des-cookies, etc.',
'cfg_text_alertbigprivacy' => 'Texte',