Bugzilla – Attachment 133712 Details for
Bug 27943
MARC21 authorities not support 7XX on display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27943: (QA follow-up) Add missing TT filters
Bug-27943-QA-follow-up-Add-missing-TT-filters.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2022-04-24 11:57:41 UTC
(
hide
)
Description:
Bug 27943: (QA follow-up) Add missing TT filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-24 11:57:41 UTC
Size:
1.86 KB
patch
obsolete
>From 080fec9056d2897bc2f7fa1b63078b881efc8258 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 24 Apr 2022 11:51:01 +0000 >Subject: [PATCH] Bug 27943: (QA follow-up) Add missing TT filters > >--- > .../prog/en/includes/authorities-search-results.inc | 2 +- > .../bootstrap/en/includes/authorities-search-results.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >index 8924320f87..c6f6cf3c77 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >@@ -72,7 +72,7 @@ > [% IF summary.equalterm.size %] > [% FOREACH term IN summary.equalterm %] > <span class="label">=</span> >- <span class="authorized">[% term.heading %]</span> >+ <span class="authorized">[% term.heading | html %]</span> > [% END %] > [% END %] > </div> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >index 7fbfe52ef3..106f0e617f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >@@ -64,7 +64,7 @@ > [% IF summary.equalterm.size %] > [% FOREACH term IN summary.equalterm %] > <span class="label">=</span> >- <span class="authorized">[% term.heading %]</span> >+ <span class="authorized">[% term.heading | html %]</span> > [% END %] > [% END %] > </div> >-- >2.30.2
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 27943
:
122549
|
132778
|
133712
|
146945
|
154502
|
157173
|
157174
|
157175
|
157176
|
157177