Bugzilla – Attachment 28032 Details for
Bug 12206
Malformed HTML in search result other holdings list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12206: fix HTML in other holdings list in staff search results page
Bug-12206-fix-HTML-in-other-holdings-list-in-staff.patch (text/plain), 1.46 KB, created by
Galen Charlton
on 2014-05-07 17:46:33 UTC
(
hide
)
Description:
Bug 12206: fix HTML in other holdings list in staff search results page
Filename:
MIME Type:
Creator:
Galen Charlton
Created:
2014-05-07 17:46:33 UTC
Size:
1.46 KB
patch
obsolete
>From 02329a04ed5547b0ea07d3cd4b06a798c1dea7be Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Wed, 7 May 2014 17:43:25 +0000 >Subject: [PATCH] Bug 12206: fix HTML in other holdings list in staff search > results page > >To test: > >[1] View, in the staff interface, a record with alternate holdings > (as controlled by the AlternateHoldingsField system preference). >[2] Verify that the HTML list is closed correctly. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index ca911ef..21c2866 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -615,7 +615,7 @@ var holdForPatron = function () { > [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %] > <li id="alternateholdings">[% ALTERNATEHOLDING.holding %]</li> > [% END %] >- </li> >+ </ul> > [% ELSE %] > <span class="unavailable">No items</span> > [% END %] >-- >1.7.10.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 12206
:
28032
|
28193
|
28195