Changeset 18468 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
- Timestamp:
- 04/19/19 16:36:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
r18454 r18468 56 56 <xsl:with-param name="sourceContentURL" select="$indicatorView/EXTERNAL_CONTENT_URL"/> 57 57 <xsl:with-param name="sourceContentJQuerySelector" select="$indicatorView/EXTERNAL_CONTENT_SELECTOR"/> 58 <xsl:with-param name="destContentJQuerySelector" select="'#sectionsContainer'"/> 58 <xsl:with-param name="destContentJQuerySelector" 59 select="if(0 = string-length($indicatorView/EXTERNAL_CONTENT_DEST_SELECTOR) 60 then $indicatorView/EXTERNAL_CONTENT_DEST_SELECTOR 61 else 'sectionsContainer'" 62 /> 59 63 </xsl:call-template> 60 64 </xsl:when>
Note: See TracChangeset
for help on using the changeset viewer.