Changeset 25200 in main
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
r24701 r25200 78 78 </xsl:param> 79 79 80 <xsl:param name="showMap" select="ibis:DataViz.show Chart($Indicator.indicatorView/MAP_NAME)"/>80 <xsl:param name="showMap" select="ibis:DataViz.showMap($Indicator.indicatorView/MAP_NAME)"/> 81 81 <xsl:param name="showChart" select="ibis:DataViz.showChart($Indicator.indicatorView/CHART_NAME)"/> 82 83 82 84 83 <xsl:variable name="dataVizContainerIDPrefix" select="ibis:firstLetterLowerCase( replace($indicatorView/NAME, '\.', '_') )"/>
Note: See TracChangeset
for help on using the changeset viewer.