ADMIN_BUSINESS_DATA_FAX_NUMBER=Hauptfaxnummer:
#@TODO Please fix German umlauts!
ADMIN_ADD_CONTACT_BUSINESS_TITLE=Neuen geschaeftlichen Kontakt hinzufuegen
-ADMIN_ADD_CONTACT_BUSINESS_MINIMUM_DATA=Bitte mindestens Firmennamen mit Rechtsform ein.
+ADMIN_ADD_CONTACT_BUSINESS_MINIMUM_DATA=Bitte mindestens Firmennamen inklusive Rechtsform ein.
#@TODO Please fix German umlauts!
ENTERED_EMAIL_ADDRESS_IS_INVALID=Die eingegebene Email-Addresse entspricht nicht dem gueltigen Format.
#@TODO Please fix German umlauts!
ADMIN_BUSINESS_DATA_PHONE_NUMBER=Main phone number:
ADMIN_BUSINESS_DATA_FAX_NUMBER=Main fax number:
ADMIN_ADD_CONTACT_BUSINESS_TITLE=Add new business contact
-ADMIN_ADD_CONTACT_BUSINESS_MINIMUM_DATA=Please enter at least company name and legal status.
+ADMIN_ADD_CONTACT_BUSINESS_MINIMUM_DATA=Please enter at least company name including legal status.
ENTERED_EMAIL_ADDRESS_IS_INVALID=Your entered email address is not valid.
ADMIN_CONTACT_BUSINESS_DATA_LEGEND=Basic data for business contact:
#Geben Sie die Basisdaten fuer einen geschaeftlichen Kontakt ein.
*/
private String companyEmailAddress;
- /**
- * Company legal status (example: Incorporated, GmbH)
- */
- private String companyLegalStatus;
-
/**
* Company name
*/
this.companyEmailAddress = companyEmailAddress;
}
- /**
- * Getter for company's legal status
- * <p>
- * @return Company's legal status
- */
- public String getCompanyLegalStatus () {
- return this.companyLegalStatus;
- }
-
- /**
- * Setter for company's legal status
- * <p>
- * @param companyLegalStatus Company's legal status
- */
- public void setCompanyLegalStatus (final String companyLegalStatus) {
- this.companyLegalStatus = companyLegalStatus;
- }
-
/**
* Getter for company name
* <p>
*/
private String companyEmailAddress;
- /**
- * Company legal status (example: Incorporated, GmbH)
- */
- private String companyLegalStatus;
-
/**
* Company name
*/
this.companyEmailAddress = companyEmailAddress;
}
- /**
- * Getter for company's legal status
- * <p>
- * @return Company's legal status
- */
- public String getCompanyLegalStatus () {
- return this.companyLegalStatus;
- }
-
- /**
- * Setter for company's legal status
- * <p>
- * @param companyLegalStatus Company's legal status
- */
- public void setCompanyLegalStatus (final String companyLegalStatus) {
- this.companyLegalStatus = companyLegalStatus;
- }
-
/**
* Getter for company name
* <p>
<h:message for="companyName" errorClass="errors" fatalClass="errors" warnClass="errors" />
</h:panelGroup>
- <h:panelGroup styleClass="table_row" layout="block">
- <div class="table_left_medium">
- <h:outputLabel for="companyLegalStatus" value="#{msg.ADMIN_BUSINESS_DATA_COMPANY_LEGAL_STATUS}" />
- </div>
-
- <div class="table_right_medium">
- <h:inputText styleClass="input" id="companyLegalStatus" size="5" maxlength="10" value="#{adminBusinessDataController.companyLegalStatus}" />
- </div>
-
- <div class="clear"></div>
- </h:panelGroup>
-
- <h:panelGroup styleClass="error_container" layout="block">
- <h:message for="companyLegalStatus" errorClass="errors" fatalClass="errors" warnClass="errors" />
- </h:panelGroup>
-
<h:panelGroup styleClass="table_row" layout="block">
<div class="table_left_medium">
<h:outputLabel for="companyEmailAddress" value="#{msg.ADMIN_BUSINESS_DATA_COMPANY_EMAIL_ADDRESS}" />
<h:outputText value="#{msg.ADMIN_CONTACT_BUSINESS_COMPANY_NAME}" />
</f:facet>
- <h:outputText value="#{businessContact.companyName} #{businessContact.companyLegalStatus}" />
+ <h:outputText value="#{businessContact.companyName}" />
</h:column>
<h:column>