Bugzilla – Attachment 23136 Details for
Bug 11174
Wrong parameter 'valuec' in opac-authoritiessearchresultlist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 11174 wrong parameter 'valuec'
BUG-11174-wrong-paramter-valuec.patch (text/plain), 2.82 KB, created by
Marcel de Rooy
on 2013-11-25 14:37:28 UTC
(
hide
)
Description:
BUG 11174 wrong parameter 'valuec'
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-11-25 14:37:28 UTC
Size:
2.82 KB
patch
obsolete
>From e2c81970a459f8322b7aa093e6a20aae44b85e5b Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Wed, 30 Oct 2013 19:36:41 +0100 >Subject: [PATCH] BUG 11174 wrong paramter 'valuec' >Content-Type: text/plain; charset=utf-8 > >In the templates opac-authoritiessearchresultlist of prog and >bootstrap the wrong value 'valuec' is changed with 'value' > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Tested with bootstrap. >--- > .../en/modules/opac-authoritiessearchresultlist.tt | 2 +- > .../en/modules/opac-authoritiessearchresultlist.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt >index f9710c0..6256f18 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt >@@ -85,7 +85,7 @@ > <tbody> > [% FOREACH resul IN result %] > <tr> >- <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %]</td> >+ <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %]</td> > <td>[% resul.authtype %]</td> > [% UNLESS ( resul.isEDITORS ) %] > <td> >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >index 71ad40e..6f889b0 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >@@ -59,7 +59,7 @@ > [% ELSE %] > <tr> > [% END %] >- <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %]</td> >+ <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %]</td> > <td>[% resul.authtype %]</td> > [% UNLESS ( resul.isEDITORS ) %] > <td> >-- >1.7.7.6
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 11174
:
22613
|
23136
|
23510