Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 864 | Rev 887 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 864 Rev 884
Line 576... Line 576...
576
	/* mouvement des blocs */
576
	/* mouvement des blocs */
577
	$(".colonne").sortable({
577
	$(".colonne").sortable({
578
		connectWith: ".colonne",
578
		connectWith: ".colonne",
579
		handle: $(".module").children('h3') // mouvement seulement sur les titres
579
		handle: $(".module").children('h3') // mouvement seulement sur les titres
580
	});
580
	});
581
 
-
 
582
	$(".colonne").disableSelection();
-
 
Line 583... Line 581...
583
	
581
	
584
	$('#zone_onglets').tabs({
582
	$('#zone_onglets').tabs({
585
		add: function(event, ui) {
583
		add: function(event, ui) {
586
			redimensionnerOnglets();
584
			redimensionnerOnglets();