Project

General

Profile

« Previous | Next » 

Revision 1f5b7a24

Added by Francisco Revilla over 13 years ago

Solving layout problems with taxon and taxon_name annotations. Improving footnotes citation layout.

Related with Ticket #1964

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
185 185
}
186 186

  
187 187

  
188
function theme_cdm_footnotes($footnoteListKey, $enclosingTag = 'span'){
189
	
188
function theme_cdm_footnotes($footnoteListKey, $enclosingTag = 'span'){	
190 189
	$out = '<'.$enclosingTag.' class="footnotes footnotes-'.$footnoteListKey.' ">' . FootnoteManager::renderFootnoteList($footnoteListKey) . '</'.$enclosingTag.'>';
191 190
	FootnoteManager::removeFootnoteList($footnoteListKey);
192 191
	return $out;

Also available in: Unified diff