X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Finc%2Fcouleurs.php;fp=www%2Fecrire%2Finc%2Fcouleurs.php;h=fe13876a71352cc05bc34cc8cb13178c94e69254;hp=aa3778f7cf9aa30292d42b514aba11aa4375bfdc;hb=e99f0878011913365e49b30d90e496c24c301393;hpb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed diff --git a/www/ecrire/inc/couleurs.php b/www/ecrire/inc/couleurs.php index aa3778f..fe13876 100644 --- a/www/ecrire/inc/couleurs.php +++ b/www/ecrire/inc/couleurs.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2011 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -102,14 +102,17 @@ onblur="changestyle(\'bandeauinterface\');"'; '' . http_img_pack("rien.gif", - _T('choix_couleur_interface') . $key, - "width='8' height='8' style='margin: 1px; background-color: " . $val['couleur_claire'] . ";'") + $key, + "width='8' height='8' style='margin: 1px; background-color: " . $val['couleur_claire'] . ";'", + _T('titre_changer_couleur_interface') . " $key" +) . ""; } @@ -124,7 +127,7 @@ onblur="changestyle(\'bandeauinterface\');"'; $('head>link#cssprivee') .clone() .removeAttr('id') - .attr('href', $(this).attr('rel')) + .attr('href', $(this).attr('title')) .appendTo($('head')); $.get($(this).attr('href'));