Bugzilla – Attachment 15347 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: Add label for each entry in the authors list
Bug-5888-Add-label-for-each-entry-in-the-authors-l.patch (text/plain), 1.58 KB, created by
Marcel de Rooy
on 2013-02-15 11:07:06 UTC
(
hide
)
Description:
Bug 5888: Add label for each entry in the authors list
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-02-15 11:07:06 UTC
Size:
1.58 KB
patch
obsolete
>From 58b15c1913994763ad89423d04b15788b5b9f1f1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 11 Feb 2013 12:30:56 +0100 >Subject: [PATCH] Bug 5888: Add label for each entry in the authors list >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 9 +++++---- > 1 files changed, 5 insertions(+), 4 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 b8f2efc..cd58cb5 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -560,10 +560,11 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > onclick="makeAuthorRequest()" > value="au,wrdl:[% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %][% SUBFIELD.value |url %][% UNLESS (loop.last) %]+[% END %][% END %]" /> > [% END %] >- >- [% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %] >- [% SUBFIELD.value %] >- [% END %] >+ <label for="author_[% loop.count %]"> >+ [% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %] >+ [% SUBFIELD.value %] >+ [% END %] >+ </label> > </li> > [% END %] > </ul> >-- >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 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