This commit is contained in:
Nicolas Michard
2008-02-26 08:54:45 +00:00
parent 304937f955
commit 8fca4fcd0a
3 changed files with 23 additions and 4 deletions

View File

@@ -15,7 +15,13 @@
<p class="formOk">
Your article has been successfully deleted.<br/>
</p>
</c:if>
</c:if>
<c:if test="${param['delete'] eq 'ko'}">
<p class="errorBox">
Your article cannot be deleted.<br/>
</p>
</c:if>
<c:choose>
<c:when test="${empty listArticle}">