]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/admin_footer.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / admin_footer.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:h="http://java.sun.com/jsf/html"
5         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
6         xmlns:p="http://primefaces.org/ui"
7         >
8
9         <h:form>
10                 <p:menubar>
11                         <p:menuitem
12                                 outcome="index"
13                                 value="#{msg.ADMIN_LINK_FOOTER_TO_WEBPAGE}"
14                                 title="#{msg.ADMIN_LINK_FOOTER_TO_WEBPAGE_TITLE}"
15                                 />
16                 </p:menubar>
17         </h:form>
18 </ui:composition>