Project

General

Profile

« Previous | Next » 

Revision d7c4522d

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 better bibliographic references

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkflowViewBean.java
123 123
        registration.setWidth(100, Unit.PERCENTAGE);
124 124

  
125 125
        Panel namesTypesPanel = createNamesAndTypesList(workingset);
126
        namesTypesPanel.setStyleName("names-types-list");
127
        namesTypesPanel.setCaption("Names & Types");
126
        namesTypesPanel.setStyleName("registration-list");
127
        namesTypesPanel.setCaption("Registrations");
128 128

  
129 129

  
130 130
        registration.addComponent(createWorkflowTabSheet(workingset, null));

Also available in: Unified diff