[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5175, XSL view doesn't link publisher name to search

Fischer, Katrin Katrin.Fischer at bsz-bw.de
Fri Nov 12 22:31:34 CET 2010


Galen, you are right. I missed that :(


-----Original Message-----
From: koha-patches-bounces at lists.koha-community.org on behalf of Galen Charlton
Sent: Fri 12.11.2010 22:14
To: Katrin Fischer
Cc: koha-patches at lists.koha-community.org
Subject: Re: [Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5175, XSL view doesn't link publisher name to search
 
Hi,

On Fri, Nov 12, 2010 at 3:50 PM, Katrin Fischer
<Katrin.Fischer.83 at web.de> wrote:
>         <span class="results_summary"><span class="label">Publisher: </span>
>             <xsl:for-each select="marc:datafield[@tag=260]">
> +                <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:{marc:subfield[@code='b']}">
> +                    <xsl:call-template name="subfieldSelect">
> +                        <xsl:with-param name="codes">b</xsl:with-param>
> +                    </xsl:call-template>
> +               </a>
> +               <xsl:text> </xsl:text>
>                 <xsl:call-template name="chopPunctuation">
>                   <xsl:with-param name="chopString">
>                     <xsl:call-template name="subfieldSelect">

This patch would have the effect of displaying the publisher twice,
which strikes me as not ideal.  For example, it might look something
like:

Harper Collins New York, N.Y. : Harper Collins,1984.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com
_______________________________________________
Koha-patches mailing list
Koha-patches at lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20101112/5151f313/attachment.htm>


More information about the Koha-patches mailing list