Project

General

Profile

« Previous | Next » 

Revision 3bcd130a

Added by Andreas Kohlbecker over 5 years ago

ref #7546 Label with explanations for users improved

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorksetViewBean.java
311 311

  
312 312
        row++;
313 313
        Label hint = new Label(
314
                "For most names that already exist in the system it is only possible to create a registration covering type designations. "
315
                + "Only in those rare cases where the citation of this workingset and the nomenclatural reference of a name are the same it is possible to create a registration covering the name also. "
314
                "For most names that already exist in the system, it is only possible to create a registration covering type designations. "
316 315
                + "In all other cases please choose <a href=\"registration#!regStart\">\"New\"</a> from the main menu and start a registration for the nomenclatural reference of the name to be registered.",
317 316
                ContentMode.HTML);
318 317
        registrationsGrid.addComponent(hint, 0, row, COL_INDEX_BUTTON_GROUP, row);

Also available in: Unified diff