Bugzilla – Attachment 12344 Details for
Bug 5888
opac-detail subject/author links improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5888: Fix building of query in authors links
0002-Bug-5888-Fix-building-of-query-in-authors-links.patch (text/plain), 1.42 KB, created by
Julian Maurice
on 2012-09-19 13:47:52 UTC
(
hide
)
Description:
Bug 5888: Fix building of query in authors links
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-09-19 13:47:52 UTC
Size:
1.42 KB
patch
obsolete
>From ff8090b329f547ff2b72e66920dbba90ae66e61e Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 19 Sep 2012 15:38:12 +0200 >Subject: [PATCH 2/2] Bug 5888: Fix building of query in authors links > >'all' checkbox was taken into account, resulting in the string 'on and' >added to beginning of query. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 7593323..a9a8bfc 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -458,9 +458,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <span class="results_summary"><span class="label">Additional authors:</span> > <div class="authorSearch" id="authorSearch"> > <span><b>Select the item(s) to search :</b></span> >+ <br /> >+ <input type="checkbox" onchange="checkAll(this, '#authorsList')"> <b>all</b> >+ <hr /> > <ul id="authorsList"> >- <li><input type="checkbox" onchange="checkAll(this, '#authorsList')"> <b>all</b></li> >- <li><hr /></li> > [% FOREACH MARCAUTHOR IN MARCAUTHORS %] > <li> > [% IF (MARCAUTHOR.authoritylink) %] >-- >1.7.10.4 >
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 5888
:
3345
|
9738
|
9855
|
9856
|
11586
|
11592
|
12308
|
12343
|
12344
|
13631
|
13632
|
13973
|
13974
|
14140
|
14141
|
15230
|
15231
|
15341
|
15342
|
15343
|
15344
|
15345
|
15346
|
15347
|
15348