Subversion Repositories eFlore/Applications.del

Rev

Rev 1621 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1621 Rev 1686
Line 116... Line 116...
116
			vue.ajouterStyleLienAuteur();
116
			vue.ajouterStyleLienAuteur();
117
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
117
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
Line 118... Line 118...
118
				
118
				
119
				@Override
119
				@Override
-
 
120
				public void onClick(ClickEvent event) {
120
				public void onClick(ClickEvent event) {
121
					Config config = new Config();
121
					Window.open(new Config().getUrl("profil") + image.getObservation().getIdAuteur(), "Profil utilisateur", null);
122
					Window.open(new Config().getUrl("profil") + image.getObservation().getIdAuteur(), "Profil utilisateur", config.getInfo("popupOptions"));
122
				}
123
				}
123
			});
124
			});
124
		} catch(Exception e) {
125
		} catch(Exception e) {
125
			// pas de bol mon coco
126
			// pas de bol mon coco