Multiple corrections
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user