Project

General

Profile

« Previous | Next » 

Revision b4ca72fe

Added by Cherian Mathew about 11 years ago

SearchResultLabelProvider : display new orphaned-taxa image icon for orphaned taxa
AbstractGroupedContainer : updated 'isNameUsedMultipleTimes' to factor in orphaned taxa
TaxonEditorInput : added display of message in case of orphaned taxa
ImageResources : added new orphaned-taxa image icon to resources

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java
122 122
	public static final String TWO_PRONGED_EQUAL = "2_pronged_equal";
123 123
	/** Constant <code>MISAPPLIED_NAME="misapplied_name"</code> */
124 124
	public static final String MISAPPLIED_NAME = "misapplied_name";
125
	/** Constant <code>ORPHANED_TAXON="orphaned_taxon"</code> */
126
	public static final String ORPHANED_TAXON = "orphaned_taxon";
125 127
	/** Constant <code>EXPAND_ALL="expand_all"</code> */
126 128
	public static final String EXPAND_ALL = "expand_all";
127 129
	/** Constant <code>COLLAPSE_ALL="collapse_all"</code> */
......
290 292
		registerImage(registry, TWO_PRONGED_EQUAL, 
291 293
				"2_pronged_equal_small.GIF");		
292 294
		registerImage(registry, MISAPPLIED_NAME, 
293
				"ma_12x12.gif");		
295
				"ma_12x12.gif");	
296
		registerImage(registry, ORPHANED_TAXON, 
297
				"orphaned.gif");	
294 298
		registerImage(registry, EXPAND_ALL, 
295 299
				"expandAll.jpg");
296 300
		registerImage(registry, COLLAPSE_ALL, 

Also available in: Unified diff