Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1288 Rev 1832
Line 1584... Line 1584...
1584
		if(idsImg.length <= 0)
1584
		if(idsImg.length <= 0)
1585
		{
1585
		{
1586
			Window.alert("Aucune image selectionnée") ;
1586
			Window.alert("Aucune image selectionnée") ;
1587
			return ;
1587
			return ;
1588
		} else {
1588
		} else {
1589
			for (int i = 0; i < idsImg.length; i++) {
1589
			for (int i = 0; i < idsImg.length; i++) {	
1590
	
-
 
1591
				String idEncours = idsImg[i];
1590
				String idEncours = iModele.obtenirIdPourOrdre(idsImg[i]);
1592
				selectionImages += idEncours + ",";
1591
				selectionImages += idEncours + ",";
1593
			}
1592
			}
1594
		}
1593
		}
Line 1595... Line 1594...
1595
		
1594