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

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

mercurial