Corrections CSS

This commit is contained in:
2008-02-16 16:24:18 +00:00
parent 3b0c845902
commit e3cb257f9e
6 changed files with 161 additions and 23 deletions

View File

@@ -29,26 +29,41 @@
<tr>
<td class="formLabel"><fmt:message key="conference2.article" />
</td>
<td><form:input onclick="ds_sh(this);" path="dateArticle"
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateArticle" /></div></td>
<td><form:input onfocus="ds_sh(this);" path="dateArticle"
cssStyle="cursor: text" />
<div class="formErrors">
<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" /> <div class="formError"><form:errors path="dateEvaluation" /></div>
<td><form:input onfocus="ds_sh(this);" path="dateEvaluation"
cssStyle="cursor: text" />
<div class="formErrors">
<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" /> <div class="formError"><form:errors path="dateStart" /></div></td>
<td><form:input onfocus="ds_sh(this);" path="dateStart"
cssStyle="cursor: text" />
<div class="formErrors">
<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" /> <div class="formError"><form:errors path="dateEnd" /></div></td>
<td><form:input onfocus="ds_sh(this);" path="dateEnd"
cssStyle="cursor: text" />
<div class="formErrors">
<form:errors path="dateEnd" />
</div>
</td>
</tr>
</tbody>
<tfoot>