AddConference: ajout de validation
Login: tentative de repérage de la touche entrée
This commit is contained in:
@@ -30,25 +30,25 @@
|
||||
<td class="formLabel"><fmt:message key="conference2.article" />
|
||||
</td>
|
||||
<td><form:input onclick="ds_sh(this);" path="dateArticle"
|
||||
cssStyle="cursor: text" /> <form:errors path="dateArticle" /></td>
|
||||
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateArticle" /></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formLabel"><fmt:message key="conference2.evaluation" />
|
||||
</td>
|
||||
<td><form:input onclick="ds_sh(this);" path="dateEvaluation"
|
||||
cssStyle="cursor: text" /> <form:errors path="dateEvaluation" />
|
||||
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateEvaluation" /></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formLabel"><fmt:message key="conference2.start" />
|
||||
</td>
|
||||
<td><form:input onclick="ds_sh(this);" path="dateStart"
|
||||
cssStyle="cursor: text" /> <form:errors path="dateStart" /></td>
|
||||
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateStart" /></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formLabel"><fmt:message key="conference2.end" /></td>
|
||||
<td><form:input onclick="ds_sh(this);" path="dateEnd"
|
||||
cssStyle="cursor: text" /> <form:errors path="dateEnd" /></td>
|
||||
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateEnd" /></div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
|
||||
Reference in New Issue
Block a user