Project

General

Profile

« Previous | Next » 

Revision 93216326

Added by Katja Luther over 6 years ago

move appended phrase above nom. code specific parts in details

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NameDetailElement.java
102 102
            createInfragenerericEpithetControls(this, nonViralName, style);
103 103
            createSpecificEpithetControls(this, nonViralName, style);
104 104
            createInfraSpecificEpithetControls(this, nonViralName, style);
105
            createSpecificNameParts(this, nonViralName, style);
106 105
            text_appendedPhrase = formFactory.createTextWithLabelElement(formElement, "Appended Phrase", nonViralName.getAppendedPhrase(), style);
106
            createSpecificNameParts(this, nonViralName, style);
107 107
	    }else{
108 108
	    	if (PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.SHOW_NAME_DETAILS_SECTION_NAMECACHE)){
109 109
	    		toggleable_cache = formFactory.createToggleableTextField(this, "Name Cache", nonViralName.getNameCache(), nonViralName.isProtectedNameCache(), style);

Also available in: Unified diff