Bugzilla – Attachment 61906 Details for
Bug 18388
Standardize serials volume information displaying in OPAC and staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18388 - Standardize serials volume information displaying
Bug-18388---Standardize-serials-volume-information.patch (text/plain), 2.08 KB, created by
Alex Arnaud
on 2017-04-05 15:02:22 UTC
(
hide
)
Description:
Bug 18388 - Standardize serials volume information displaying
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2017-04-05 15:02:22 UTC
Size:
2.08 KB
patch
obsolete
>From 231bd9b09bcfe256b9211effd16e72fc2acb0ffe Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 5 Apr 2017 15:01:53 +0000 >Subject: [PATCH] Bug 18388 - Standardize serials volume information displaying > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > >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 e4fb61f..f0b9da0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1268,7 +1268,22 @@ > [% END %] > </td> > [% IF ( itemdata_enumchron ) %] >- <td class="vol_info">[% ITEM_RESULT.enumchron %]</td> >+ <td class="vol_info"> >+ [% IF ITEM_RESULT.enumchron && ITEM_RESULT.serialseq %] >+ <span class="enum">[% ITEM_RESULT.enumchron %]</span> >+ [% IF ( ITEM_RESULT.serialseq && ITEM_RESULT.enumchron!=ITEM_RESULT.serialseq ) %] >+ <span class="sep"> -- </span> >+ <span class="serialseq">[% ITEM_RESULT.serialseq %]</span> >+ [% END %] >+ [% ELSIF ITEM_RESULT.enumchron %] >+ <span class="enum">[% ITEM_RESULT.enumchron %]</span> >+ [% ELSIF ITEM_RESULT.serialseq %] >+ <span class="serialseq">[% ITEM_RESULT.serialseq %]</span> >+ [% END %] >+ [% IF ( ITEM_RESULT.publisheddate ) %] >+ <span class="pubdate">([% ITEM_RESULT.publisheddate | $KohaDates %])</span> >+ [% END %] >+ </td> > [% END %] > [% IF ( itemdata_uri ) %] > <td class="url"> >-- >2.7.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 18388
:
61906
|
61933
|
62089