src/main/webapp/WEB-INF/jspf/navmenu.jspf

changeset 412
e0119fb1b442
parent 395
c3ef1c328b36
equal deleted inserted replaced
411:568aff1e5d13 412:e0119fb1b442
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 <span class="edit-icon-container"> 55 <a class="edit-icon" href="${entry.editHref}"></a>
56 <a class="onhover-edit-icon" href="${entry.editHref}">&#x270e;</a>
57 </span>
58 </c:if> 56 </c:if>
59 </div> 57 </div>
60 </c:forEach> 58 </c:forEach>

mercurial