Changeset 19858 in main for trunk/ibisph-view/src/main/webapp/xslt/html/SelectionsList.xslt
- Timestamp:
- 02/16/20 23:20:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/SelectionsList.xslt
r19798 r19858 268 268 <xsl:with-param name="selection" select="current()"/> 269 269 <xsl:with-param name="href" select="$href"/> 270 <xsl:with-param name="isLeafNode" select=" count(current()/SELECTIONS) = 0"/>270 <xsl:with-param name="isLeafNode" select="exists(current()/SELECTIONS)"/> 271 271 <xsl:with-param name="titleLevel" select="$titleLevel + 1"/> 272 272 </xsl:call-template> … … 362 362 <xsl:with-param name="show" select="$show or exists($selection/SELECTIONS/SHOW)"/> 363 363 </xsl:call-template> 364 365 <div class="Container">366 <xsl:call-template name="SelectionsList.processSelection">367 <xsl:with-param name="selection" select="$selection"/>368 <xsl:with-param name="href" select="$href"/>369 </xsl:call-template>370 </div>371 364 </xsl:template> 372 365
Note: See TracChangeset
for help on using the changeset viewer.