]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/admin_logout.xhtml
Please cherry-pick:
[jjobs-war.git] / web / admin / admin_logout.xhtml
index 70fa64a706531def4914a6fa49c454ddc4530947..494270833e29b7ac4e9e9215e5c13bf19206a00a 100644 (file)
@@ -3,9 +3,10 @@
                                xmlns="http://www.w3.org/1999/xhtml"
                                xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
                                xmlns:h="http://xmlns.jcp.org/jsf/html"
-                               xmlns:f="http://xmlns.jcp.org/jsf/core">
+                               xmlns:f="http://xmlns.jcp.org/jsf/core"
+                               xmlns:p="http://primefaces.org/ui">
 
-       <ui:define name="admin_title">
+       <ui:define name="document_admin_title">
                <h:outputText value="#{msg.PAGE_TITLE_ADMIN_LOGOUT}" />
        </ui:define>
 
@@ -14,9 +15,9 @@
        </ui:define>
 
        <ui:define name="content">
-               <h:form id="form_admin_logout">
+               <h:form id="form-admin-logout">
                        <h:panelGroup styleClass="table" layout="block">
-                               <div class="table_header">
+                               <div class="table-header">
                                        <h:outputText value="#{msg.ADMIN_LOGOUT_TITLE}" />
                                </div>
 
@@ -24,8 +25,8 @@
                                        <h:outputText value="#{msg.ADMIN_LOGOUT_NOTICE}" />
                                </h:panelGroup>
 
-                               <div class="table_footer">
-                                       <h:commandButton styleClass="submit" type="submit" action="#{userLoginController.doAdminLogout()}" value="#{msg.BUTTON_USER_LOGOUT}" />
+                               <div class="table-footer">
+                                       <p:commandButton styleClass="submit" type="submit" action="#{userLoginController.doAdminLogout()}" value="#{msg.BUTTON_USER_LOGOUT}" />
                                </div>
                        </h:panelGroup>
                </h:form>