[open-ils-commits] r16267 - branches/rel_1_6_0/Open-ILS/xsl (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Apr 17 17:11:49 EDT 2010


Author: miker
Date: 2010-04-17 17:11:43 -0400 (Sat, 17 Apr 2010)
New Revision: 16267

Modified:
   branches/rel_1_6_0/Open-ILS/xsl/ATOM2XHTML.xsl
   branches/rel_1_6_0/Open-ILS/xsl/CNBrowse2HTML.xsl
Log:
backport r16265: addressing LP bug #562553, added content in the slimpac and callnumber browser

Modified: branches/rel_1_6_0/Open-ILS/xsl/ATOM2XHTML.xsl
===================================================================
--- branches/rel_1_6_0/Open-ILS/xsl/ATOM2XHTML.xsl	2010-04-17 21:10:18 UTC (rev 16266)
+++ branches/rel_1_6_0/Open-ILS/xsl/ATOM2XHTML.xsl	2010-04-17 21:11:43 UTC (rev 16267)
@@ -307,15 +307,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>		

Modified: branches/rel_1_6_0/Open-ILS/xsl/CNBrowse2HTML.xsl
===================================================================
--- branches/rel_1_6_0/Open-ILS/xsl/CNBrowse2HTML.xsl	2010-04-17 21:10:18 UTC (rev 16266)
+++ branches/rel_1_6_0/Open-ILS/xsl/CNBrowse2HTML.xsl	2010-04-17 21:11:43 UTC (rev 16267)
@@ -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