50 <c:if test="${not entry.resolveCaption}"> |
50 <c:if test="${not entry.resolveCaption}"> |
51 <c:out value="${entry.caption}"/> |
51 <c:out value="${entry.caption}"/> |
52 </c:if> |
52 </c:if> |
53 </a> |
53 </a> |
54 <c:if test="${not empty entry.editHref}"> |
54 <c:if test="${not empty entry.editHref}"> |
55 <a class="onhover-edit-icon" href="${entry.editHref}">✎</a> |
55 <span class="edit-icon-container"> |
|
56 <a class="onhover-edit-icon" href="${entry.editHref}">✎</a> |
|
57 </span> |
56 </c:if> |
58 </c:if> |
57 </div> |
59 </div> |
58 </c:forEach> |
60 </c:forEach> |