Corrections travail en groupe

This commit is contained in:
2008-02-24 18:46:33 +00:00
parent 6bae365791
commit 7227de0598
29 changed files with 438 additions and 191 deletions

View File

@@ -18,7 +18,13 @@
<fmt:param value="5" />
</fmt:message>
<form:form commandName="formConference" name="monForm">
<p class="formHelp">
<fmt:message key="conference.remainingTokens">
<fmt:param value="${currentUser.conferenceCreationTokens}"/>
</fmt:message>
</p>
<form:form commandName="formConference">
<table class="form">
<tbody>
<tr>
@@ -50,7 +56,7 @@
<tfoot>
<tr>
<td>&nbsp;</td>
<td><input type="submit" align="middle" name="_target1"
<td><input type="submit" name="_target1"
value="Next" /></td>
</tr>
</tfoot>