Changeset 19882 in main for trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Builder.xslt
- Timestamp:
- 02/21/20 09:22:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Builder.xslt
r19879 r19882 241 241 <label for="mapName">Map</label> 242 242 <xsl:call-template name="Help.popup"> 243 <xsl:with-param name="title">Optional map graph</xsl:with-param>243 <xsl:with-param name="title">Optional Map Visualization</xsl:with-param> 244 244 <xsl:with-param name="content" select="$mapHelpContent"/> 245 245 <xsl:with-param name="additionalClasses" select="'Right'"/> … … 279 279 data list table will be presented as well as meta data that 280 280 describes the data sources, data issues, and any data notes. 281 Select the Chart Graphic Type option below if you want a chart 282 graphic to be shown. 281 Select the optional Chart Type to be shown on the result page. 283 282 </xsl:with-param> 284 283 <xsl:with-param name="additionalClasses" select="'Right'"/> … … 321 320 322 321 <xsl:if test="not(exists($Page.configuration/CRITERIA/EXCLUDE/CHART_NAMES/ALL_FLAG))"> 323 <label for="chartName"><h3>Chart GraphicType:</h3></label>322 <label for="chartName"><h3>Chart Type:</h3></label> 324 323 <xsl:call-template name="Builder.chartSelections"/> 325 324 <br/>
Note: See TracChangeset
for help on using the changeset viewer.