Multiple corrections

This commit is contained in:
Frederic Debuire
2008-02-24 23:17:02 +00:00
parent 461fcf7793
commit 2251288425
15 changed files with 341 additions and 139 deletions

View File

@@ -31,7 +31,7 @@
</td>
<td><form:input onfocus="ds_sh(this);" path="dateArticle"
cssStyle="cursor: text" />
<div class="formErrors">
<div class="formError">
<form:errors path="dateArticle" />
</div>
</td>
@@ -41,7 +41,7 @@
</td>
<td><form:input onfocus="ds_sh(this);" path="dateEvaluation"
cssStyle="cursor: text" />
<div class="formErrors">
<div class="formError">
<form:errors path="dateEvaluation" />
</div>
</td>
@@ -51,7 +51,7 @@
</td>
<td><form:input onfocus="ds_sh(this);" path="dateStart"
cssStyle="cursor: text" />
<div class="formErrors">
<div class="formError">
<form:errors path="dateStart" />
</div>
</td>
@@ -60,7 +60,7 @@
<td class="formLabel"><fmt:message key="conference2.end" /></td>
<td><form:input onfocus="ds_sh(this);" path="dateEnd"
cssStyle="cursor: text" />
<div class="formErrors">
<div class="formError">
<form:errors path="dateEnd" />
</div>
</td>