X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fplatal%2Facces_smtp.tpl;h=30b571b2a2e2ffb3eb1dacee55347281dc11f204;hb=03bda5524bd16c5c160a314d42baefe0b3254c62;hp=35d3fefeb2763dd841b4073bbf5f21b4db2d6c37;hpb=25fe4c85de79aa601948d788b5754b5b6070080d;p=platal.git diff --git a/templates/platal/acces_smtp.tpl b/templates/platal/acces_smtp.tpl index 35d3fef..30b571b 100644 --- a/templates/platal/acces_smtp.tpl +++ b/templates/platal/acces_smtp.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -32,12 +32,12 @@ pw1 = document.forms.smtppass_form.smtppass1.value; pw2 = document.forms.smtppass_form.smtppass2.value; if (pw1 != pw2) { - alert ("\nErreur : les deux champs ne sont pas identiques !"); + alert ("\nErreur : les deux champs ne sont pas identiques !"); exit; return false; } if (pw1.length < 6) { - alert ("\nErreur : le nouveau mot de passe doit faire au moins 6 caractères !"); + alert ("\nErreur : le nouveau mot de passe doit faire au moins 6 caractères !"); exit; return false; }