Bugzilla – Attachment 3417 Details for
Bug 5941
Change the link in the authority search results, to a phrase search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-5941-MT4425-Replace-search-an-by-an-phr-in-searc.patch (text/plain), 1.32 KB, created by
Chris Cormack
on 2011-03-24 02:10:49 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-24 02:10:49 UTC
Size:
1.32 KB
patch
obsolete
>From 1a51a59faac6293ba764bada0b2e7b9836990e2e Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 2 Sep 2010 14:59:01 +0200 >Subject: [PATCH] Bug 5941 : (MT4425) Replace search 'an' by 'an,phr' in searchresultlist.tmpl > >--- > .../en/modules/authorities/searchresultlist.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl >index 01667e5..3ed1f58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl >@@ -66,7 +66,7 @@ function searchauthority() { > <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td> > <!-- TMPL_UNLESS name="isEDITORS" --> > <td> >- <a href="../catalogue/search.pl?type=intranet&op=do_search&idx=an&q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a> >+ <a href="../catalogue/search.pl?type=intranet&op=do_search&idx=an,phr&q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a> > </td> > <!-- /TMPL_UNLESS --> > <td> >-- >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 5941
: 3417