Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
xml
xml
titleExplicitly displaying the Custom channel type

<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>

Of course, the other CChannelManger .xsl files would need to be changed also to account for all locales.