Add "Edit this page" link for authenticated editors (to end of page at
sitemesh level?).
/trunk/web/src/main/webapp/WEB-INF/sitemesh/layout.jsp#57
- <decorator:body />
+ <decorator:body />
+ <% if (user.isEditor())
<div id="vosao_edit_link">
<a href="/cms">Edit this page</a>
<% } %>
</div>
Is there a way to pass the name of the page and load that page directly?
Original issue reported on code.google.com by ted.husted on 31 Jan 2010 at 12:36
Original issue reported on code.google.com by
ted.husted
on 31 Jan 2010 at 12:36