Skip to content
Extraits de code Groupes Projets
Valider e8153782 rédigé par Maïeul's avatar Maïeul
Parcourir les fichiers

pour le masquage/affichage des options de traitement, s'appuyer sur les JS d'afficher_si

parent e24ec324
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
var check = jQuery(me).prev().find('input.checkbox'); var check = jQuery(me).prev().find('input.checkbox');
check.bind('change',function(){ check.bind('change',function(){
if (check.is(':checked')){ if (check.is(':checked')){
jQuery(me).show('slow'); jQuery(me).#EVAL{_SAISIES_AFFICHER_SI_JS_SHOW};
check.closest('.editer').addClass('hover'); check.closest('.editer').addClass('hover');
} }
else { else {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
// force update // force update
.trigger('change'); .trigger('change');
}) })
.find('h3').hide(); .find('h3').#EVAL{_SAISIES_AFFICHER_SI_JS_HIDE}();
}); });
</script> </script>
<style> <style>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter