Project

General

Profile

« Previous | Next » 

Revision eccc9d31

Added by Katja Luther over 3 years ago

ref #9116: layout issues and improve handling if no source exist

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/AdvancedSourceElement.java
69 69
        text_originaleNameString.setBackground(background);
70 70

  
71 71
        select_nameUsedInSource = formFactory.createSelectionElement(TaxonName.class, formElement, "Name in Source", entity != null? ((DescriptionElementSource)entity).getNameUsedInSource(): null, EntitySelectionElement.DELETABLE, style);
72
        select_nameUsedInSource.setBackground(background);
73

  
72 74
        externalLinks = formFactory.createExternalLinksSection(getConversationHolder(), formElement, StoreUtil.getSectionStyle(ExternalLinksSection.class, DescriptionElementSource.class.getCanonicalName()));
73 75
        externalLinks.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 3));
74 76
        externalLinks.setEntity( ((OriginalSourceBase)entity));
77
        externalLinks.setBackground(background);
75 78
        addControl(externalLinks);
76 79
        addElement(externalLinks);
77 80

  

Also available in: Unified diff