Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1337 Rev 1354
Line 1964... Line 1964...
1964
				CheckBox cac = liste.get(i);
1964
				CheckBox cac = liste.get(i);
1965
				if (cac.isEnabled()) {
1965
				if (cac.isEnabled()) {
1966
					identifiants = identifiants.concat(";;"+cac.getData("id"));
1966
					identifiants = identifiants.concat(";;"+cac.getData("id"));
1967
				}
1967
				}
1968
			}
1968
			}
1969
			identifiants.replaceFirst("^;;", "");
1969
			identifiants = identifiants.replaceFirst("^;;", "");
1970
		}
1970
		}
1971
		return identifiants;
1971
		return identifiants;
1972
	}
1972
	}
Line 1973... Line 1973...
1973
	
1973