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

changeset 393
0b5b37572021
parent 184
e8eecee6aadf
child 395
c3ef1c328b36
equal deleted inserted replaced
392:c0c7b4ca2946 393:0b5b37572021
49 </c:if> 49 </c:if>
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}">
55 <a class="onhover-edit-icon" href="${entry.editHref}">&#x270e;</a>
56 </c:if>
54 </div> 57 </div>
55 </c:forEach> 58 </c:forEach>

mercurial