Bugzilla – Attachment 125444 Details for
Bug 27266
Move C4::Biblio::GetMarcAuthors to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27266: (follow-up) Show MARC author notes
Bug-27266-follow-up-Show-MARC-author-notes.patch (text/plain), 4.08 KB, created by
Aleisha Amohia
on 2021-09-29 04:48:43 UTC
(
hide
)
Description:
Bug 27266: (follow-up) Show MARC author notes
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2021-09-29 04:48:43 UTC
Size:
4.08 KB
patch
obsolete
>From 730f7b3c6fac45a76438c9894cf3f2fadc03ffed Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 29 Sep 2021 17:47:25 +1300 >Subject: [PATCH] Bug 27266: (follow-up) Show MARC author notes > >--- > .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 36 ++++++++++++++++------ > 1 file changed, 27 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index ce9bff3939..042014b5dc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -394,10 +394,10 @@ > </li> > [% END %] > [% END %] >- [% IF ( SyndeticsAuthorNotes && SYNDETICS_ANOTES ) %] >- <li id="tab_anotes"> <a href="#anotes">About the author</a></li> >- [% END %] > [% END # / IF SyndeticsEnabled %] >+ [% IF ( MARCAUTHORS || ( SyndeticsEnabled && SyndeticsAuthorNotes && SYNDETICS_ANOTES ) ) %] >+ <li id="tab_anotes"> <a href="#anotes">About the author</a></li> >+ [% END %] > > [% IF ( LibraryThingForLibrariesID && LibraryThingForLibrariesTabbedView ) %] > <li id="tab_LFTLSimilarItems"> <a href="#LFTLSimilarItems">Similar items</a></li> >@@ -602,20 +602,38 @@ > </div> > </div> > [% END # / IF SyndeticsReviews && SYNDETICS_REVIEWS %] >+ [% END # / IF SyndeticsEnabled %] > >- [% IF ( SyndeticsAuthorNotes && SYNDETICS_ANOTES ) %] >- <div id="anotes"> >- <div class="content_set"> >+ [% IF ( MARCAUTHORS || ( SyndeticsEnabled && SyndeticsAuthorNotes && SYNDETICS_ANOTES ) ) %] >+ <div id="anotes"> >+ <div class="content_set"> >+ [% IF ( SyndeticsEnabled && SyndeticsAuthorNotes && SYNDETICS_ANOTES ) %] > <h2>Author notes provided by Syndetics</h2> > [% FOREACH SYNDETICS_ANOTE IN SYNDETICS_ANOTES %] > [% IF ( SYNDETICS_ANOTE.content ) %] > [% SYNDETICS_ANOTE.content | $raw %] > [% END %] > [% END %] >- </div> >+ [% END %] >+ >+ [% IF ( MARCAUTHORS ) %] >+ <div id="marcauthors"> >+ <h2>Authors</h2> >+ [% FOREACH MARCAUTHOR IN MARCAUTHORS %] >+ [% FOREACH author IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %] >+ <p> >+ [% IF author.code == 'a' %] >+ [% author.value | html %] >+ [% END %] >+ </p> >+ [% END %] >+ [% END %] >+ </div> >+ [% END %] >+ > </div> >- [% END # / IF SyndeticsReviews && SYNDETICS_REVIEWS %] >- [% END # / IF SyndeticsEnabled %] >+ </div> >+ [% END # / IF ( MARCAUTHORS || ( SyndeticsEnabled && SyndeticsAuthorNotes && SYNDETICS_ANOTES ) ) %] > > [% IF ( NovelistSelectProfile && NovelistSelectView == 'tab' && (normalized_isbn || normalized_upc) ) %] > <div id="NovelistSelect" > >-- >2.11.0
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 27266
:
114503
|
114580
|
117239
|
118311
|
118312
|
123017
|
123018
|
123019
|
123026
|
123027
|
123028
|
123067
|
125440
|
125441
|
125442
|
125443
|
125444
|
125465
|
125466
|
125467
|
125468
|
125469
|
125719
|
125720
|
125721
|
125722
|
125723
|
126539
|
126540
|
126541
|
126542
|
126543
|
127330
|
127331
|
127332
|
127333
|
127334
|
127335
|
127336
|
127337
|
127340
|
127341
|
127342
|
127561
|
127562
|
127563
|
127564
|
127565
|
127566
|
127567
|
127568