Project

General

Profile

« Previous | Next » 

Revision 019eb6a2

Added by Katja Luther almost 6 years ago

ref #7239: move up last name in person details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/PersonDetailElement.java
72 72
		text_nomenclaturalTitle = formFactory.createTextWithLabelElement(
73 73
				formElement, "Abbrev. Title", entity.getNomenclaturalTitle(),
74 74
				SWT.NULL);
75

  
75
		text_lastname = formFactory.createTextWithLabelElement(formElement,
76
                "Familiy Name", entity.getLastname(), SWT.NULL);
76 77
		text_firstname = formFactory.createTextWithLabelElement(formElement,
77 78
				"Other/ Given Names", entity.getFirstname(), SWT.NULL);
78 79
		text_initials = formFactory.createTextWithLabelElement(formElement,
79 80
				"Initials", entity.getInitials(), SWT.NULL);
80

  
81
		text_lastname = formFactory.createTextWithLabelElement(formElement,
82
				"Familiy Name", entity.getLastname(), SWT.NULL);
83

  
84 81
		text_prefix = formFactory.createTextWithLabelElement(formElement,
85 82
				"Prefix", entity.getPrefix(), SWT.NULL);
86 83
		text_suffix = formFactory.createTextWithLabelElement(formElement,

Also available in: Unified diff