Changeset 61006 in spip-zone
- Timestamp:
- May 5, 2012, 4:08:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mediabox/formulaires/configurer_mediabox.html
r48507 r61006 10 10 <div class="choix"> 11 11 <input type="checkbox" name="active" class="checkbox" id="active_on" value="oui" [(#ENV{active,oui}|=={oui}|oui) checked="checked"] 12 onchange="var t=jQuery(this).parents('li').eq(0).siblings('li.fieldset');if (jQuery(this). attr('checked')) t.show('fast'); else t.hide('fast');"12 onchange="var t=jQuery(this).parents('li').eq(0).siblings('li.fieldset');if (jQuery(this).prop('checked')) t.show('fast'); else t.hide('fast');" 13 13 /> 14 14 <label for='active_on'><strong><:mediabox:label_active:></strong></label>
Note: See TracChangeset
for help on using the changeset viewer.