From: Roland Häder <roland@mxchange.org> Date: Tue, 3 May 2016 15:59:32 +0000 (+0200) Subject: added email address (was moved from user) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c88aa4bbe8b17a72a71eb92045611dd28c42b5e;p=jjobs-war.git added email address (was moved from user) Signed-off-by: Roland Häder <roland@mxchange.org> --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index e7b2274e..20e5995d 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -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: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 4faa93fd..eb41d8e8 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -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: diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl index 2f6259cf..af6010ff 100644 --- a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -173,6 +173,18 @@ <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>