]> git.mxchange.org Git - jfinancials-war.git/commitdiff
added title (e.g. Dr., Prof. etc)
authorRoland Häder <roland@mxchange.org>
Tue, 31 May 2016 13:27:46 +0000 (15:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 1 Jun 2016 18:53:03 +0000 (20:53 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/faces-config.NavData
nbproject/genfiles.properties
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl

index b73946656cc7828b0a854bdfb9d0614f38cd5314..79d77ef2f5ee6c536726666558078bcbabaa99ec 100644 (file)
@@ -1042,41 +1042,10 @@ exists or setup the property manually. For example like this:
     </target>
     <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
     <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
-        <copyfiles files="${file.reference.jcoreee.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jcore-logger-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jcountry-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jcountry-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jcontacts-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jcontacts-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jphone-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jphone-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.juser-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.juser-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jaddressbook-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jaddressbook-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.addressbook-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${reference.addressbook-mailer.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${libs.primefaces.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
         <mkdir dir="${build.web.dir}/META-INF"/>
         <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
     </target>
-    <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
-        <copyfiles files="${file.reference.jcoreee.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jcore-logger-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jcountry-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jcountry-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jphone-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jphone-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.juser-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.juser-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jaddressbook-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.jaddressbook-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${file.reference.addressbook-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${reference.addressbook-mailer.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${libs.primefaces.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
-    </target>
+    <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"/>
     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
         <delete dir="${build.web.dir}/WEB-INF/lib"/>
     </target>
@@ -1490,6 +1459,7 @@ exists or setup the property manually. For example like this:
             -->
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="clean"/>
+        <ant antfile="${project.addressbook-lib-1}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="do-clean">
index 3cecb2eafd8dba1c2e61c3bcf285bc922f8d53fe..b03ed569dd8738ed5f85482f2e4f3ddb4589ef8e 100644 (file)
@@ -2,70 +2,70 @@
 <Scene Scope="Project" version="2">
     <Scope Scope="Faces Configuration Only"/>
     <Scope Scope="Project">
-        <Node id="admin/cellphone/admin_contact_cellphone_list.xhtml" x="400" y="750" zoom="true"/>
-        <Node id="admin/contact/admin_contact_show.xhtml" x="1150" y="900" zoom="true"/>
-        <Node id="privacy.xhtml" x="650" y="150" zoom="true"/>
-        <Node id="admin/mobile_provider/admin_mobile_provider_show.xhtml" x="150" y="600" zoom="true"/>
-        <Node id="guest/user/show_addressbook.xhtml" x="1650" y="600" zoom="true"/>
-        <Node id="admin/user/admin_user_show.xhtml" x="650" y="300" zoom="true"/>
-        <Node id="admin/index.xhtml" x="2400" y="300" zoom="true"/>
-        <Node id="user/login_own_addressbooks.xhtml" x="400" y="450" zoom="true"/>
-        <Node id="user/login_user_data_saved.xhtml" x="1650" y="450" zoom="true"/>
-        <Node id="user/index.xhtml" x="1650" y="150" zoom="true"/>
-        <Node id="admin/admin_logout.xhtml" x="900" y="900" zoom="true"/>
-        <Node id="user/login_data_saved.xhtml" x="1150" y="450" zoom="true"/>
-        <Node id="admin/user/admin_user_unlock.xhtml" x="1150" y="1050" zoom="true"/>
-        <Node id="user/login_other_addressbooks.xhtml" x="900" y="600" zoom="true"/>
-        <Node id="user/login_start_sharing_addressbook.xhtml" x="1400" y="150" zoom="true"/>
-        <Node id="index.xhtml" x="400" y="1200" zoom="true"/>
-        <Node id="guest/user/user_list.xhtml" x="150" y="1500" zoom="true"/>
-        <Node id="user/login_edit_user_data.xhtml" x="1900" y="150" zoom="true"/>
-        <Node id="*" x="900" y="150" zoom="true"/>
-        <Node id="admin/admin_category_delete.xhtml" x="900" y="1050" zoom="true"/>
-        <Node id="user/login_index.xhtml" x="900" y="450" zoom="true"/>
-        <Node id="admin/cellphone/admin_contact_cellphone_edit.xhtml" x="1400" y="900" zoom="true"/>
-        <Node id="guest/user/lost_passwd.xhtml" x="2150" y="450" zoom="true"/>
-        <Node id="guest/user/register_done.xhtml" x="650" y="900" zoom="true"/>
-        <Node id="guest/user/show_addressbook_entries.xhtml" x="150" y="150" zoom="true"/>
-        <Node id="user/login.xhtml" x="650" y="1050" zoom="true"/>
-        <Node id="login/login_edit_user_data.xhtml" x="150" y="1350" zoom="true"/>
-        <Node id="admin/cellphone/admin_contact_cellphone_unlink.xhtml" x="2400" y="150" zoom="true"/>
-        <Node id="admin/country/admin_country_list.xhtml" x="1650" y="750" zoom="true"/>
-        <Node id="guest/user/login_error.xhtml" x="1400" y="300" zoom="true"/>
-        <Node id="admin/mobile_provider/admin_mobile_provider_delete.xhtml" x="150" y="300" zoom="true"/>
-        <Node id="user/login_change_password.xhtml" x="2650" y="150" zoom="true"/>
-        <Node id="admin/mobile_provider/admin_mobile_provider_list.xhtml" x="1150" y="300" zoom="true"/>
-        <Node id="admin/contact/admin_contact_export.xhtml" x="150" y="450" zoom="true"/>
-        <Node id="guest/user/user_profile.xhtml" x="650" y="1200" zoom="true"/>
-        <Node id="guest/user/confirm_account.xhtml" x="1900" y="300" zoom="true"/>
-        <Node id="user/login_list_sharing_addressbooks.xhtml" x="900" y="300" zoom="true"/>
-        <Node id="exception.xhtml" x="900" y="750" zoom="true"/>
-        <Node id="admin/user/admin_user_delete.xhtml" x="1400" y="750" zoom="true"/>
-        <Node id="admin/cellphone/admin_contact_cellphone_delete.xhtml" x="650" y="1350" zoom="true"/>
-        <Node id="login/login_index.xhtml" x="150" y="1050" zoom="true"/>
-        <Node id="admin/user/admin_user_edit.xhtml" x="400" y="150" zoom="true"/>
-        <Node id="guest/user/register_page2.xhtml" x="2150" y="300" zoom="true"/>
-        <Node id="terms.xhtml" x="1400" y="450" zoom="true"/>
-        <Node id="admin/contact/admin_contact_list.xhtml" x="400" y="600" zoom="true"/>
-        <Node id="admin/contact/admin_contact_edit.xhtml" x="150" y="750" zoom="true"/>
-        <Node id="admin/user/admin_user_list.xhtml" x="400" y="300" zoom="true"/>
-        <Node id="admin/country/admin_country_delete.xhtml" x="1150" y="750" zoom="true"/>
-        <Node id="user/login_change_personal_data.xhtml" x="400" y="1350" zoom="true"/>
-        <Node id="logout.xhtml" x="150" y="1200" zoom="true"/>
-        <Node id="admin/country/admin_country_edit.xhtml" x="1400" y="600" zoom="true"/>
-        <Node id="guest/user/resend_link.xhtml" x="1150" y="600" zoom="true"/>
-        <Node id="user/login_add_addressbook.xhtml" x="900" y="1200" zoom="true"/>
-        <Node id="user/login_contact_data_saved.xhtml" x="650" y="600" zoom="true"/>
-        <Node id="user/user_profile.xhtml" x="2150" y="150" zoom="true"/>
-        <Node id="admin/contact/admin_contact_delete.xhtml" x="1900" y="600" zoom="true"/>
-        <Node id="imprint.xhtml" x="150" y="900" zoom="true"/>
-        <Node id="user/login_shared_addressbooks.xhtml" x="1900" y="450" zoom="true"/>
-        <Node id="admin/mobile_provider/admin_mobile_provider_edit.xhtml" x="650" y="750" zoom="true"/>
-        <Node id="admin/cellphone/admin_contact_cellphone_show.xhtml" x="1650" y="300" zoom="true"/>
-        <Node id="guest/user/login.xhtml" x="400" y="900" zoom="true"/>
-        <Node id="admin/admin_product_delete.xhtml" x="400" y="1050" zoom="true"/>
-        <Node id="guest/user/register.xhtml" x="650" y="450" zoom="true"/>
-        <Node id="user/login_change_email_address.xhtml" x="1150" y="150" zoom="true"/>
+        <Node id="admin/cellphone/admin_contact_cellphone_list.xhtml" x="150" y="450" zoom="true"/>
+        <Node id="admin/contact/admin_contact_show.xhtml" x="1650" y="300" zoom="true"/>
+        <Node id="privacy.xhtml" x="900" y="300" zoom="true"/>
+        <Node id="admin/mobile_provider/admin_mobile_provider_show.xhtml" x="900" y="150" zoom="true"/>
+        <Node id="guest/user/show_addressbook.xhtml" x="150" y="1200" zoom="true"/>
+        <Node id="admin/user/admin_user_show.xhtml" x="2400" y="150" zoom="true"/>
+        <Node id="admin/index.xhtml" x="900" y="900" zoom="true"/>
+        <Node id="user/login_own_addressbooks.xhtml" x="150" y="1350" zoom="true"/>
+        <Node id="user/login_user_data_saved.xhtml" x="1150" y="300" zoom="true"/>
+        <Node id="user/index.xhtml" x="650" y="450" zoom="true"/>
+        <Node id="admin/admin_logout.xhtml" x="1650" y="600" zoom="true"/>
+        <Node id="user/login_data_saved.xhtml" x="1400" y="750" zoom="true"/>
+        <Node id="admin/user/admin_user_unlock.xhtml" x="900" y="450" zoom="true"/>
+        <Node id="user/login_other_addressbooks.xhtml" x="1400" y="900" zoom="true"/>
+        <Node id="user/login_start_sharing_addressbook.xhtml" x="650" y="300" zoom="true"/>
+        <Node id="index.xhtml" x="2400" y="300" zoom="true"/>
+        <Node id="guest/user/user_list.xhtml" x="2150" y="450" zoom="true"/>
+        <Node id="user/login_edit_user_data.xhtml" x="1150" y="1050" zoom="true"/>
+        <Node id="admin/admin_category_delete.xhtml" x="150" y="1050" zoom="true"/>
+        <Node id="*" x="400" y="1200" zoom="true"/>
+        <Node id="admin/cellphone/admin_contact_cellphone_edit.xhtml" x="1150" y="600" zoom="true"/>
+        <Node id="user/login_index.xhtml" x="1150" y="900" zoom="true"/>
+        <Node id="guest/user/lost_passwd.xhtml" x="1900" y="300" zoom="true"/>
+        <Node id="guest/user/register_done.xhtml" x="900" y="600" zoom="true"/>
+        <Node id="guest/user/show_addressbook_entries.xhtml" x="400" y="750" zoom="true"/>
+        <Node id="user/login.xhtml" x="1650" y="150" zoom="true"/>
+        <Node id="admin/cellphone/admin_contact_cellphone_unlink.xhtml" x="650" y="150" zoom="true"/>
+        <Node id="admin/country/admin_country_list.xhtml" x="1150" y="150" zoom="true"/>
+        <Node id="login/login_edit_user_data.xhtml" x="650" y="1350" zoom="true"/>
+        <Node id="guest/user/login_error.xhtml" x="2150" y="300" zoom="true"/>
+        <Node id="admin/mobile_provider/admin_mobile_provider_delete.xhtml" x="1400" y="600" zoom="true"/>
+        <Node id="user/login_change_password.xhtml" x="400" y="450" zoom="true"/>
+        <Node id="admin/mobile_provider/admin_mobile_provider_list.xhtml" x="150" y="900" zoom="true"/>
+        <Node id="admin/contact/admin_contact_export.xhtml" x="400" y="150" zoom="true"/>
+        <Node id="guest/user/user_profile.xhtml" x="400" y="900" zoom="true"/>
+        <Node id="guest/user/confirm_account.xhtml" x="650" y="1050" zoom="true"/>
+        <Node id="admin/cellphone/admin_contact_cellphone_delete.xhtml" x="1900" y="150" zoom="true"/>
+        <Node id="user/login_list_sharing_addressbooks.xhtml" x="1900" y="450" zoom="true"/>
+        <Node id="exception.xhtml" x="650" y="1200" zoom="true"/>
+        <Node id="admin/user/admin_user_delete.xhtml" x="150" y="1500" zoom="true"/>
+        <Node id="login/login_index.xhtml" x="400" y="600" zoom="true"/>
+        <Node id="guest/user/register_page2.xhtml" x="1400" y="300" zoom="true"/>
+        <Node id="admin/user/admin_user_edit.xhtml" x="1150" y="450" zoom="true"/>
+        <Node id="terms.xhtml" x="2150" y="150" zoom="true"/>
+        <Node id="admin/contact/admin_contact_list.xhtml" x="650" y="600" zoom="true"/>
+        <Node id="admin/contact/admin_contact_edit.xhtml" x="400" y="1050" zoom="true"/>
+        <Node id="admin/user/admin_user_list.xhtml" x="900" y="1050" zoom="true"/>
+        <Node id="admin/country/admin_country_delete.xhtml" x="150" y="600" zoom="true"/>
+        <Node id="user/login_change_personal_data.xhtml" x="2650" y="150" zoom="true"/>
+        <Node id="logout.xhtml" x="150" y="150" zoom="true"/>
+        <Node id="admin/country/admin_country_edit.xhtml" x="900" y="750" zoom="true"/>
+        <Node id="user/login_add_addressbook.xhtml" x="650" y="750" zoom="true"/>
+        <Node id="guest/user/resend_link.xhtml" x="1650" y="750" zoom="true"/>
+        <Node id="user/login_contact_data_saved.xhtml" x="1900" y="600" zoom="true"/>
+        <Node id="admin/contact/admin_contact_delete.xhtml" x="400" y="300" zoom="true"/>
+        <Node id="user/user_profile.xhtml" x="400" y="1350" zoom="true"/>
+        <Node id="imprint.xhtml" x="1650" y="450" zoom="true"/>
+        <Node id="user/login_shared_addressbooks.xhtml" x="900" y="1200" zoom="true"/>
+        <Node id="admin/mobile_provider/admin_mobile_provider_edit.xhtml" x="150" y="300" zoom="true"/>
+        <Node id="admin/cellphone/admin_contact_cellphone_show.xhtml" x="650" y="900" zoom="true"/>
+        <Node id="guest/user/login.xhtml" x="150" y="750" zoom="true"/>
+        <Node id="admin/admin_product_delete.xhtml" x="1400" y="150" zoom="true"/>
+        <Node id="guest/user/register.xhtml" x="1400" y="450" zoom="true"/>
+        <Node id="user/login_change_email_address.xhtml" x="1150" y="750" zoom="true"/>
     </Scope>
     <Scope Scope="All Faces Configurations"/>
 </Scene>
index 4f7fd81008bbb90e3a9c62786ea69f0c9aa64534..f75ed0adc93b5e74df24079e57d2126578cb81c9 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=be5f34f7
 build.xml.stylesheet.CRC32=651128d4@1.68.1.1
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=71b488fe
-nbproject/build-impl.xml.script.CRC32=8618eafc
+nbproject/build-impl.xml.data.CRC32=c38bccef
+nbproject/build-impl.xml.script.CRC32=2b4884f7
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index a07dc3fd99feb3892750937781916e02115e0e8e..1151723fd5e1c7b308fdea34f884fd149cd655ed 100644 (file)
@@ -214,6 +214,11 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
         */
        private String street;
 
+       /**
+        * Title
+        */
+       private String title;
+
        /**
         * An event fired when the administrator has updated contact data
         */
@@ -310,6 +315,7 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
 
                // Set all fields: contact
                this.setContactId(contact.getContactId());
+               this.setTitle(contact.getContactTitle());
                this.setBirthday(contact.getContactBirthday());
                this.setCity(contact.getContactCity());
                this.setComment(contact.getContactComment());
@@ -679,6 +685,16 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
                this.street = street;
        }
 
+       @Override
+       public String getTitle () {
+               return this.title;
+       }
+
+       @Override
+       public void setTitle (final String title) {
+               this.title = title;
+       }
+
        @Override
        public Integer getZipCode () {
                return this.zipCode;
@@ -703,6 +719,7 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
                // Clear all data
                // - personal data
                this.setGender(Gender.UNKNOWN);
+               this.setTitle(null);
                this.setFirstName(null);
                this.setFamilyName(null);
                this.setStreet(null);
@@ -778,6 +795,7 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
 
                // Update all fields
                contact.setContactGender(this.getGender());
+               contact.setContactTitle(this.getTitle());
                contact.setContactFirstName(this.getFirstName());
                contact.setContactFamilyName(this.getFamilyName());
                contact.setContactStreet(this.getStreet());
index 4e4a7d89782c328dd7d8936e261c880bff03e836..8d5d0a1962a61883a4f12873e9362f17151bab04 100644 (file)
@@ -369,6 +369,20 @@ public interface AddressbookAdminContactWebRequestController extends Serializabl
         */
        void setStreet (final String street);
 
+       /**
+        * Getter for title
+        * <p>
+        * @return title
+        */
+       String getTitle ();
+
+       /**
+        * Setter for title
+        * <p>
+        * @param title Title
+        */
+       void setTitle (final String title);
+
        /**
         * ZIP code
         * <p>
index 4babaa02f2ea94bd435073d7dd4b9644988f6ac5..0412bb3f7d4f7703b283bc0d53fcf133574a1bce 100644 (file)
@@ -579,3 +579,4 @@ GUEST_CONTACT_DATA_ZIP_CODE_REQUIRED=Bitte geben Sie Ihre Postleitzahl ein.
 GUEST_CONTACT_DATA_CITY_REQUIRED=Bitte geben Sie Ihren Wohnort ein.
 GUEST_CONTACT_DATA_BIRTHDAY_REQUIRED=Bitte geben Sie Ihr Geburtsdatum ein.
 FIELD_GENDER_REQUIRED=Bitte w\u00e4hlen Sie eine Anrede aus.
+ADMIN_PERSONAL_DATA_TITLE=Titel:
index 7c7c04a775523b5061ad911bd6b7fb027ef0c2ab..dc922c608aad6964a06fde07c67bea11ad579110 100644 (file)
@@ -577,3 +577,4 @@ GUEST_CONTACT_DATA_ZIP_CODE_REQUIRED=Please enter your ZIP code.
 GUEST_CONTACT_DATA_CITY_REQUIRED=Please enter your city.
 GUEST_CONTACT_DATA_BIRTHDAY_REQUIRED=Please enter your birthday.
 FIELD_GENDER_REQUIRED=Please select a salutation.
+ADMIN_PERSONAL_DATA_TITLE=Title:
index 0282508c252fc37b6e2ed9eed0e345010f86b013..f7f3228b75f1506d1ce75419d0126dd5d750351f 100644 (file)
 
                        <h:message for="firstName" errorClass="errors" fatalClass="errors" warnClass="errors" />
 
+                       <div class="table_row">
+                               <div class="table_left_medium">
+                                       <h:outputLabel for="title" value="#{msg.ADMIN_PERSONAL_DATA_TITLE}" />
+                               </div>
+
+                               <div class="table_right_medium">
+                                       <h:inputText styleClass="input" id="title" size="5" maxlength="255" value="#{adminContactController.title}" />
+                               </div>
+
+                               <div class="clear"></div>
+                       </div>
+
+                       <h:message for="title" errorClass="errors" fatalClass="errors" warnClass="errors" />
+
                        <div class="table_row">
                                <div class="table_left_medium">
                                        <h:outputLabel for="familyName" value="#{msg.ADMIN_PERSONAL_DATA_FAMILY_NAME}" />