Quelques corrections supplementaires

MailSenderService : plus de lancement d'exception, simple log
This commit is contained in:
2008-02-25 20:07:26 +00:00
parent 6d4b6b3e79
commit c3258fe818
7 changed files with 46 additions and 6 deletions

View File

@@ -71,7 +71,7 @@
<td width="7%">Show</td>
<td width="93%"><input id="register" type="checkbox" name="register" value="Register" onchange="ShowRegistered()" checked="checked"> Conference you are registered in<br />
<input id="notregister" type="checkbox" name="notregister" value="NotRegister" onchange="ShowNotRegistered()" checked="checked"> Conference you are not registered in<br />
<input id="ongoing" type="checkbox" name="ongoing" value="Ongoing" onchange="ShowOngoing()"> Only ongoing conferences<br />
<input id="ongoing" type="checkbox" name="ongoing" value="Upcoming" onchange="ShowOngoing()" checked="checked"> Only upcoming conferences<br />
</td>
</tr>
</table>
@@ -87,7 +87,7 @@
<c:when test="${varName == 'true'}">
<c:choose>
<c:when test="${conference.currentPhase == 'PAST'}">
<div class="conferenceBloc cbb isRegistered confPast">
<div class="conferenceBloc cbb isRegistered confPast" style="display:none;height:0px;width:0px;">
<h2>
${conference.title} - In this conference you are:
<c:forEach items="${listRole}" var="role">