From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Sat, 17 Apr 2010 21:08:54 +0000 (+0000)
Subject: addressing LP bug #562553, added content in the slimpac and callnumber browser
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9173a944c280fec6d716bed251449ed05325f92;p=contrib%2FConifer.git

addressing LP bug #562553, added content in the slimpac and callnumber browser

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16265 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xsl/ATOM2XHTML.xsl b/Open-ILS/xsl/ATOM2XHTML.xsl
index fc9898165d..11415f1919 100644
--- a/Open-ILS/xsl/ATOM2XHTML.xsl
+++ b/Open-ILS/xsl/ATOM2XHTML.xsl
@@ -307,15 +307,15 @@ To-do list:
 					<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>		
diff --git a/Open-ILS/xsl/CNBrowse2HTML.xsl b/Open-ILS/xsl/CNBrowse2HTML.xsl
index 96e093835c..b0f0fb3f85 100644
--- a/Open-ILS/xsl/CNBrowse2HTML.xsl
+++ b/Open-ILS/xsl/CNBrowse2HTML.xsl
@@ -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>