[open-ils-commits] r18954 - branches/rel_1_4/Open-ILS/xsl (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 9 15:11:02 EST 2010
Author: phasefx
Date: 2010-12-09 15:10:57 -0500 (Thu, 09 Dec 2010)
New Revision: 18954
Modified:
branches/rel_1_4/Open-ILS/xsl/ATOM2XHTML.xsl
Log:
correct the jacket image URL used in the slimpac
Modified: branches/rel_1_4/Open-ILS/xsl/ATOM2XHTML.xsl
===================================================================
--- branches/rel_1_4/Open-ILS/xsl/ATOM2XHTML.xsl 2010-12-09 18:26:54 UTC (rev 18953)
+++ branches/rel_1_4/Open-ILS/xsl/ATOM2XHTML.xsl 2010-12-09 20:10:57 UTC (rev 18954)
@@ -303,15 +303,15 @@
<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:when>
<xsl:otherwise>
- <xsl:text>/opac/extras/jacket/small/</xsl:text>
+ <xsl:text>/opac/extras/ac/jacket/small/</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
More information about the open-ils-commits
mailing list