plugin organiseur

Pierre Troll <[email protected]>
Newsgroups gmane.comp.web.spip.devel
Message-ID <[email protected]>
bonjour,

dans le formulaire editer_message.html

le jquery n'est plus adapté à la nouvelle nomenclature div

<input type='checkbox' name='rv' id='rv' value='oui' 
[(#ENV{rv}|=={oui}|oui)checked='checked']
                                                 onclick="if 
(this.checked==true) { $('li.editer_date_debut_fin').show('fast');} else 
{$('li.editer_date_debut_fin').hide('fast');}" />

->

<input type='checkbox' name='rv' id='rv' value='oui' 
[(#ENV{rv}|=={oui}|oui)checked='checked']
                                                 onclick="if 
(this.checked==true) { $('div.editer_date_debut_fin').show('fast');} 
else {$('div.editer_date_debut_fin').hide('fast');}" />

bonne journée, Pierre
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.