Changeset 61007 in spip-zone
- Timestamp:
- May 5, 2012, 4:08:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mots/formulaires/configurer_mots.html
r48507 r61007 16 16 ]<div class="choix"> 17 17 <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" 18 onchange="if ($(this). attr('checked')) $('li.editer_articles_mots').siblings('li').show('fast');"18 onchange="if ($(this).prop('checked')) $('li.editer_articles_mots').siblings('li').show('fast');" 19 19 [(#ENV{#GET{name}}|=={oui}|oui)checked="checked"] /><label for="#GET{name}_oui"><:mots:item_utiliser_mots_cles:></label> 20 20 </div> 21 21 <div class="choix"> 22 22 <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" 23 onchange="if ($(this). attr('checked')) $('li.editer_articles_mots').siblings('li').hide('fast');"23 onchange="if ($(this).prop('checked')) $('li.editer_articles_mots').siblings('li').hide('fast');" 24 24 [(#ENV{#GET{name}}|=={oui}|non)checked="checked"] /><label for="#GET{name}_non"><:mots:item_non_utiliser_mots_cles:></label> 25 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.