refactoring formulaire edition campagne, en HTML, avec meilleure lisibilite/accessibilite
[spip_souscriptions.git] / formulaires / configurer_souscription.html
index b96dd83..1c2010d 100644 (file)
        </div>
        </form>
 </div>
-<script type="text/javascript">
-       jQuery(function(){
-               jQuery(".suite.fieldset").each(function(){
-                       var me=this;
-                       jQuery(me).prev(".editer").find("input.checkbox").click(function(){
-                               if (jQuery(this).prop("checked"))
-                                       jQuery(me).show('fast');
-                               else
-                                       jQuery(me).hide('fast');
-                       })
-               })
-       })
-</script>
-<style>
-input.checkbox:checked+label {font-weight: bold;}
-li.fieldset.adhesion {margin-bottom: 1em}
-li.suite {margin-left: 40px;}
-</style>
\ No newline at end of file
+<INCLURE{fond=formulaires/inc-formulaires-suite} />