]> git.mxchange.org Git - jjobs-war.git/commitdiff
added email address (was moved from user)
authorRoland Häder <roland@mxchange.org>
Tue, 3 May 2016 15:59:32 +0000 (17:59 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 6 May 2016 20:50:41 +0000 (22:50 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
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 e7b2274e7f999d013993e1f3d7b3696976a3a662..20e5995d681afa2611955ba22bffd9f1ea30904b 100644 (file)
@@ -462,3 +462,4 @@ GUEST_AGREE_READ_TERMS_CONDITIONS_2=gelesen und verstanden und nehme sie hiermit
 LINK_GUEST_TERMS_CONDITIONS=Allgemeine Gesch\u00e4ftsbestimmungen
 LINK_GUEST_PRIVACY_STATEMENTS=Datenschutzbestimmungen
 ADMIN_ADD_OR_ENTER_CONTACT_DATA=... oder geben Sie die Kontaktdaten des Recruiters ein:
+ADMIN_PERSONAL_DATA_EMAIL_ADDRESS=Email-Adresse:
index 4faa93fd6ee76e12043e782f052be87474f50bf4..eb41d8e8ed17f38f1c23b52cd31b62138a275496 100644 (file)
@@ -458,3 +458,4 @@ GUEST_AGREE_READ_TERMS_CONDITIONS_2=and I accept them with this.
 LINK_GUEST_TERMS_CONDITIONS=Terms & Conditions
 LINK_GUEST_PRIVACY_STATEMENTS=privacy statements
 ADMIN_ADD_OR_ENTER_CONTACT_DATA=... or enter the recruiter's contact data:
+ADMIN_PERSONAL_DATA_EMAIL_ADDRESS=Email address:
index 2f6259cf553991159bdd0371195f72a5c321feb2..af6010ff67811a51c3e7a81a9a14e4dc55a67736 100644 (file)
 
                                <div class="clear"></div>
                        </div>
+
+                       <div class="table_row">
+                               <div class="table_left">
+                                       <h:outputLabel for="emailAddress" value="#{msg.ADMIN_PERSONAL_DATA_EMAIL_ADDRESS}" />
+                               </div>
+
+                               <div class="table_right">
+                                       <h:inputText class="input" id="emailAddress" size="10" maxlength="255" value="#{adminContactController.emailAddress}" />
+                               </div>
+
+                               <div class="clear"></div>
+                       </div>
                </fieldset>
        </div>
 </ui:composition>