Changeset 18288 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
- Timestamp:
- 03/20/19 22:41:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
r18258 r18288 100 100 margin-top: 1.5em; 101 101 } 102 .Graphic.Chart103 {104 background-color: #f8f8f8;105 border: 1px solid #bbb;106 }107 102 </style> 108 103 <!-- … … 120 115 <xsl:call-template name="Graphic.chartContainer"> 121 116 <xsl:with-param name="containerID" select="'chart'"/> 122 <xsl:with-param name="footerContent" select="$indicatorView/CHART_NARRATIVE "/>117 <xsl:with-param name="footerContent" select="$indicatorView/CHART_NARRATIVE/text()"/> 123 118 </xsl:call-template> 124 119 </xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.