]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/contact/admin_contact_edit.xhtml
Continued a bit: (please cherry-pick)
[jjobs-war.git] / web / admin / contact / admin_contact_edit.xhtml
index 299b3308e9f1e46001f88a1dc1f7ebbc7ffcb6ed..642dbc8fec33a137868e972057a72ad199fda139 100644 (file)
@@ -1,50 +1,49 @@
-<?xml version="1.0" encoding="UTF-8" ?>\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html\r
-       lang="#{localizationController.language}" xml:lang="#{localizationController.language}"\r
-       xmlns="http://www.w3.org/1999/xhtml"\r
-       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"\r
-       xmlns:h="http://xmlns.jcp.org/jsf/html"\r
-       xmlns:f="http://xmlns.jcp.org/jsf/core"\r
-       >\r
-\r
-       <f:metadata>\r
-               <f:viewParam name="contactId" value="#{adminHelper.contact}" converter="ContactConverter" required="true" requiredMessage="#{msg.ERROR_PARAMETER_CONTACT_ID_NOT_SET}" />\r
-               <f:viewAction action="#{adminHelper.copyContactToController()}" />\r
-       </f:metadata>\r
-\r
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">\r
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT}</ui:define>\r
-\r
-               <ui:define name="content_header">\r
-                       #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT}\r
-               </ui:define>\r
-\r
-               <ui:define name="content">\r
-                       <h:outputText styleClass="errors" value="#{msg.ERROR_CONTACT_ID_NOT_FOUND}" rendered="#{empty adminHelper.contact}" />\r
-\r
-                       <h:form id="admin_edit_user" rendered="#{not empty adminHelper.contact}">\r
-                               <div class="table">\r
-                                       <div class="table_header">\r
-                                               <h:outputFormat value="#{msg.ADMIN_EDIT_CONTACT_TITLE}">\r
-                                                       <f:param value="#{adminHelper.contact.contactId}" />\r
-                                               </h:outputFormat>\r
-                                       </div>\r
-\r
-                                       <div class="para notice">\r
-                                               #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE}\r
-                                       </div>\r
-\r
-                                       <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl">\r
-                                               <ui:param name="mode" value="edit" />\r
-                                       </ui:include>\r
-\r
-                                       <div class="table_footer">\r
-                                               <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />\r
-                                               <h:commandButton styleClass="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_CONTACT}" action="#{adminContactController.editContactData()}" />\r
-                                       </div>\r
-                               </div>\r
-                       </h:form>\r
-               </ui:define>\r
-       </ui:composition>\r
-</html>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+       lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
+       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"
+       >
+
+       <f:metadata>
+               <f:viewParam name="contactId" value="#{beanHelper.contact}" converter="ContactConverter" required="true" requiredMessage="#{msg.ERROR_PARAMETER_CONTACT_ID_NOT_SET}" />
+               <f:viewAction action="#{beanHelper.copyContactToController()}" />
+       </f:metadata>
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT}
+               </ui:define>
+
+               <ui:define name="content">
+                       <h:outputText styleClass="errors" value="#{msg.ERROR_CONTACT_ID_NOT_FOUND}" rendered="#{empty beanHelper.contact}" />
+
+                       <h:form id="form_admin_edit_user" rendered="#{not empty beanHelper.contact}">
+                               <div class="table">
+                                       <div class="table_header">
+                                               <h:outputFormat value="#{msg.ADMIN_EDIT_CONTACT_TITLE}">
+                                                       <f:param value="#{beanHelper.contact.contactId}" />
+                                               </h:outputFormat>
+                                       </div>
+
+                                       <div class="para notice">
+                                               <h:outputFormat value="#{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE}" />
+                                       </div>
+
+                                       <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl">
+                                               <ui:param name="mode" value="edit" />
+                                       </ui:include>
+
+                                       <div class="table_footer">
+                                               <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                               <h:commandButton styleClass="submit" type="submit" id="edit_contact" value="#{msg.BUTTON_ADMIN_EDIT_CONTACT}" action="#{adminContactController.editContactData()}" />
+                                       </div>
+                               </div>
+                       </h:form>
+               </ui:define>
+       </ui:composition>
+</html>