Project

General

Profile

« Previous | Next » 

Revision ac2d218a

Added by Patrick Plitzner over 7 years ago

fix #5922 Move credits and rights section to the bottom

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/supplementaldata/SupplementalDataViewer.java
148 148
    }
149 149

  
150 150
    private void createIdentifiableSections(RootElement parent) {
151
        CreditSection creditSection = formFactory.createCreditSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
151

  
152
        ExtensionSection extensionSection = formFactory.createExtensionSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
152 153

  
153 154
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
154 155

  
155
        ExtensionSection extensionSection = formFactory.createExtensionSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
156
        SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
156 157

  
157 158
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
158 159

  
159
        RightsSection rightsSection = formFactory.createRightsSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
160
        IdentifierSection identifierSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
160 161

  
161 162
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
162 163

  
163
        SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
164
        CreditSection creditSection = formFactory.createCreditSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
165

  
166
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
167

  
168
        RightsSection rightsSection = formFactory.createRightsSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
164 169

  
165 170
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
166 171

  
167
        IdentifierSection identifierSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
168
        
169
        addPart(creditSection);
170 172
        addPart(extensionSection);
171
        addPart(rightsSection);
172 173
        addPart(sourceSection);
173 174
        addPart(identifierSection);
175
        addPart(creditSection);
176
        addPart(rightsSection);
174 177

  
175 178
	}
176 179

  
......
213 216
			setInput(selection.getFirstElement());
214 217
		}
215 218
	}
216
	
219

  
217 220
	@Override
218 221
	public void update(CdmDataChangeMap arg0) {
219 222
	}

Also available in: Unified diff