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

changeset 393
0b5b37572021
parent 184
e8eecee6aadf
child 395
c3ef1c328b36
--- a/src/main/webapp/WEB-INF/jspf/navmenu.jspf	Sat Oct 04 13:34:33 2025 +0200
+++ b/src/main/webapp/WEB-INF/jspf/navmenu.jspf	Sat Oct 04 14:41:35 2025 +0200
@@ -51,5 +51,8 @@
                 <c:out value="${entry.caption}"/>
             </c:if>
         </a>
+        <c:if test="${not empty entry.editHref}">
+            <a class="onhover-edit-icon" href="${entry.editHref}">&#x270e;</a>
+        </c:if>
     </div>
 </c:forEach>

mercurial