Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2816 Rev 2904
Line 945... Line 945...
945
			var chpEtendu = {cle: cle, label: label, valeur: valeur};
945
			var chpEtendu = {cle: cle, label: label, valeur: valeur};
946
			champs.push(chpEtendu);
946
			champs.push(chpEtendu);
947
		}
947
		}
948
	});
948
	});
949
	return champs;
949
	return champs;
950
};
-
 
951
950
};
-
 
951