Project

General

Profile

« Previous | Next » 

Revision 7bba825c

Added by Patrick Plitzner over 4 years ago

ref #8334 Move sources in details view to bottom

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java
64 64
	/** {@inheritDoc} */
65 65
	@Override
66 66
	public void createControls(ICdmFormElement formElement, int style) {
67
	    checkbox_notDesignated = formFactory.createCheckbox(formElement, "Not Designated", false, style);
67 68
        sourceSection = formFactory.createSourceSection(getConversationHolder(), formElement, StoreUtil.getSectionStyle(SourceSection.class, IdentifiableSource.class.getCanonicalName()));
68 69
        sourceSection.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
69
		checkbox_notDesignated = formFactory.createCheckbox(formElement, "Not Designated", false, style);
70 70
		this.formElement = formElement;
71 71
		this.style = style;
72 72
	}

Also available in: Unified diff