Corrections CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -75,4 +75,4 @@
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user