]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/admin_footer.tpl
WIP - 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:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7         xmlns:p="http://primefaces.org/ui"
8         xmlns:pm="http://primefaces.org/mobile">
9
10         <pm:footer id="footer" fixed="true" tapToggle="false">
11                 <ul class="navbar-horizontal">
12                         <li><p:link outcome="index" value="#{msg.LINK_ADMIN_FOOTER_TO_WEBPAGE}" /></li>
13                 </ul>
14         </pm:footer>
15 </ui:composition>