1. new icons for map of science & temporal vis.

This commit is contained in:
tankchintan 2011-07-18 20:04:06 +00:00
parent 9130a1cd20
commit 42eabc9cce
10 changed files with 8 additions and 8 deletions

View file

@ -627,7 +627,7 @@ function createLegendRow(entity, bottomDiv) {
* there is no drill-down possible, so don't diaply the temporal graph icon.
* */
if (entity.visMode !== "PERSON") {
labelDiv.append('<a class="temporal-vis-url" href="' + getTemporalVisURL(entity.entityURI) + '"><img src = "' + temporalGraphSmallIcon + '"/></a>');
labelDiv.append('<a class="temporal-vis-url" href="' + getTemporalVisURL(entity.entityURI) + '"><img src = "' + temporalGraphDrillDownIcon + '"/></a>');
}

View file

@ -237,7 +237,6 @@ var DataTableWidget = Class.extend({
}
me.currentSelectedFilter = SCIMAP_TYPE.SUBDISCIPLINE;
$("a#csv").attr("href", entityMapOfScienceSubDisciplineCSVURL);
$("a#csv").html("Export All Sub-Disciplines");
} else {
@ -247,7 +246,6 @@ var DataTableWidget = Class.extend({
me.widget.fnSettings()._iDisplayLength = 13;
}
$("a#csv").attr("href", entityMapOfScienceDisciplineCSVURL);
$("a#csv").html("Export All Disciplines");
}