From a9558575d57ab6e3af468e709ee46785a5e1ca59 Mon Sep 17 00:00:00 2001 From: b_b <brunobergot@gmail.com> Date: Wed, 31 Jul 2013 16:37:24 +0000 Subject: [PATCH] =?UTF-8?q?p=C3=A9touille=20mais=20plus=20classe=20(marcim?= =?UTF-8?q?at)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prive/formulaires/configurer_preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prive/formulaires/configurer_preferences.html b/prive/formulaires/configurer_preferences.html index 1bbdd83392..dcd0f18f92 100644 --- a/prive/formulaires/configurer_preferences.html +++ b/prive/formulaires/configurer_preferences.html @@ -77,7 +77,7 @@ ]<BOUCLE_couleurs(POUR){tableau #ENV{couleurs}}> <div class="choix"> <input type='radio' class='radio' name='#GET{name}' id='[(#GET{name})]_#CLE'[(#ENV{#GET{name}}|=={#CLE}|oui)checked="checked" ]value="#CLE" - onchange="if (this.checked) jQuery('head>link#csspriveedef').clone().removeAttr('id').attr('href', '[(#ENV{_couleurs_url}|table_valeur{#CLE})]').appendTo(jQuery('head'));" /> + onchange="if (this.checked) jQuery('head>link#csspriveedef').clone().removeAttr('id').attr('href', '[(#ENV{_couleurs_url/#CLE})]').appendTo(jQuery('head'));" /> <label for="[(#GET{name})]_#CLE"> <img src="#CHEMIN{rien.gif}" alt="" width="16" height="16" style="background-color:[#(#VALEUR{couleur_foncee}|couleur_foncer)];" /> <img src="#CHEMIN{rien.gif}" alt="<:choix_couleur_interface|attribut_html:> 1" width="16" height="16" style="background-color:[(#VALEUR{couleur_foncee})];" /> -- GitLab