Bugzilla – Attachment 34365 Details for
Bug 13449
Syndetics TOC will not display in some cases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13449 - Syndetics TOC will not display in some cases
Bug-13449---Syndetics-TOC-will-not-display-in-some.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2014-12-12 19:14:48 UTC
(
hide
)
Description:
Bug 13449 - Syndetics TOC will not display in some cases
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-12-12 19:14:48 UTC
Size:
1.75 KB
patch
obsolete
>From 10122a71bf30172f606cd7951c0c9f74daa32d7e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 12 Dec 2014 09:04:57 -0500 >Subject: [PATCH] Bug 13449 - Syndetics TOC will not display in some cases > >For reasons unknown, the table of contents data from Syndetics will not >display if there is no p element, even though within that if for the p >element there's a second one for the p element! This is neither good nor >necessary. > >Test Plan: >1) Enable Syndetics >2) Find a record that should have a Syndetics TOC but doesn't >3) Apply this patch >4) Reload the page >5) Note the Syndetics TOC data now displays > >Signed-off-by: Julius Fleschner <julius.fleschner@briarcliff.edu> >--- > .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 -- > 1 files changed, 0 insertions(+), 2 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 88bbad2..71b022b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -728,9 +728,7 @@ > <h3>Table of contents provided by Syndetics</h3> > <ul> > [% FOREACH SYNDETICS_TO IN SYNDETICS_TOC %] >- [% IF ( SYNDETICS_TO.p ) %] > <li><b>[% SYNDETICS_TO.l %] [% SYNDETICS_TO.t %]</b>[% IF ( SYNDETICS_TO.p ) %] ([% SYNDETICS_TO.p %])[% END %]</li> >- [% END %] > [% END %] > </ul> > </div> >-- >1.7.2.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 13449
:
34358
|
34365
|
34386