Bugzilla – Attachment 4001 Details for
Bug 6265
Search for records linked to an authority not exact in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6265-Authority-search-in-OPAC-not-exact.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2011-04-25 19:56:50 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-25 19:56:50 UTC
Size:
1.15 KB
patch
obsolete
>From b6bc1762b9d3db10a1d2a3d32106512d37ff0e59 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 25 Apr 2011 21:55:40 +0200 >Subject: [PATCH] Bug 6265: Authority search in OPAC not exact >Content-Type: text/plain; charset="utf-8" > >The search for linked records from the full heading page was not exact. >--- > .../prog/en/modules/opac-authoritiesdetail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt >index db354d3..048de5b 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt >@@ -61,7 +61,7 @@ function showChildren(mynumber) { > </div> > [% END %] > <h1>Entry [% authtypetext %]</h1> >- <p>Used in <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an">[% count %] records</a></p> >+ <p>Used in <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">[% count %] records</a></p> > [% FOREACH Tag0X IN Tab0XX %] > <p><b>[% Tag0X.tag %]</b></p> > <ul> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6265
:
4001
|
4018