Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Here is the modification Susan made to correct this problem webpages/stylesheets/org/jasig/portal/channels/CChannelManager/html.xsl, lines 1860-1866:

Code Block
xmlxml
titleExplicitly displaying the Custom channel type
xml
<xsl:choose>
    <xsl:when
test="/manageChannels/reviewChannel/params/step/channel/@typeID = -1 or
not(/manageChannels/reviewChannel/params/step/channel/@typeID)">
     Custom</xsl:when>
     <xsl:otherwise>
      <xsl:value-of
select="//selectChannelType/params/step/channelTypes/channelType[@ID=/manageChannels/reviewChannel/params/step/channel/@typeID]/name"/>
     </xsl:otherwise>
</xsl:choose>

...