NIHVIVO-3446 added some explanatory text and an info ico

This commit is contained in:
tworrall 2011-12-07 21:22:45 +00:00
parent e20fff7f66
commit 806e30b48f
3 changed files with 5 additions and 4 deletions

View file

@ -189,7 +189,7 @@
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + grantDisplay + " <br/></span>");
var sparksText = ' from <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
+ ' to ${sparklineVO.latestRenderedGrantYear?c}</span>';
+ ' through ${sparklineVO.latestRenderedGrantYear?c}</span>';
if (totalGrants !== totalGrantCount) {
sparksText += ' (' + totalGrantCount + ' total)';