Bugzilla – Attachment 33010 Details for
Bug 8296
Add descriptive (text) published date field for serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8296: Display publisheddatetext in OPAC bootstrap theme
Bug-8296-Display-publisheddatetext-in-OPAC-bootstr.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2014-10-30 22:43:33 UTC
(
hide
)
Description:
Bug 8296: Display publisheddatetext in OPAC bootstrap theme
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-30 22:43:33 UTC
Size:
1.86 KB
patch
obsolete
>From d27b007ca1e04fad23515e794919403c20243ac2 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 31 Jul 2014 10:37:48 +0200 >Subject: [PATCH] Bug 8296: Display publisheddatetext in OPAC bootstrap theme > >and remove modifications for OPAC prog theme >--- > .../opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >index f0b91c1..5e9a6d6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >@@ -85,7 +85,13 @@ > <tr> > <td> > [% IF ( serial.publisheddate ) %] >- <span title="[% serial.publisheddate %]">[% serial.publisheddate | $KohaDates %]</span> >+ <span title="[% serial.publisheddate %]"> >+ [% IF serial.publisheddatetext %] >+ [% serial.publisheddatetext %] >+ [% ELSE %] >+ [% serial.publisheddate | $KohaDates %] >+ [% END %] >+ </span> > [% ELSE %] > > [% END %] >-- >1.9.1
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 8296
:
10435
|
10582
|
11552
|
12228
|
12229
|
12230
|
12233
|
12240
|
13079
|
13080
|
13081
|
16315
|
16316
|
16317
|
16406
|
16420
|
16421
|
16422
|
18796
|
18797
|
18798
|
18811
|
18812
|
18813
|
19860
|
21341
|
21342
|
21343
|
21344
|
22727
|
22728
|
22729
|
22730
|
28974
|
28975
|
28976
|
28977
|
30379
|
30380
|
30381
|
30382
|
30383
|
30483
|
30484
|
30485
|
32124
|
32903
|
32904
|
32905
|
32906
|
32907
|
32908
|
33006
|
33007
|
33008
|
33009
|
33010
|
33011
|
33012
|
35865
|
35866
|
35867
|
35868
|
35869
|
35870
|
35871
|
41830
|
41831
|
41832
|
41833
|
41834
|
41835
|
41836
|
43665
|
43666
|
43667
|
43668
|
43669
|
43670
|
43671
|
45469