Project

General

Profile

« Previous | Next » 

Revision 614b1592

Added by Andreas Kohlbecker over 13 years ago

details on specimens

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme
220 220
				}
221 221
				$out .= '</li>';
222 222
			} else {
223
				//TODO avoid using Ajax in the cdm_dynabox
223
				//TODO avoid using Ajax in the cdm_dynabox .... why?
224 224
				//TODO add media
225
				$out .= theme('cdm_dynabox', theme('cdm_taxonName', $taxon->name, null, null, false), cdm_compose_url(CDM_WS_PORTAL_TAXON_ACCEPTED, array($taxon->uuid)), 'cdm_list_of_taxa');
225
				$out .= cdm_dynabox(
226
				  theme('cdm_taxonName', $taxon->name, null, null, false),
227
				  cdm_compose_url(CDM_WS_PORTAL_TAXON_ACCEPTED, array($taxon->uuid)),
228
				  'cdm_list_of_taxa',
229
				  'Click for accepted taxon');
226 230
			}
227 231
		}
228 232
	}

Also available in: Unified diff