Modif d'un truc

This commit is contained in:
Frederic Debuire
2008-03-14 10:27:47 +00:00
parent c58a26c758
commit bfb1956895

View File

@@ -167,7 +167,7 @@ public class DelegateArticleController implements Controller{
conferenceManager.addRole(RoleType.REFEREE, refereeId, conf.getId()); conferenceManager.addRole(RoleType.REFEREE, refereeId, conf.getId());
// Send an email to the referee // Send an email to the referee
String mailSubject = "YACOS : you asked to review an article for a conference"; String mailSubject = "YACOS : you asked to review an article for a conference";
String mailBody = "A member of the new conference "+SessionService.getInstance().getCurrentConference().getTitle(); String mailBody = "A member of the new conference "+conf.getTitle();
mailBody += " has added you to the Program Committee\n"; mailBody += " has added you to the Program Committee\n";
mailBody += "You will be able to view, evaluate or delegate the evaluation of the articles that will be submitted\n"; mailBody += "You will be able to view, evaluate or delegate the evaluation of the articles that will be submitted\n";
mailBody += YACOSUtils.fullURL("userBoard.htm"); mailBody += YACOSUtils.fullURL("userBoard.htm");