[open-ils-commits] r18955 - branches/rel_1_4/Open-ILS/xsl (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 9 15:13:24 EST 2010


Author: phasefx
Date: 2010-12-09 15:13:19 -0500 (Thu, 09 Dec 2010)
New Revision: 18955

Modified:
   branches/rel_1_4/Open-ILS/xsl/CNBrowse2HTML.xsl
Log:
fix these jacket URL's as well in call number browser

Modified: branches/rel_1_4/Open-ILS/xsl/CNBrowse2HTML.xsl
===================================================================
--- branches/rel_1_4/Open-ILS/xsl/CNBrowse2HTML.xsl	2010-12-09 20:10:57 UTC (rev 18954)
+++ branches/rel_1_4/Open-ILS/xsl/CNBrowse2HTML.xsl	2010-12-09 20:13:19 UTC (rev 18955)
@@ -71,10 +71,10 @@
       <xsl:choose>
         <xsl:when test="substring-before($isbnraw,' ')">
           <xsl:variable name="isbntrimmed"><xsl:value-of select="substring-before($isbnraw,' ')"/></xsl:variable>
-          <xsl:value-of select="concat('/opac/extras/jacket/small/',$isbntrimmed)"/>
+          <xsl:value-of select="concat('/opac/extras/ac/jacket/small/',$isbntrimmed)"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="concat('/opac/extras/jacket/small/',$isbnraw)"/>
+          <xsl:value-of select="concat('/opac/extras/ac/jacket/small/',$isbnraw)"/>
         </xsl:otherwise>
       </xsl:choose>
     </xsl:attribute>



More information about the open-ils-commits mailing list