]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/admin/admin_user_add.xhtml
Added missing admin_user_unlock.xhtml
[addressbook-war.git] / web / admin / admin_user_add.xhtml
index dbfd0e004b861ab86f8e1c0162678465581170a9..19e2ddeb8058ce634c660f92befd09e796106cfd 100644 (file)
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <div class="table">
+                               <h:form id="admin_add_user">
+                                       <div class="table_header">
+                                               #{msg.ADMIN_ADD_USER_TITLE}
+                                       </div>
+
+                                       <ui:include src="/WEB-INF/templates/admin/admin_form_personal_data.tpl" />
+
+                                       <div class="table_footer">
+                                               <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                               <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_ADD_USER}" action="#{adminUserController.addUser()}" />
+                                       </div>
+                               </h:form>
+                       </div>
                </ui:define>
        </ui:composition>
 </html>