Gestion des attributs, on regarde le type de fichier envoyé..
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div>
|
||||
<form:label path="abstractText"><fmt:message key="form.submission.article.abstractText" /></form:label>
|
||||
<form:textarea path="abstractText" cols="60" rows="10" />*<br />
|
||||
<span class="abstractText"><form:errors path="theme" /></span>
|
||||
<span class="formError"><form:errors path="abstractText" /></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<div>
|
||||
<form:label path="file"><fmt:message key="form.article.file" /></form:label>
|
||||
<input type="file" name="file" />*
|
||||
<span class="abstractText"><form:errors path="file" /></span>
|
||||
<span class="formError"><form:errors path="file" /></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user