Bugzilla – Attachment 15012 Details for
Bug 8733
Adding critic reviews to book pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8733 follow-up: restore isbn class in details page
Bug-8733-follow-up-restore-isbn-class-in-details-p.patch (text/plain), 1.79 KB, created by
Jared Camins-Esakov
on 2013-02-01 15:41:53 UTC
(
hide
)
Description:
Bug 8733 follow-up: restore isbn class in details page
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2013-02-01 15:41:53 UTC
Size:
1.79 KB
patch
obsolete
>From 3cbb8ab70e1154d6e938b7e96b210d0d088ea390 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Thu, 31 Jan 2013 10:44:26 -0500 >Subject: [PATCH] Bug 8733 follow-up: restore isbn class in details page > >For some reason the isbn CSS class was missing from the details >page, presumably due to a bad merge. This one-line commit re-adds >it so that the critics reviews will show up. > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 4 ++-- > 1 file changed, 2 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 d5f4988..a8e13be 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -469,10 +469,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > [% IF ( pages ) %]<span class="results_summary"><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]</span>[% END %] > > [% IF ( MARCISBNS ) %] >- <span class="results_summary"><span class="label">ISBN:</span>[% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN.marcisbn %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %]</span> >+ <span class="results_summary isbn"><span class="label">ISBN:</span>[% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN.marcisbn %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %]</span> > [% ELSE %] > [% IF ( normalized_isbn ) %] >- <span class="results_summary"><span class="label">ISBN: </span>[% normalized_isbn %]</span> >+ <span class="results_summary isbn"><span class="label">ISBN: </span>[% normalized_isbn %]</span> > [% END %] > [% END %] > [% IF ( issn ) %] >-- >1.7.9.5
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 8733
:
11996
|
12015
|
12016
|
12017
|
12018
|
12493
|
12501
|
12583
|
12587
|
12588
|
14345
|
14980
|
15001
|
15012
|
15013
|
15024
|
15025
|
15026