Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1417 Rev 1513
Line 118... Line 118...
118
 
118
 
119
			Params enteteParams = new Params();
119
			Params enteteParams = new Params();
120
			enteteParams.set("nom", (String) personne.get("fmt_nom_complet"));
120
			enteteParams.set("nom", (String) personne.get("fmt_nom_complet"));
Line -... Line 121...
-
 
121
			enteteParams.set("mail", (String) personne.getCourrielPrinc());
121
			enteteParams.set("mail", (String) personne.getCourrielPrinc());
122
 
122
 
123
			tabLogos.removeAll();
123
			LinkedList lstLogos = (LinkedList) personne
124
			LinkedList lstLogos = (LinkedList) personne
Line 124... Line -...
124
					.getChaineDenormaliseAsMapOrList("truk_logo");
-
 
-
 
125
					.getChaineDenormaliseAsMapOrList("truk_logo");
125
			if (lstLogos != null && lstLogos.size() > 0) {
126
			if (lstLogos != null && lstLogos.size() > 0) {
126
 
127
 
127
				tabLogos.removeAll();
128
				
128
				String urlLogoPrinc = (String) lstLogos.get(0);
129
				String urlLogoPrinc = (String) lstLogos.get(0);
129
				if (!urlLogoPrinc.trim().equals("")) {
130
				if (!urlLogoPrinc.trim().equals("")) {