Modification d'article

Ajout d'une image loupe pour le filtre user dans addConference
This commit is contained in:
Frederic Debuire
2008-02-16 19:53:14 +00:00
parent e3cb257f9e
commit 544fbca244
7 changed files with 36 additions and 20 deletions

View File

@@ -44,7 +44,12 @@
<div id="secondaryAuthorList" class="dynamicList">
<div class="dynamicListHeader">
<fmt:message key="form.submission.secondaryauthor" />
</div>
</div>
<c:if test="${param['action'] eq 'modify'}">
<c:forEach items="${listSecondaryAuthors}" var="secAuthor" varStatus="i">
<div class="dynamicListItem" style="height: 0px; width: 0px;" id="liste[${i.index}]">${secAuthor}<input type="hidden" id="liste[${i.index}]" name="liste[${i.index}]" value="${secAuthor}"/></div>
</c:forEach>
</c:if>
</div>
<input type="button" id="removeSecondaryButton" name="removeSecondary" value="<fmt:message key="button.removeSelected" />"/>
@@ -61,10 +66,8 @@
<input type="reset" value="<fmt:message key="button.reset" />"/>
<input type="submit" value="<fmt:message key="button.OK" />"/> <br/><br/>
</fieldset>
</form:form>
</form:form>
<a href="<c:url value="main.htm"/>">Home</a>