Changeset 61004 in spip-zone
- Timestamp:
- May 5, 2012, 4:08:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/dump/formulaires/restaurer.html
r59823 r61004 40 40 <div class="choix"> 41 41 <input type="checkbox" name="tout_restaurer" id="tout_restaurer" value="oui"[(#ENV{tout_restaurer}|oui)checked="checked"] 42 onchange="jQuery(this). attr('checked')?jQuery('#liste_tables').hide('fast'):jQuery('#liste_tables').show('fast');" />42 onchange="jQuery(this).prop('checked')?jQuery('#liste_tables').hide('fast'):jQuery('#liste_tables').show('fast');" /> 43 43 <label for="tout_restaurer"><:dump:tout_restaurer:></label> 44 44 </div>
Note: See TracChangeset
for help on using the changeset viewer.