[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / menus_1 / formulaires / editer_menus_entree.html
index 5c5b3a1..806a7a9 100644 (file)
@@ -9,7 +9,7 @@
                parametre : url d'action ]
                #ACTION_FORMULAIRE{#ENV{action}}
 
-               <ul>
+               <ul class="editer-groupe">
                        <li class="fieldset">
                                <fieldset>
                                        <h3 class="legend"><:menus:formulaire_partie_construction:></h3>
@@ -25,7 +25,7 @@
 </div>
 
 <script type="text/javascript">
-       $(function(){
+       (function($){
                $('.entree .actions').hide();
                $('.entree .ligne')
                        .hover(
@@ -36,5 +36,5 @@
                                        $(this).find('.actions').hide();
                                }
                        );
-       });
-</script>
\ No newline at end of file
+       })(jQuery);
+</script>