c'est mieux avec l'adresse

darcs-hash:20061117133630-f46e9-99b4045c73a37370bc69df7096db7e543233a5d8.gz
This commit is contained in:
gdetrez 2006-11-17 14:36:30 +01:00
parent 24be8b18f0
commit b488b68dcf

View file

@ -211,7 +211,7 @@ Impression.popup.popupError = function(erreur) {
Popup.create({}, "Erreur",
DIV({"id":"printingPopupContent", "style":"background-image:url(/static/images/dialog-warning.png)"},
SPAN(erreur),
A({"href":"#", "class":"aide", "target":"_blank"}, "Envoyer un rapport aux nounous"),
A({"href":"mailto:nounous@crans.org", "class":"crans_help aide"}, "Envoyer un rapport aux nounous"),
Popup.closeLink({"class":"aide", "style":"text-align:right;"}, "Fermer")));
Popup.display();
}